Shades of Yellow Green #AAC830
Tints of Yellow Green #AAC830
RGB
CMYK
RGB Variations
Color information
#AAC830 (or 0xAAC830) is known color: Yellow Green. HEX triplet: AA, C8 and 30. RGB value is (170,200,48). Sum of RGB (Red+Green+Blue) = 170+200+48=418 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.67% from 418); Green value is 200 (78.52% from 255 or 47.85% from 418); Blue value is 48 (19.14% from 255 or 11.48% from 418); Max value from RGB is 200 - color contains mainly: green. Hex color #AAC830 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AAC830 is #5537CF. Grayscale: #AEAEAE. Windows color (decimal): -5584848 or 3197098. OLE color: 3197098.
HSL color Cylindrical-coordinate representation of color #AAC830: hue angle of 71.84º degrees, saturation: 0.61, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #AAC830 is Cyan = 0.15, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 170 | 200 | 48 | - |
| CMYK | 0.15 | 0 | 0.76 | 0.22 |
| HSL | 71.84º | 0.61% | 0.49% | - |
| HSV(B) | 71.84º | 0.76% | 0.78% | - |
| XYZ | 37.77 | 50.07 | 10.47 | - |
| YUV | 173.7 | 57.06 | 125.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 200 | 48 | 0.15 | 0 | 0.76 | 0.22 | 71.84 | 0.61 | 0.49 |
| Hex | AA | C8 | 30 | F | 0 | 4C | 16 | 48 | 3D | 31 |
| Octal | 252 | 310 | 60 | 17 | 0 | 114 | 26 | 110 | 75 | 61 |
| Binary | 10101010 | 11001000 | 110000 | 1111 | 0 | 1001100 | 10110 | 1001000 | 111101 | 110001 |
Color Harmonies of #AAC830
Complementary color
Monochromatic Colors of #AAC830
Black with #AAC830
Text Example
Text Example
White with #AAC830
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAC830; }
p { color: rgb(170,200,48); }
H1.HeaderClassName
{
color: #AAC830;
}
.AnyTagClassName
{
color: #AAC830;
}
</style>
background-color css
<style>
a { background-color: #AAC830; }
a { background-color: rgb(170,200,48); }
div.DivClassName
{
background-color: #AAC830;
}
.BgClassName
{
background-color: #AAC830;
}
</style>
border-color css
<style>
span { border-color: #AAC830; }
span { border-color: rgb(170,200,48); }
td.TdClassName
{
border-color: #AAC830;
}
.TagClassName
{
border-color: #AAC830;
}
</style>