Shades of Conifer #AAE564
Tints of Conifer #AAE564
RGB
CMYK
RGB Variations
Color information
#AAE564 (or 0xAAE564) is known color: Conifer. HEX triplet: AA, E5 and 64. RGB value is (170,229,100). Sum of RGB (Red+Green+Blue) = 170+229+100=499 (66% of max value = 765). Red value is 170 (66.80% from 255 or 34.07% from 499); Green value is 229 (89.84% from 255 or 45.89% from 499); Blue value is 100 (39.45% from 255 or 20.04% from 499); Max value from RGB is 229 - color contains mainly: green. Hex color #AAE564 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAE564 is #551A9B. Grayscale: #C5C5C5. Windows color (decimal): -5577372 or 6612394. OLE color: 6612394.
HSL color Cylindrical-coordinate representation of color #AAE564: hue angle of 87.44º degrees, saturation: 0.71, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #AAE564 is Cyan = 0.26, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 170 | 229 | 100 | - |
| CMYK | 0.26 | 0 | 0.56 | 0.10 |
| HSL | 87.44º | 0.71% | 0.65% | - |
| HSV(B) | 87.44º | 0.56% | 0.9% | - |
| XYZ | 46.9 | 65.5 | 22.23 | - |
| YUV | 196.65 | 73.45 | 108.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 229 | 100 | 0.26 | 0 | 0.56 | 0.10 | 87.44 | 0.71 | 0.65 |
| Hex | AA | E5 | 64 | 1A | 0 | 38 | A | 57 | 47 | 41 |
| Octal | 252 | 345 | 144 | 32 | 0 | 70 | 12 | 127 | 107 | 101 |
| Binary | 10101010 | 11100101 | 1100100 | 11010 | 0 | 111000 | 1010 | 1010111 | 1000111 | 1000001 |
Color Harmonies of #AAE564
Complementary color
Monochromatic Colors of #AAE564
Black with #AAE564
Text Example
Text Example
White with #AAE564
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAE564; }
p { color: rgb(170,229,100); }
H1.HeaderClassName
{
color: #AAE564;
}
.AnyTagClassName
{
color: #AAE564;
}
</style>
background-color css
<style>
a { background-color: #AAE564; }
a { background-color: rgb(170,229,100); }
div.DivClassName
{
background-color: #AAE564;
}
.BgClassName
{
background-color: #AAE564;
}
</style>
border-color css
<style>
span { border-color: #AAE564; }
span { border-color: rgb(170,229,100); }
td.TdClassName
{
border-color: #AAE564;
}
.TagClassName
{
border-color: #AAE564;
}
</style>