Shades of Conifer #AAE069
Tints of Conifer #AAE069
RGB
CMYK
RGB Variations
Color information
#AAE069 (or 0xAAE069) is known color: Conifer. HEX triplet: AA, E0 and 69. RGB value is (170,224,105). Sum of RGB (Red+Green+Blue) = 170+224+105=499 (66% of max value = 765). Red value is 170 (66.80% from 255 or 34.07% from 499); Green value is 224 (87.89% from 255 or 44.89% from 499); Blue value is 105 (41.41% from 255 or 21.04% from 499); Max value from RGB is 224 - color contains mainly: green. Hex color #AAE069 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAE069 is #551F96. Grayscale: #C2C2C2. Windows color (decimal): -5578647 or 6938794. OLE color: 6938794.
HSL color Cylindrical-coordinate representation of color #AAE069: hue angle of 87.23º 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 #AAE069 is Cyan = 0.24, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 170 | 224 | 105 | - |
| CMYK | 0.24 | 0 | 0.53 | 0.12 |
| HSL | 87.23º | 0.66% | 0.65% | - |
| HSV(B) | 87.23º | 0.53% | 0.88% | - |
| XYZ | 45.78 | 62.88 | 23.09 | - |
| YUV | 194.29 | 77.61 | 110.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 224 | 105 | 0.24 | 0 | 0.53 | 0.12 | 87.23 | 0.66 | 0.65 |
| Hex | AA | E0 | 69 | 18 | 0 | 35 | C | 57 | 42 | 41 |
| Octal | 252 | 340 | 151 | 30 | 0 | 65 | 14 | 127 | 102 | 101 |
| Binary | 10101010 | 11100000 | 1101001 | 11000 | 0 | 110101 | 1100 | 1010111 | 1000010 | 1000001 |
Color Harmonies of #AAE069
Complementary color
Monochromatic Colors of #AAE069
Black with #AAE069
Text Example
Text Example
White with #AAE069
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAE069; }
p { color: rgb(170,224,105); }
H1.HeaderClassName
{
color: #AAE069;
}
.AnyTagClassName
{
color: #AAE069;
}
</style>
background-color css
<style>
a { background-color: #AAE069; }
a { background-color: rgb(170,224,105); }
div.DivClassName
{
background-color: #AAE069;
}
.BgClassName
{
background-color: #AAE069;
}
</style>
border-color css
<style>
span { border-color: #AAE069; }
span { border-color: rgb(170,224,105); }
td.TdClassName
{
border-color: #AAE069;
}
.TagClassName
{
border-color: #AAE069;
}
</style>