Shades of Yellow Green #ACC434
Tints of Yellow Green #ACC434
RGB
CMYK
RGB Variations
Color information
#ACC434 (or 0xACC434) is known color: Yellow Green. HEX triplet: AC, C4 and 34. RGB value is (172,196,52). Sum of RGB (Red+Green+Blue) = 172+196+52=420 (55% of max value = 765). Red value is 172 (67.58% from 255 or 40.95% from 420); Green value is 196 (76.95% from 255 or 46.67% from 420); Blue value is 52 (20.70% from 255 or 12.38% from 420); Max value from RGB is 196 - color contains mainly: green. Hex color #ACC434 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACC434 is #533BCB. Grayscale: #ACACAC. Windows color (decimal): -5454796 or 3458220. OLE color: 3458220.
HSL color Cylindrical-coordinate representation of color #ACC434: hue angle of 70º degrees, saturation: 0.58, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #ACC434 is Cyan = 0.12, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 172 | 196 | 52 | - |
| CMYK | 0.12 | 0 | 0.73 | 0.23 |
| HSL | 70º | 0.58% | 0.49% | - |
| HSV(B) | 70º | 0.73% | 0.77% | - |
| XYZ | 37.37 | 48.5 | 10.64 | - |
| YUV | 172.41 | 60.05 | 127.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 196 | 52 | 0.12 | 0 | 0.73 | 0.23 | 70 | 0.58 | 0.49 |
| Hex | AC | C4 | 34 | C | 0 | 49 | 17 | 46 | 3A | 31 |
| Octal | 254 | 304 | 64 | 14 | 0 | 111 | 27 | 106 | 72 | 61 |
| Binary | 10101100 | 11000100 | 110100 | 1100 | 0 | 1001001 | 10111 | 1000110 | 111010 | 110001 |
Color Harmonies of #ACC434
Complementary color
Monochromatic Colors of #ACC434
Black with #ACC434
Text Example
Text Example
White with #ACC434
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACC434; }
p { color: rgb(172,196,52); }
H1.HeaderClassName
{
color: #ACC434;
}
.AnyTagClassName
{
color: #ACC434;
}
</style>
background-color css
<style>
a { background-color: #ACC434; }
a { background-color: rgb(172,196,52); }
div.DivClassName
{
background-color: #ACC434;
}
.BgClassName
{
background-color: #ACC434;
}
</style>
border-color css
<style>
span { border-color: #ACC434; }
span { border-color: rgb(172,196,52); }
td.TdClassName
{
border-color: #ACC434;
}
.TagClassName
{
border-color: #ACC434;
}
</style>