Shades of Yellow Green #ABCC2C
Tints of Yellow Green #ABCC2C
RGB
CMYK
RGB Variations
Color information
#ABCC2C (or 0xABCC2C) is known color: Yellow Green. HEX triplet: AB, CC and 2C. RGB value is (171,204,44). Sum of RGB (Red+Green+Blue) = 171+204+44=419 (55% of max value = 765). Red value is 171 (67.19% from 255 or 40.81% from 419); Green value is 204 (80.08% from 255 or 48.69% from 419); Blue value is 44 (17.58% from 255 or 10.50% from 419); Max value from RGB is 204 - color contains mainly: green. Hex color #ABCC2C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ABCC2C is #5433D3. Grayscale: #B0B0B0. Windows color (decimal): -5518292 or 2935979. OLE color: 2935979.
HSL color Cylindrical-coordinate representation of color #ABCC2C: hue angle of 72.38º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #ABCC2C is Cyan = 0.16, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 171 | 204 | 44 | - |
| CMYK | 0.16 | 0 | 0.78 | 0.2 |
| HSL | 72.38º | 0.65% | 0.49% | - |
| HSV(B) | 72.38º | 0.78% | 0.8% | - |
| XYZ | 38.84 | 52.03 | 10.38 | - |
| YUV | 175.89 | 53.57 | 124.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 204 | 44 | 0.16 | 0 | 0.78 | 0.2 | 72.38 | 0.65 | 0.49 |
| Hex | AB | CC | 2C | 10 | 0 | 4E | 14 | 48 | 41 | 31 |
| Octal | 253 | 314 | 54 | 20 | 0 | 116 | 24 | 110 | 101 | 61 |
| Binary | 10101011 | 11001100 | 101100 | 10000 | 0 | 1001110 | 10100 | 1001000 | 1000001 | 110001 |
Color Harmonies of #ABCC2C
Complementary color
Monochromatic Colors of #ABCC2C
Black with #ABCC2C
Text Example
Text Example
White with #ABCC2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABCC2C; }
p { color: rgb(171,204,44); }
H1.HeaderClassName
{
color: #ABCC2C;
}
.AnyTagClassName
{
color: #ABCC2C;
}
</style>
background-color css
<style>
a { background-color: #ABCC2C; }
a { background-color: rgb(171,204,44); }
div.DivClassName
{
background-color: #ABCC2C;
}
.BgClassName
{
background-color: #ABCC2C;
}
</style>
border-color css
<style>
span { border-color: #ABCC2C; }
span { border-color: rgb(171,204,44); }
td.TdClassName
{
border-color: #ABCC2C;
}
.TagClassName
{
border-color: #ABCC2C;
}
</style>