Shades of Conifer #AAEE66
Tints of Conifer #AAEE66
RGB
CMYK
RGB Variations
Color information
#AAEE66 (or 0xAAEE66) is known color: Conifer. HEX triplet: AA, EE and 66. RGB value is (170,238,102). Sum of RGB (Red+Green+Blue) = 170+238+102=510 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.33% from 510); Green value is 238 (93.36% from 255 or 46.67% from 510); Blue value is 102 (40.23% from 255 or 20% from 510); Max value from RGB is 238 - color contains mainly: green. Hex color #AAEE66 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AAEE66 is #551199. Grayscale: #CACACA. Windows color (decimal): -5575066 or 6745770. OLE color: 6745770.
HSL color Cylindrical-coordinate representation of color #AAEE66: hue angle of 90º degrees, saturation: 0.8, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #AAEE66 is Cyan = 0.29, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 170 | 238 | 102 | - |
| CMYK | 0.29 | 0 | 0.57 | 0.07 |
| HSL | 90º | 0.8% | 0.67% | - |
| HSV(B) | 90º | 0.57% | 0.93% | - |
| XYZ | 49.55 | 70.65 | 23.6 | - |
| YUV | 202.16 | 71.47 | 105.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 238 | 102 | 0.29 | 0 | 0.57 | 0.07 | 90 | 0.8 | 0.67 |
| Hex | AA | EE | 66 | 1D | 0 | 39 | 7 | 5A | 50 | 43 |
| Octal | 252 | 356 | 146 | 35 | 0 | 71 | 7 | 132 | 120 | 103 |
| Binary | 10101010 | 11101110 | 1100110 | 11101 | 0 | 111001 | 111 | 1011010 | 1010000 | 1000011 |
Color Harmonies of #AAEE66
Complementary color
Monochromatic Colors of #AAEE66
Black with #AAEE66
Text Example
Text Example
White with #AAEE66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAEE66; }
p { color: rgb(170,238,102); }
H1.HeaderClassName
{
color: #AAEE66;
}
.AnyTagClassName
{
color: #AAEE66;
}
</style>
background-color css
<style>
a { background-color: #AAEE66; }
a { background-color: rgb(170,238,102); }
div.DivClassName
{
background-color: #AAEE66;
}
.BgClassName
{
background-color: #AAEE66;
}
</style>
border-color css
<style>
span { border-color: #AAEE66; }
span { border-color: rgb(170,238,102); }
td.TdClassName
{
border-color: #AAEE66;
}
.TagClassName
{
border-color: #AAEE66;
}
</style>