COLOR #ABEF00

HEX: #ABEF00
RGB: (171,239,0)

Renk bilgisi

#ABEF00 contains mainly green color. #ABEF00 ‘ nin web güvenlik rengi #99FF00 (ya da #9F0) dir.

RGB renk modeli

#ABEF00 color RGB value is (171,239,0).

  • kırmız ton 171;
  • yeşil ton 239;
  • mavi ton 0.
RGB:
(171,239,0)
(67%,94%,0%)

RGB bağlantıları ve doygunluk

R 171 of 255 = 67%
G 239 of 255 = 94%
B 0 of 255 = 0%

171
239
0

R + G + B ~ 54%. #ABEF00 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
171 + 239 + 0 = 410 (100%)
R 171 of 410 ~ 41.71%
G 239 of 410 ~ 58.29%
B 0 of 410 ~ 0%

%41.71
%58.29

CMYK RENK MODELİ

#ABEF00 rengi CMYK tonu (28,0,100,6).

  • camgöbeği tonu 28.45%
  • eflatun tonu 0.00%
  • sarı tonu 100.00%
  • ana renk tonu 6.27%
CMYK:
(28,0,100,6)
C28M0Y100K6 
(28%,0%,100%,6%)
(0.28/0.00/1.00/0.06)	

CMYK yüzdeleri

%28.45
%0
%100
%6.27

Codes

Color #ABEF00 in popluar color models

ABEF00
RGB1712390
HSL77°100.00%46.86%
HSB/HSV77°100.00%93.73%
CMYK28.45%0.00%100.00%
6.27%

Color #ABEF00 in popluar number systems.

HEXABEF00
Decimal1712390
Binary10101011111011110
Octal2533570

Shades and tints

Shades of #ABEF00

#ABEF00
(171,239,0)
#9CDA00
(156,218,0)
#8DC500
(141,197,0)
#7EB000
(126,176,0)
#6F9B00
(111,155,0)
#608600
(96,134,0)
#517100
(81,113,0)
#425C00
(66,92,0)
#334700
(51,71,0)
#243200
(36,50,0)
#151D00
(21,29,0)
#000000
(0,0,0)

Tints of #ABEF00

#ABEF00
(171,239,0)
#B2F017
(178,240,23)
#B9F12E
(185,241,46)
#C0F245
(192,242,69)
#C7F35C
(199,243,92)
#CEF473
(206,244,115)
#D5F58A
(213,245,138)
#DCF6A1
(220,246,161)
#E3F7B8
(227,247,184)
#EAF8CF
(234,248,207)
#F1F9E6
(241,249,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ABEF00 color. Also use rgb(171,239,0) instead hex code.

Text Font Color

.myTextColor { color: #ABEF00; }

<p style="color:#ABEF00">This sample text font color is #ABEF00.</p>

This text font color is #ABEF00.


Background Color

.myBgColor { background-color: #ABEF00; }

<div style="background-color:#ABEF00">Inner text</div>

This div background color is #ABEF00.


Border color

.myBorderColor { border: 1px solid #ABEF00; }

<div style="border:3px solid #ABEF00">Div</div>

This div border color is #ABEF00.


Opacity

.myOpacity80 { color: #ABEF00; opacity: 0.8; }

<p style="color:#ABEF00;opacity:0.8;">80%</p>

Text with #ABEF00 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #ABEF00;}

<p style="text-shadow: 3px 3px 1px #ABEF00">Text here.</p>

This text has shadow with #ABEF00 color.

.textShadow {text-shadow: 3px 3px 1px #ABEF00, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #ABEF00, 5px 5px 20px red">Text here.</p>

This text has shadow with #ABEF00 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#ABEF00, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#ABEF00, Direction=45, Strength=4)">Text</p>

This text has shadow with #ABEF00 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #ABEF00;
  -webkit-box-shadow:	1px 1px 3px 2px #ABEF00;
  box-shadow:		1px 1px 3px 2px #ABEF00;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #ABEF00;
-webkit-box-shadow: 1px 1px 3px 2px #ABEF00;
box-shadow:1px 1px 3px 2px #ABEF00;">
Div content here</div>
This div box has shadow with color #ABEF00.

Preview

Color preview on black background

This text has color #ABEF00 on black background.


Color preview on white background

This text has color #ABEF00 on white background.



Black color preview on #ABEF00 background

This text has black color on #ABEF00 background.


White color preview on #ABEF00 background

This text has white color on #ABEF00 background.