Shades of Yellow Green #AACC2F
Tints of Yellow Green #AACC2F
RGB
CMYK
RGB Variations
Color information
#AACC2F (or 0xAACC2F) is known color: Yellow Green. HEX triplet: AA, CC and 2F. RGB value is (170,204,47). Sum of RGB (Red+Green+Blue) = 170+204+47=421 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.38% from 421); Green value is 204 (80.08% from 255 or 48.46% from 421); Blue value is 47 (18.75% from 255 or 11.16% from 421); Max value from RGB is 204 - color contains mainly: green. Hex color #AACC2F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AACC2F is #5533D0. Grayscale: #B0B0B0. Windows color (decimal): -5583825 or 3132586. OLE color: 3132586.
HSL color Cylindrical-coordinate representation of color #AACC2F: hue angle of 72.99º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AACC2F is Cyan = 0.17, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 170 | 204 | 47 | - |
| CMYK | 0.17 | 0 | 0.77 | 0.2 |
| HSL | 72.99º | 0.63% | 0.49% | - |
| HSV(B) | 72.99º | 0.77% | 0.8% | - |
| XYZ | 38.68 | 51.94 | 10.68 | - |
| YUV | 175.94 | 55.24 | 123.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 204 | 47 | 0.17 | 0 | 0.77 | 0.2 | 72.99 | 0.63 | 0.49 |
| Hex | AA | CC | 2F | 11 | 0 | 4D | 14 | 49 | 3F | 31 |
| Octal | 252 | 314 | 57 | 21 | 0 | 115 | 24 | 111 | 77 | 61 |
| Binary | 10101010 | 11001100 | 101111 | 10001 | 0 | 1001101 | 10100 | 1001001 | 111111 | 110001 |
Color Harmonies of #AACC2F
Complementary color
Monochromatic Colors of #AACC2F
Black with #AACC2F
Text Example
Text Example
White with #AACC2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AACC2F; }
p { color: rgb(170,204,47); }
H1.HeaderClassName
{
color: #AACC2F;
}
.AnyTagClassName
{
color: #AACC2F;
}
</style>
background-color css
<style>
a { background-color: #AACC2F; }
a { background-color: rgb(170,204,47); }
div.DivClassName
{
background-color: #AACC2F;
}
.BgClassName
{
background-color: #AACC2F;
}
</style>
border-color css
<style>
span { border-color: #AACC2F; }
span { border-color: rgb(170,204,47); }
td.TdClassName
{
border-color: #AACC2F;
}
.TagClassName
{
border-color: #AACC2F;
}
</style>