Shades of Yellow Green #ACCC32
Tints of Yellow Green #ACCC32
RGB
CMYK
RGB Variations
Color information
#ACCC32 (or 0xACCC32) is known color: Yellow Green. HEX triplet: AC, CC and 32. RGB value is (172,204,50). Sum of RGB (Red+Green+Blue) = 172+204+50=426 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40.38% from 426); Green value is 204 (80.08% from 255 or 47.89% from 426); Blue value is 50 (19.92% from 255 or 11.74% from 426); Max value from RGB is 204 - color contains mainly: green. Hex color #ACCC32 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACCC32 is #5333CD. Grayscale: #B1B1B1. Windows color (decimal): -5452750 or 3329196. OLE color: 3329196.
HSL color Cylindrical-coordinate representation of color #ACCC32: hue angle of 72.47º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #ACCC32 is Cyan = 0.16, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 172 | 204 | 50 | - |
| CMYK | 0.16 | 0 | 0.75 | 0.2 |
| HSL | 72.47º | 0.61% | 0.5% | - |
| HSV(B) | 72.47º | 0.75% | 0.8% | - |
| XYZ | 39.18 | 52.19 | 11.03 | - |
| YUV | 176.88 | 56.4 | 124.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 204 | 50 | 0.16 | 0 | 0.75 | 0.2 | 72.47 | 0.61 | 0.5 |
| Hex | AC | CC | 32 | 10 | 0 | 4B | 14 | 48 | 3D | 32 |
| Octal | 254 | 314 | 62 | 20 | 0 | 113 | 24 | 110 | 75 | 62 |
| Binary | 10101100 | 11001100 | 110010 | 10000 | 0 | 1001011 | 10100 | 1001000 | 111101 | 110010 |
Color Harmonies of #ACCC32
Complementary color
Monochromatic Colors of #ACCC32
Black with #ACCC32
Text Example
Text Example
White with #ACCC32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACCC32; }
p { color: rgb(172,204,50); }
H1.HeaderClassName
{
color: #ACCC32;
}
.AnyTagClassName
{
color: #ACCC32;
}
</style>
background-color css
<style>
a { background-color: #ACCC32; }
a { background-color: rgb(172,204,50); }
div.DivClassName
{
background-color: #ACCC32;
}
.BgClassName
{
background-color: #ACCC32;
}
</style>
border-color css
<style>
span { border-color: #ACCC32; }
span { border-color: rgb(172,204,50); }
td.TdClassName
{
border-color: #ACCC32;
}
.TagClassName
{
border-color: #ACCC32;
}
</style>