Shades of Yellow Green #AACC31
Tints of Yellow Green #AACC31
RGB
CMYK
RGB Variations
Color information
#AACC31 (or 0xAACC31) is known color: Yellow Green. HEX triplet: AA, CC and 31. RGB value is (170,204,49). Sum of RGB (Red+Green+Blue) = 170+204+49=423 (56% of max value = 765). Red value is 170 (66.80% from 255 or 40.19% from 423); Green value is 204 (80.08% from 255 or 48.23% from 423); Blue value is 49 (19.53% from 255 or 11.58% from 423); Max value from RGB is 204 - color contains mainly: green. Hex color #AACC31 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AACC31 is #5533CE. Grayscale: #B0B0B0. Windows color (decimal): -5583823 or 3263658. OLE color: 3263658.
HSL color Cylindrical-coordinate representation of color #AACC31: hue angle of 73.16º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #AACC31 is Cyan = 0.17, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 170 | 204 | 49 | - |
| CMYK | 0.17 | 0 | 0.76 | 0.2 |
| HSL | 73.16º | 0.61% | 0.5% | - |
| HSV(B) | 73.16º | 0.76% | 0.8% | - |
| XYZ | 38.72 | 51.95 | 10.89 | - |
| YUV | 176.16 | 56.24 | 123.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 204 | 49 | 0.17 | 0 | 0.76 | 0.2 | 73.16 | 0.61 | 0.5 |
| Hex | AA | CC | 31 | 11 | 0 | 4C | 14 | 49 | 3D | 32 |
| Octal | 252 | 314 | 61 | 21 | 0 | 114 | 24 | 111 | 75 | 62 |
| Binary | 10101010 | 11001100 | 110001 | 10001 | 0 | 1001100 | 10100 | 1001001 | 111101 | 110010 |
Color Harmonies of #AACC31
Complementary color
Monochromatic Colors of #AACC31
Black with #AACC31
Text Example
Text Example
White with #AACC31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AACC31; }
p { color: rgb(170,204,49); }
H1.HeaderClassName
{
color: #AACC31;
}
.AnyTagClassName
{
color: #AACC31;
}
</style>
background-color css
<style>
a { background-color: #AACC31; }
a { background-color: rgb(170,204,49); }
div.DivClassName
{
background-color: #AACC31;
}
.BgClassName
{
background-color: #AACC31;
}
</style>
border-color css
<style>
span { border-color: #AACC31; }
span { border-color: rgb(170,204,49); }
td.TdClassName
{
border-color: #AACC31;
}
.TagClassName
{
border-color: #AACC31;
}
</style>