Shades of Conifer #AAEE64
Tints of Conifer #AAEE64
RGB
CMYK
RGB Variations
Color information
#AAEE64 (or 0xAAEE64) is known color: Conifer. HEX triplet: AA, EE and 64. RGB value is (170,238,100). Sum of RGB (Red+Green+Blue) = 170+238+100=508 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.46% from 508); Green value is 238 (93.36% from 255 or 46.85% from 508); Blue value is 100 (39.45% from 255 or 19.69% from 508); Max value from RGB is 238 - color contains mainly: green. Hex color #AAEE64 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AAEE64 is #55119B. Grayscale: #CACACA. Windows color (decimal): -5575068 or 6614698. OLE color: 6614698.
HSL color Cylindrical-coordinate representation of color #AAEE64: hue angle of 89.57º degrees, saturation: 0.8, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AAEE64 is Cyan = 0.29, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 170 | 238 | 100 | - |
| CMYK | 0.29 | 0 | 0.58 | 0.07 |
| HSL | 89.57º | 0.8% | 0.66% | - |
| HSV(B) | 89.57º | 0.58% | 0.93% | - |
| XYZ | 49.45 | 70.62 | 23.08 | - |
| YUV | 201.94 | 70.47 | 105.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 238 | 100 | 0.29 | 0 | 0.58 | 0.07 | 89.57 | 0.8 | 0.66 |
| Hex | AA | EE | 64 | 1D | 0 | 3A | 7 | 5A | 50 | 42 |
| Octal | 252 | 356 | 144 | 35 | 0 | 72 | 7 | 132 | 120 | 102 |
| Binary | 10101010 | 11101110 | 1100100 | 11101 | 0 | 111010 | 111 | 1011010 | 1010000 | 1000010 |
Color Harmonies of #AAEE64
Complementary color
Monochromatic Colors of #AAEE64
Black with #AAEE64
Text Example
Text Example
White with #AAEE64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAEE64; }
p { color: rgb(170,238,100); }
H1.HeaderClassName
{
color: #AAEE64;
}
.AnyTagClassName
{
color: #AAEE64;
}
</style>
background-color css
<style>
a { background-color: #AAEE64; }
a { background-color: rgb(170,238,100); }
div.DivClassName
{
background-color: #AAEE64;
}
.BgClassName
{
background-color: #AAEE64;
}
</style>
border-color css
<style>
span { border-color: #AAEE64; }
span { border-color: rgb(170,238,100); }
td.TdClassName
{
border-color: #AAEE64;
}
.TagClassName
{
border-color: #AAEE64;
}
</style>