Shades of Yellow Green #ACC535
Tints of Yellow Green #ACC535
RGB
CMYK
RGB Variations
Color information
#ACC535 (or 0xACC535) is known color: Yellow Green. HEX triplet: AC, C5 and 35. RGB value is (172,197,53). Sum of RGB (Red+Green+Blue) = 172+197+53=422 (55% of max value = 765). Red value is 172 (67.58% from 255 or 40.76% from 422); Green value is 197 (77.34% from 255 or 46.68% from 422); Blue value is 53 (21.09% from 255 or 12.56% from 422); Max value from RGB is 197 - color contains mainly: green. Hex color #ACC535 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACC535 is #533ACA. Grayscale: #ADADAD. Windows color (decimal): -5454539 or 3524012. OLE color: 3524012.
HSL color Cylindrical-coordinate representation of color #ACC535: hue angle of 70.42º 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 #ACC535 is Cyan = 0.13, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 172 | 197 | 53 | - |
| CMYK | 0.13 | 0 | 0.73 | 0.23 |
| HSL | 70.42º | 0.58% | 0.49% | - |
| HSV(B) | 70.42º | 0.73% | 0.77% | - |
| XYZ | 37.62 | 48.96 | 10.84 | - |
| YUV | 173.11 | 60.22 | 127.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 197 | 53 | 0.13 | 0 | 0.73 | 0.23 | 70.42 | 0.58 | 0.49 |
| Hex | AC | C5 | 35 | D | 0 | 49 | 17 | 46 | 3A | 31 |
| Octal | 254 | 305 | 65 | 15 | 0 | 111 | 27 | 106 | 72 | 61 |
| Binary | 10101100 | 11000101 | 110101 | 1101 | 0 | 1001001 | 10111 | 1000110 | 111010 | 110001 |
Color Harmonies of #ACC535
Complementary color
Monochromatic Colors of #ACC535
Black with #ACC535
Text Example
Text Example
White with #ACC535
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACC535; }
p { color: rgb(172,197,53); }
H1.HeaderClassName
{
color: #ACC535;
}
.AnyTagClassName
{
color: #ACC535;
}
</style>
background-color css
<style>
a { background-color: #ACC535; }
a { background-color: rgb(172,197,53); }
div.DivClassName
{
background-color: #ACC535;
}
.BgClassName
{
background-color: #ACC535;
}
</style>
border-color css
<style>
span { border-color: #ACC535; }
span { border-color: rgb(172,197,53); }
td.TdClassName
{
border-color: #ACC535;
}
.TagClassName
{
border-color: #ACC535;
}
</style>