Shades of Conifer #AAE664
Tints of Conifer #AAE664
RGB
CMYK
RGB Variations
Color information
#AAE664 (or 0xAAE664) is known color: Conifer. HEX triplet: AA, E6 and 64. RGB value is (170,230,100). Sum of RGB (Red+Green+Blue) = 170+230+100=500 (66% of max value = 765). Red value is 170 (66.80% from 255 or 34% from 500); Green value is 230 (90.23% from 255 or 46% from 500); Blue value is 100 (39.45% from 255 or 20% from 500); Max value from RGB is 230 - color contains mainly: green. Hex color #AAE664 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AAE664 is #55199B. Grayscale: #C5C5C5. Windows color (decimal): -5577116 or 6612650. OLE color: 6612650.
HSL color Cylindrical-coordinate representation of color #AAE664: hue angle of 87.69º degrees, saturation: 0.72, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #AAE664 is Cyan = 0.26, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 170 | 230 | 100 | - |
| CMYK | 0.26 | 0 | 0.57 | 0.10 |
| HSL | 87.69º | 0.72% | 0.65% | - |
| HSV(B) | 87.69º | 0.57% | 0.9% | - |
| XYZ | 47.17 | 66.06 | 22.32 | - |
| YUV | 197.24 | 73.12 | 108.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 230 | 100 | 0.26 | 0 | 0.57 | 0.10 | 87.69 | 0.72 | 0.65 |
| Hex | AA | E6 | 64 | 1A | 0 | 39 | A | 58 | 48 | 41 |
| Octal | 252 | 346 | 144 | 32 | 0 | 71 | 12 | 130 | 110 | 101 |
| Binary | 10101010 | 11100110 | 1100100 | 11010 | 0 | 111001 | 1010 | 1011000 | 1001000 | 1000001 |
Color Harmonies of #AAE664
Complementary color
Monochromatic Colors of #AAE664
Black with #AAE664
Text Example
Text Example
White with #AAE664
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAE664; }
p { color: rgb(170,230,100); }
H1.HeaderClassName
{
color: #AAE664;
}
.AnyTagClassName
{
color: #AAE664;
}
</style>
background-color css
<style>
a { background-color: #AAE664; }
a { background-color: rgb(170,230,100); }
div.DivClassName
{
background-color: #AAE664;
}
.BgClassName
{
background-color: #AAE664;
}
</style>
border-color css
<style>
span { border-color: #AAE664; }
span { border-color: rgb(170,230,100); }
td.TdClassName
{
border-color: #AAE664;
}
.TagClassName
{
border-color: #AAE664;
}
</style>