Shades of Yellow Green #ABDC2A
Tints of Yellow Green #ABDC2A
RGB
CMYK
RGB Variations
Color information
#ABDC2A (or 0xABDC2A) is known color: Yellow Green. HEX triplet: AB, DC and 2A. RGB value is (171,220,42). Sum of RGB (Red+Green+Blue) = 171+220+42=433 (57% of max value = 765). Red value is 171 (67.19% from 255 or 39.49% from 433); Green value is 220 (86.33% from 255 or 50.81% from 433); Blue value is 42 (16.80% from 255 or 9.70% from 433); Max value from RGB is 220 - color contains mainly: green. Hex color #ABDC2A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ABDC2A is #5423D5. Grayscale: #B9B9B9. Windows color (decimal): -5514198 or 2809003. OLE color: 2809003.
HSL color Cylindrical-coordinate representation of color #ABDC2A: hue angle of 76.52º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #ABDC2A is Cyan = 0.22, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 171 | 220 | 42 | - |
| CMYK | 0.22 | 0 | 0.81 | 0.14 |
| HSL | 76.52º | 0.72% | 0.51% | - |
| HSV(B) | 76.52º | 0.81% | 0.86% | - |
| XYZ | 42.81 | 60.01 | 11.52 | - |
| YUV | 185.06 | 47.27 | 117.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 220 | 42 | 0.22 | 0 | 0.81 | 0.14 | 76.52 | 0.72 | 0.51 |
| Hex | AB | DC | 2A | 16 | 0 | 51 | E | 4D | 48 | 33 |
| Octal | 253 | 334 | 52 | 26 | 0 | 121 | 16 | 115 | 110 | 63 |
| Binary | 10101011 | 11011100 | 101010 | 10110 | 0 | 1010001 | 1110 | 1001101 | 1001000 | 110011 |
Color Harmonies of #ABDC2A
Complementary color
Monochromatic Colors of #ABDC2A
Black with #ABDC2A
Text Example
Text Example
White with #ABDC2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABDC2A; }
p { color: rgb(171,220,42); }
H1.HeaderClassName
{
color: #ABDC2A;
}
.AnyTagClassName
{
color: #ABDC2A;
}
</style>
background-color css
<style>
a { background-color: #ABDC2A; }
a { background-color: rgb(171,220,42); }
div.DivClassName
{
background-color: #ABDC2A;
}
.BgClassName
{
background-color: #ABDC2A;
}
</style>
border-color css
<style>
span { border-color: #ABDC2A; }
span { border-color: rgb(171,220,42); }
td.TdClassName
{
border-color: #ABDC2A;
}
.TagClassName
{
border-color: #ABDC2A;
}
</style>