Shades of Yellow Green #ABE02D
Tints of Yellow Green #ABE02D
RGB
CMYK
RGB Variations
Color information
#ABE02D (or 0xABE02D) is known color: Yellow Green. HEX triplet: AB, E0 and 2D. RGB value is (171,224,45). Sum of RGB (Red+Green+Blue) = 171+224+45=440 (58% of max value = 765). Red value is 171 (67.19% from 255 or 38.86% from 440); Green value is 224 (87.89% from 255 or 50.91% from 440); Blue value is 45 (17.97% from 255 or 10.23% from 440); Max value from RGB is 224 - color contains mainly: green. Hex color #ABE02D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ABE02D is #541FD2. Grayscale: #BCBCBC. Windows color (decimal): -5513171 or 3006635. OLE color: 3006635.
HSL color Cylindrical-coordinate representation of color #ABE02D: hue angle of 77.77º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #ABE02D is Cyan = 0.24, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 171 | 224 | 45 | - |
| CMYK | 0.24 | 0 | 0.80 | 0.12 |
| HSL | 77.77º | 0.74% | 0.53% | - |
| HSV(B) | 77.77º | 0.8% | 0.88% | - |
| XYZ | 43.92 | 62.16 | 12.17 | - |
| YUV | 187.75 | 47.44 | 116.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 224 | 45 | 0.24 | 0 | 0.80 | 0.12 | 77.77 | 0.74 | 0.53 |
| Hex | AB | E0 | 2D | 18 | 0 | 50 | C | 4E | 4A | 35 |
| Octal | 253 | 340 | 55 | 30 | 0 | 120 | 14 | 116 | 112 | 65 |
| Binary | 10101011 | 11100000 | 101101 | 11000 | 0 | 1010000 | 1100 | 1001110 | 1001010 | 110101 |
Color Harmonies of #ABE02D
Complementary color
Monochromatic Colors of #ABE02D
Black with #ABE02D
Text Example
Text Example
White with #ABE02D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABE02D; }
p { color: rgb(171,224,45); }
H1.HeaderClassName
{
color: #ABE02D;
}
.AnyTagClassName
{
color: #ABE02D;
}
</style>
background-color css
<style>
a { background-color: #ABE02D; }
a { background-color: rgb(171,224,45); }
div.DivClassName
{
background-color: #ABE02D;
}
.BgClassName
{
background-color: #ABE02D;
}
</style>
border-color css
<style>
span { border-color: #ABE02D; }
span { border-color: rgb(171,224,45); }
td.TdClassName
{
border-color: #ABE02D;
}
.TagClassName
{
border-color: #ABE02D;
}
</style>