Shades of Yellow Green #AAC538
Tints of Yellow Green #AAC538
RGB
CMYK
RGB Variations
Color information
#AAC538 (or 0xAAC538) is known color: Yellow Green. HEX triplet: AA, C5 and 38. RGB value is (170,197,56). Sum of RGB (Red+Green+Blue) = 170+197+56=423 (56% of max value = 765). Red value is 170 (66.80% from 255 or 40.19% from 423); Green value is 197 (77.34% from 255 or 46.57% from 423); Blue value is 56 (22.27% from 255 or 13.24% from 423); Max value from RGB is 197 - color contains mainly: green. Hex color #AAC538 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AAC538 is #553AC7. Grayscale: #ADADAD. Windows color (decimal): -5585608 or 3720618. OLE color: 3720618.
HSL color Cylindrical-coordinate representation of color #AAC538: hue angle of 71.49º degrees, saturation: 0.56, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #AAC538 is Cyan = 0.14, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 170 | 197 | 56 | - |
| CMYK | 0.14 | 0 | 0.72 | 0.23 |
| HSL | 71.49º | 0.56% | 0.5% | - |
| HSV(B) | 71.49º | 0.72% | 0.77% | - |
| XYZ | 37.26 | 48.76 | 11.19 | - |
| YUV | 172.85 | 62.05 | 125.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 197 | 56 | 0.14 | 0 | 0.72 | 0.23 | 71.49 | 0.56 | 0.5 |
| Hex | AA | C5 | 38 | E | 0 | 48 | 17 | 47 | 38 | 32 |
| Octal | 252 | 305 | 70 | 16 | 0 | 110 | 27 | 107 | 70 | 62 |
| Binary | 10101010 | 11000101 | 111000 | 1110 | 0 | 1001000 | 10111 | 1000111 | 111000 | 110010 |
Color Harmonies of #AAC538
Complementary color
Monochromatic Colors of #AAC538
Black with #AAC538
Text Example
Text Example
White with #AAC538
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAC538; }
p { color: rgb(170,197,56); }
H1.HeaderClassName
{
color: #AAC538;
}
.AnyTagClassName
{
color: #AAC538;
}
</style>
background-color css
<style>
a { background-color: #AAC538; }
a { background-color: rgb(170,197,56); }
div.DivClassName
{
background-color: #AAC538;
}
.BgClassName
{
background-color: #AAC538;
}
</style>
border-color css
<style>
span { border-color: #AAC538; }
span { border-color: rgb(170,197,56); }
td.TdClassName
{
border-color: #AAC538;
}
.TagClassName
{
border-color: #AAC538;
}
</style>