Shades of Yellow Green #ABD42A
Tints of Yellow Green #ABD42A
RGB
CMYK
RGB Variations
Color information
#ABD42A (or 0xABD42A) is known color: Yellow Green. HEX triplet: AB, D4 and 2A. RGB value is (171,212,42). Sum of RGB (Red+Green+Blue) = 171+212+42=425 (56% of max value = 765). Red value is 171 (67.19% from 255 or 40.24% from 425); Green value is 212 (83.20% from 255 or 49.88% from 425); Blue value is 42 (16.80% from 255 or 9.88% from 425); Max value from RGB is 212 - color contains mainly: green. Hex color #ABD42A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ABD42A is #542BD5. Grayscale: #B5B5B5. Windows color (decimal): -5516246 or 2806955. OLE color: 2806955.
HSL color Cylindrical-coordinate representation of color #ABD42A: hue angle of 74.47º degrees, saturation: 0.67, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #ABD42A is Cyan = 0.19, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 171 | 212 | 42 | - |
| CMYK | 0.19 | 0 | 0.80 | 0.17 |
| HSL | 74.47º | 0.67% | 0.5% | - |
| HSV(B) | 74.47º | 0.8% | 0.83% | - |
| XYZ | 40.76 | 55.91 | 10.83 | - |
| YUV | 180.36 | 49.92 | 121.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 212 | 42 | 0.19 | 0 | 0.80 | 0.17 | 74.47 | 0.67 | 0.5 |
| Hex | AB | D4 | 2A | 13 | 0 | 50 | 11 | 4A | 43 | 32 |
| Octal | 253 | 324 | 52 | 23 | 0 | 120 | 21 | 112 | 103 | 62 |
| Binary | 10101011 | 11010100 | 101010 | 10011 | 0 | 1010000 | 10001 | 1001010 | 1000011 | 110010 |
Color Harmonies of #ABD42A
Complementary color
Monochromatic Colors of #ABD42A
Black with #ABD42A
Text Example
Text Example
White with #ABD42A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABD42A; }
p { color: rgb(171,212,42); }
H1.HeaderClassName
{
color: #ABD42A;
}
.AnyTagClassName
{
color: #ABD42A;
}
</style>
background-color css
<style>
a { background-color: #ABD42A; }
a { background-color: rgb(171,212,42); }
div.DivClassName
{
background-color: #ABD42A;
}
.BgClassName
{
background-color: #ABD42A;
}
</style>
border-color css
<style>
span { border-color: #ABD42A; }
span { border-color: rgb(171,212,42); }
td.TdClassName
{
border-color: #ABD42A;
}
.TagClassName
{
border-color: #ABD42A;
}
</style>