Shades of Conifer #AAEE65
Tints of Conifer #AAEE65
RGB
CMYK
RGB Variations
Color information
#AAEE65 (or 0xAAEE65) is known color: Conifer. HEX triplet: AA, EE and 65. RGB value is (170,238,101). Sum of RGB (Red+Green+Blue) = 170+238+101=509 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.40% from 509); Green value is 238 (93.36% from 255 or 46.76% from 509); Blue value is 101 (39.84% from 255 or 19.84% from 509); Max value from RGB is 238 - color contains mainly: green. Hex color #AAEE65 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AAEE65 is #55119A. Grayscale: #CACACA. Windows color (decimal): -5575067 or 6680234. OLE color: 6680234.
HSL color Cylindrical-coordinate representation of color #AAEE65: hue angle of 89.78º 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 #AAEE65 is Cyan = 0.29, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 170 | 238 | 101 | - |
| CMYK | 0.29 | 0 | 0.58 | 0.07 |
| HSL | 89.78º | 0.8% | 0.66% | - |
| HSV(B) | 89.78º | 0.58% | 0.93% | - |
| XYZ | 49.5 | 70.63 | 23.34 | - |
| YUV | 202.05 | 70.97 | 105.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 238 | 101 | 0.29 | 0 | 0.58 | 0.07 | 89.78 | 0.8 | 0.66 |
| Hex | AA | EE | 65 | 1D | 0 | 3A | 7 | 5A | 50 | 42 |
| Octal | 252 | 356 | 145 | 35 | 0 | 72 | 7 | 132 | 120 | 102 |
| Binary | 10101010 | 11101110 | 1100101 | 11101 | 0 | 111010 | 111 | 1011010 | 1010000 | 1000010 |
Color Harmonies of #AAEE65
Complementary color
Monochromatic Colors of #AAEE65
Black with #AAEE65
Text Example
Text Example
White with #AAEE65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAEE65; }
p { color: rgb(170,238,101); }
H1.HeaderClassName
{
color: #AAEE65;
}
.AnyTagClassName
{
color: #AAEE65;
}
</style>
background-color css
<style>
a { background-color: #AAEE65; }
a { background-color: rgb(170,238,101); }
div.DivClassName
{
background-color: #AAEE65;
}
.BgClassName
{
background-color: #AAEE65;
}
</style>
border-color css
<style>
span { border-color: #AAEE65; }
span { border-color: rgb(170,238,101); }
td.TdClassName
{
border-color: #AAEE65;
}
.TagClassName
{
border-color: #AAEE65;
}
</style>