Shades of Yellow Green #AACE2A
Tints of Yellow Green #AACE2A
RGB
CMYK
RGB Variations
Color information
#AACE2A (or 0xAACE2A) is known color: Yellow Green. HEX triplet: AA, CE and 2A. RGB value is (170,206,42). Sum of RGB (Red+Green+Blue) = 170+206+42=418 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.67% from 418); Green value is 206 (80.86% from 255 or 49.28% from 418); Blue value is 42 (16.80% from 255 or 10.05% from 418); Max value from RGB is 206 - color contains mainly: green. Hex color #AACE2A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AACE2A is #5531D5. Grayscale: #B1B1B1. Windows color (decimal): -5583318 or 2805418. OLE color: 2805418.
HSL color Cylindrical-coordinate representation of color #AACE2A: hue angle of 73.17º degrees, saturation: 0.66, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AACE2A is Cyan = 0.17, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 170 | 206 | 42 | - |
| CMYK | 0.17 | 0 | 0.80 | 0.19 |
| HSL | 73.17º | 0.66% | 0.49% | - |
| HSV(B) | 73.17º | 0.8% | 0.81% | - |
| XYZ | 39.07 | 52.86 | 10.33 | - |
| YUV | 176.54 | 52.07 | 123.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 206 | 42 | 0.17 | 0 | 0.80 | 0.19 | 73.17 | 0.66 | 0.49 |
| Hex | AA | CE | 2A | 11 | 0 | 50 | 13 | 49 | 42 | 31 |
| Octal | 252 | 316 | 52 | 21 | 0 | 120 | 23 | 111 | 102 | 61 |
| Binary | 10101010 | 11001110 | 101010 | 10001 | 0 | 1010000 | 10011 | 1001001 | 1000010 | 110001 |
Color Harmonies of #AACE2A
Complementary color
Monochromatic Colors of #AACE2A
Black with #AACE2A
Text Example
Text Example
White with #AACE2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AACE2A; }
p { color: rgb(170,206,42); }
H1.HeaderClassName
{
color: #AACE2A;
}
.AnyTagClassName
{
color: #AACE2A;
}
</style>
background-color css
<style>
a { background-color: #AACE2A; }
a { background-color: rgb(170,206,42); }
div.DivClassName
{
background-color: #AACE2A;
}
.BgClassName
{
background-color: #AACE2A;
}
</style>
border-color css
<style>
span { border-color: #AACE2A; }
span { border-color: rgb(170,206,42); }
td.TdClassName
{
border-color: #AACE2A;
}
.TagClassName
{
border-color: #AACE2A;
}
</style>