COLOR #ABE10F

HEX: #ABE10F
RGB: (171,225,15)

Renk bilgisi

#ABE10F contains mainly red and green colors. #ABE10F ‘ nin web güvenlik rengi #99CC00 (ya da #9C0) dir.

RGB renk modeli

#ABE10F color RGB value is (171,225,15).

  • kırmız ton 171;
  • yeşil ton 225;
  • mavi ton 15.
RGB:
(171,225,15)
(67%,88%,6%)

RGB bağlantıları ve doygunluk

R 171 of 255 = 67%
G 225 of 255 = 88%
B 15 of 255 = 6%

171
225
15

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

Yüzdelerle RGB renk parçaları

R + G + B =
171 + 225 + 15 = 411 (100%)
R 171 of 411 ~ 41.61%
G 225 of 411 ~ 54.74%
B 15 of 411 ~ 3.65%

%41.61
%54.74

CMYK RENK MODELİ

#ABE10F rengi CMYK tonu (24,0,93,12).

  • camgöbeği tonu 24.00%
  • eflatun tonu 0.00%
  • sarı tonu 93.33%
  • ana renk tonu 11.76%
CMYK:
(24,0,93,12)
C24M0Y93K12 
(24%,0%,93%,12%)
(0.24/0.00/0.93/0.12)	

CMYK yüzdeleri

%24
%0
%93.33
%11.76

Codes

Color #ABE10F in popluar color models

ABE10F
RGB17122515
HSL75°87.50%47.06%
HSB/HSV75°93.33%88.24%
CMYK24.00%0.00%93.33%
11.76%

Color #ABE10F in popluar number systems.

HEXABE10F
Decimal17122515
Binary10101011111000011111
Octal25334117

Shades and tints

Shades of #ABE10F

#ABE10F
(171,225,15)
#9CCD0E
(156,205,14)
#8DB90D
(141,185,13)
#7EA50C
(126,165,12)
#6F910B
(111,145,11)
#607D0A
(96,125,10)
#516909
(81,105,9)
#425508
(66,85,8)
#334107
(51,65,7)
#242D06
(36,45,6)
#151905
(21,25,5)
#000000
(0,0,0)

Tints of #ABE10F

#ABE10F
(171,225,15)
#B2E324
(178,227,36)
#B9E539
(185,229,57)
#C0E74E
(192,231,78)
#C7E963
(199,233,99)
#CEEB78
(206,235,120)
#D5ED8D
(213,237,141)
#DCEFA2
(220,239,162)
#E3F1B7
(227,241,183)
#EAF3CC
(234,243,204)
#F1F5E1
(241,245,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ABE10F color. Also use rgb(171,225,15) instead hex code.

Text Font Color

.myTextColor { color: #ABE10F; }

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

This text font color is #ABE10F.


Background Color

.myBgColor { background-color: #ABE10F; }

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

This div background color is #ABE10F.


Border color

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

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

This div border color is #ABE10F.


Opacity

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

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

Text with #ABE10F 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 #ABE10F;}

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

This text has shadow with #ABE10F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ABE10F on black background.


Color preview on white background

This text has color #ABE10F on white background.



Black color preview on #ABE10F background

This text has black color on #ABE10F background.


White color preview on #ABE10F background

This text has white color on #ABE10F background.