Shades of Yellow Green #AACC30
Tints of Yellow Green #AACC30
RGB
CMYK
RGB Variations
Color information
#AACC30 (or 0xAACC30) is known color: Yellow Green. HEX triplet: AA, CC and 30. RGB value is (170,204,48). Sum of RGB (Red+Green+Blue) = 170+204+48=422 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.28% from 422); Green value is 204 (80.08% from 255 or 48.34% from 422); Blue value is 48 (19.14% from 255 or 11.37% from 422); Max value from RGB is 204 - color contains mainly: green. Hex color #AACC30 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AACC30 is #5533CF. Grayscale: #B0B0B0. Windows color (decimal): -5583824 or 3198122. OLE color: 3198122.
HSL color Cylindrical-coordinate representation of color #AACC30: hue angle of 73.08º degrees, saturation: 0.62, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #AACC30 is Cyan = 0.17, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 170 | 204 | 48 | - |
| CMYK | 0.17 | 0 | 0.76 | 0.2 |
| HSL | 73.08º | 0.62% | 0.49% | - |
| HSV(B) | 73.08º | 0.76% | 0.8% | - |
| XYZ | 38.7 | 51.95 | 10.78 | - |
| YUV | 176.05 | 55.74 | 123.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 204 | 48 | 0.17 | 0 | 0.76 | 0.2 | 73.08 | 0.62 | 0.49 |
| Hex | AA | CC | 30 | 11 | 0 | 4C | 14 | 49 | 3E | 31 |
| Octal | 252 | 314 | 60 | 21 | 0 | 114 | 24 | 111 | 76 | 61 |
| Binary | 10101010 | 11001100 | 110000 | 10001 | 0 | 1001100 | 10100 | 1001001 | 111110 | 110001 |
Color Harmonies of #AACC30
Complementary color
Monochromatic Colors of #AACC30
Black with #AACC30
Text Example
Text Example
White with #AACC30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AACC30; }
p { color: rgb(170,204,48); }
H1.HeaderClassName
{
color: #AACC30;
}
.AnyTagClassName
{
color: #AACC30;
}
</style>
background-color css
<style>
a { background-color: #AACC30; }
a { background-color: rgb(170,204,48); }
div.DivClassName
{
background-color: #AACC30;
}
.BgClassName
{
background-color: #AACC30;
}
</style>
border-color css
<style>
span { border-color: #AACC30; }
span { border-color: rgb(170,204,48); }
td.TdClassName
{
border-color: #AACC30;
}
.TagClassName
{
border-color: #AACC30;
}
</style>