Shades of Yellow Green #ABDC2C
Tints of Yellow Green #ABDC2C
RGB
CMYK
RGB Variations
Color information
#ABDC2C (or 0xABDC2C) is known color: Yellow Green. HEX triplet: AB, DC and 2C. RGB value is (171,220,44). Sum of RGB (Red+Green+Blue) = 171+220+44=435 (57% of max value = 765). Red value is 171 (67.19% from 255 or 39.31% from 435); Green value is 220 (86.33% from 255 or 50.57% from 435); Blue value is 44 (17.58% from 255 or 10.11% from 435); Max value from RGB is 220 - color contains mainly: green. Hex color #ABDC2C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ABDC2C is #5423D3. Grayscale: #B9B9B9. Windows color (decimal): -5514196 or 2940075. OLE color: 2940075.
HSL color Cylindrical-coordinate representation of color #ABDC2C: hue angle of 76.7º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #ABDC2C is Cyan = 0.22, Magento = 0, Yellow = 0.8 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 171 | 220 | 44 | - |
| CMYK | 0.22 | 0 | 0.8 | 0.14 |
| HSL | 76.7º | 0.72% | 0.52% | - |
| HSV(B) | 76.7º | 0.8% | 0.86% | - |
| XYZ | 42.84 | 60.03 | 11.71 | - |
| YUV | 185.29 | 48.27 | 117.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 220 | 44 | 0.22 | 0 | 0.8 | 0.14 | 76.7 | 0.72 | 0.52 |
| Hex | AB | DC | 2C | 16 | 0 | 50 | E | 4D | 48 | 34 |
| Octal | 253 | 334 | 54 | 26 | 0 | 120 | 16 | 115 | 110 | 64 |
| Binary | 10101011 | 11011100 | 101100 | 10110 | 0 | 1010000 | 1110 | 1001101 | 1001000 | 110100 |
Color Harmonies of #ABDC2C
Complementary color
Monochromatic Colors of #ABDC2C
Black with #ABDC2C
Text Example
Text Example
White with #ABDC2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABDC2C; }
p { color: rgb(171,220,44); }
H1.HeaderClassName
{
color: #ABDC2C;
}
.AnyTagClassName
{
color: #ABDC2C;
}
</style>
background-color css
<style>
a { background-color: #ABDC2C; }
a { background-color: rgb(171,220,44); }
div.DivClassName
{
background-color: #ABDC2C;
}
.BgClassName
{
background-color: #ABDC2C;
}
</style>
border-color css
<style>
span { border-color: #ABDC2C; }
span { border-color: rgb(171,220,44); }
td.TdClassName
{
border-color: #ABDC2C;
}
.TagClassName
{
border-color: #ABDC2C;
}
</style>