Shades of Conifer #AAE266
Tints of Conifer #AAE266
RGB
CMYK
RGB Variations
Color information
#AAE266 (or 0xAAE266) is known color: Conifer. HEX triplet: AA, E2 and 66. RGB value is (170,226,102). Sum of RGB (Red+Green+Blue) = 170+226+102=498 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.14% from 498); Green value is 226 (88.67% from 255 or 45.38% from 498); Blue value is 102 (40.23% from 255 or 20.48% from 498); Max value from RGB is 226 - color contains mainly: green. Hex color #AAE266 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAE266 is #551D99. Grayscale: #C3C3C3. Windows color (decimal): -5578138 or 6742698. OLE color: 6742698.
HSL color Cylindrical-coordinate representation of color #AAE266: hue angle of 87.1º degrees, saturation: 0.68, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #AAE266 is Cyan = 0.25, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 170 | 226 | 102 | - |
| CMYK | 0.25 | 0 | 0.55 | 0.11 |
| HSL | 87.1º | 0.68% | 0.64% | - |
| HSV(B) | 87.1º | 0.55% | 0.89% | - |
| XYZ | 46.17 | 63.9 | 22.47 | - |
| YUV | 195.12 | 75.45 | 110.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 226 | 102 | 0.25 | 0 | 0.55 | 0.11 | 87.1 | 0.68 | 0.64 |
| Hex | AA | E2 | 66 | 19 | 0 | 37 | B | 57 | 44 | 40 |
| Octal | 252 | 342 | 146 | 31 | 0 | 67 | 13 | 127 | 104 | 100 |
| Binary | 10101010 | 11100010 | 1100110 | 11001 | 0 | 110111 | 1011 | 1010111 | 1000100 | 1000000 |
Color Harmonies of #AAE266
Complementary color
Monochromatic Colors of #AAE266
Black with #AAE266
Text Example
Text Example
White with #AAE266
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAE266; }
p { color: rgb(170,226,102); }
H1.HeaderClassName
{
color: #AAE266;
}
.AnyTagClassName
{
color: #AAE266;
}
</style>
background-color css
<style>
a { background-color: #AAE266; }
a { background-color: rgb(170,226,102); }
div.DivClassName
{
background-color: #AAE266;
}
.BgClassName
{
background-color: #AAE266;
}
</style>
border-color css
<style>
span { border-color: #AAE266; }
span { border-color: rgb(170,226,102); }
td.TdClassName
{
border-color: #AAE266;
}
.TagClassName
{
border-color: #AAE266;
}
</style>