Shades of Yellow Green #AAC734
Tints of Yellow Green #AAC734
RGB
CMYK
RGB Variations
Color information
#AAC734 (or 0xAAC734) is known color: Yellow Green. HEX triplet: AA, C7 and 34. RGB value is (170,199,52). Sum of RGB (Red+Green+Blue) = 170+199+52=421 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.38% from 421); Green value is 199 (78.12% from 255 or 47.27% from 421); Blue value is 52 (20.70% from 255 or 12.35% from 421); Max value from RGB is 199 - color contains mainly: green. Hex color #AAC734 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AAC734 is #5538CB. Grayscale: #AEAEAE. Windows color (decimal): -5585100 or 3458986. OLE color: 3458986.
HSL color Cylindrical-coordinate representation of color #AAC734: hue angle of 71.84º degrees, saturation: 0.59, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #AAC734 is Cyan = 0.15, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 170 | 199 | 52 | - |
| CMYK | 0.15 | 0 | 0.74 | 0.22 |
| HSL | 71.84º | 0.59% | 0.49% | - |
| HSV(B) | 71.84º | 0.74% | 0.78% | - |
| XYZ | 37.62 | 49.64 | 10.85 | - |
| YUV | 173.57 | 59.39 | 125.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 199 | 52 | 0.15 | 0 | 0.74 | 0.22 | 71.84 | 0.59 | 0.49 |
| Hex | AA | C7 | 34 | F | 0 | 4A | 16 | 48 | 3B | 31 |
| Octal | 252 | 307 | 64 | 17 | 0 | 112 | 26 | 110 | 73 | 61 |
| Binary | 10101010 | 11000111 | 110100 | 1111 | 0 | 1001010 | 10110 | 1001000 | 111011 | 110001 |
Color Harmonies of #AAC734
Complementary color
Monochromatic Colors of #AAC734
Black with #AAC734
Text Example
Text Example
White with #AAC734
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAC734; }
p { color: rgb(170,199,52); }
H1.HeaderClassName
{
color: #AAC734;
}
.AnyTagClassName
{
color: #AAC734;
}
</style>
background-color css
<style>
a { background-color: #AAC734; }
a { background-color: rgb(170,199,52); }
div.DivClassName
{
background-color: #AAC734;
}
.BgClassName
{
background-color: #AAC734;
}
</style>
border-color css
<style>
span { border-color: #AAC734; }
span { border-color: rgb(170,199,52); }
td.TdClassName
{
border-color: #AAC734;
}
.TagClassName
{
border-color: #AAC734;
}
</style>