Shades of Conifer #AAE06A
Tints of Conifer #AAE06A
RGB
CMYK
RGB Variations
Color information
#AAE06A (or 0xAAE06A) is known color: Conifer. HEX triplet: AA, E0 and 6A. RGB value is (170,224,106). Sum of RGB (Red+Green+Blue) = 170+224+106=500 (66% of max value = 765). Red value is 170 (66.80% from 255 or 34% from 500); Green value is 224 (87.89% from 255 or 44.8% from 500); Blue value is 106 (41.80% from 255 or 21.2% from 500); Max value from RGB is 224 - color contains mainly: green. Hex color #AAE06A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAE06A is #551F95. Grayscale: #C2C2C2. Windows color (decimal): -5578646 or 7004330. OLE color: 7004330.
HSL color Cylindrical-coordinate representation of color #AAE06A: hue angle of 87.46º degrees, saturation: 0.66, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AAE06A is Cyan = 0.24, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 170 | 224 | 106 | - |
| CMYK | 0.24 | 0 | 0.53 | 0.12 |
| HSL | 87.46º | 0.66% | 0.65% | - |
| HSV(B) | 87.46º | 0.53% | 0.88% | - |
| XYZ | 45.83 | 62.9 | 23.36 | - |
| YUV | 194.4 | 78.11 | 110.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 224 | 106 | 0.24 | 0 | 0.53 | 0.12 | 87.46 | 0.66 | 0.65 |
| Hex | AA | E0 | 6A | 18 | 0 | 35 | C | 57 | 42 | 41 |
| Octal | 252 | 340 | 152 | 30 | 0 | 65 | 14 | 127 | 102 | 101 |
| Binary | 10101010 | 11100000 | 1101010 | 11000 | 0 | 110101 | 1100 | 1010111 | 1000010 | 1000001 |
Color Harmonies of #AAE06A
Complementary color
Monochromatic Colors of #AAE06A
Black with #AAE06A
Text Example
Text Example
White with #AAE06A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAE06A; }
p { color: rgb(170,224,106); }
H1.HeaderClassName
{
color: #AAE06A;
}
.AnyTagClassName
{
color: #AAE06A;
}
</style>
background-color css
<style>
a { background-color: #AAE06A; }
a { background-color: rgb(170,224,106); }
div.DivClassName
{
background-color: #AAE06A;
}
.BgClassName
{
background-color: #AAE06A;
}
</style>
border-color css
<style>
span { border-color: #AAE06A; }
span { border-color: rgb(170,224,106); }
td.TdClassName
{
border-color: #AAE06A;
}
.TagClassName
{
border-color: #AAE06A;
}
</style>