Shades of Yellow Green #AAC335
Tints of Yellow Green #AAC335
RGB
CMYK
RGB Variations
Color information
#AAC335 (or 0xAAC335) is known color: Yellow Green. HEX triplet: AA, C3 and 35. RGB value is (170,195,53). Sum of RGB (Red+Green+Blue) = 170+195+53=418 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.67% from 418); Green value is 195 (76.56% from 255 or 46.65% from 418); Blue value is 53 (21.09% from 255 or 12.68% from 418); Max value from RGB is 195 - color contains mainly: green. Hex color #AAC335 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AAC335 is #553CCA. Grayscale: #ABABAB. Windows color (decimal): -5586123 or 3523498. OLE color: 3523498.
HSL color Cylindrical-coordinate representation of color #AAC335: hue angle of 70.56º degrees, saturation: 0.57, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #AAC335 is Cyan = 0.13, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 170 | 195 | 53 | - |
| CMYK | 0.13 | 0 | 0.73 | 0.24 |
| HSL | 70.56º | 0.57% | 0.49% | - |
| HSV(B) | 70.56º | 0.73% | 0.76% | - |
| XYZ | 36.74 | 47.83 | 10.66 | - |
| YUV | 171.34 | 61.22 | 127.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 195 | 53 | 0.13 | 0 | 0.73 | 0.24 | 70.56 | 0.57 | 0.49 |
| Hex | AA | C3 | 35 | D | 0 | 49 | 18 | 47 | 39 | 31 |
| Octal | 252 | 303 | 65 | 15 | 0 | 111 | 30 | 107 | 71 | 61 |
| Binary | 10101010 | 11000011 | 110101 | 1101 | 0 | 1001001 | 11000 | 1000111 | 111001 | 110001 |
Color Harmonies of #AAC335
Complementary color
Monochromatic Colors of #AAC335
Black with #AAC335
Text Example
Text Example
White with #AAC335
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAC335; }
p { color: rgb(170,195,53); }
H1.HeaderClassName
{
color: #AAC335;
}
.AnyTagClassName
{
color: #AAC335;
}
</style>
background-color css
<style>
a { background-color: #AAC335; }
a { background-color: rgb(170,195,53); }
div.DivClassName
{
background-color: #AAC335;
}
.BgClassName
{
background-color: #AAC335;
}
</style>
border-color css
<style>
span { border-color: #AAC335; }
span { border-color: rgb(170,195,53); }
td.TdClassName
{
border-color: #AAC335;
}
.TagClassName
{
border-color: #AAC335;
}
</style>