Shades of Conifer #AAE366
Tints of Conifer #AAE366
RGB
CMYK
RGB Variations
Color information
#AAE366 (or 0xAAE366) is known color: Conifer. HEX triplet: AA, E3 and 66. RGB value is (170,227,102). Sum of RGB (Red+Green+Blue) = 170+227+102=499 (66% of max value = 765). Red value is 170 (66.80% from 255 or 34.07% from 499); Green value is 227 (89.06% from 255 or 45.49% from 499); Blue value is 102 (40.23% from 255 or 20.44% from 499); Max value from RGB is 227 - color contains mainly: green. Hex color #AAE366 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAE366 is #551C99. Grayscale: #C4C4C4. Windows color (decimal): -5577882 or 6742954. OLE color: 6742954.
HSL color Cylindrical-coordinate representation of color #AAE366: hue angle of 87.36º degrees, saturation: 0.69, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #AAE366 is Cyan = 0.25, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 170 | 227 | 102 | - |
| CMYK | 0.25 | 0 | 0.55 | 0.11 |
| HSL | 87.36º | 0.69% | 0.65% | - |
| HSV(B) | 87.36º | 0.55% | 0.89% | - |
| XYZ | 46.44 | 64.44 | 22.56 | - |
| YUV | 195.71 | 75.12 | 109.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 227 | 102 | 0.25 | 0 | 0.55 | 0.11 | 87.36 | 0.69 | 0.65 |
| Hex | AA | E3 | 66 | 19 | 0 | 37 | B | 57 | 45 | 41 |
| Octal | 252 | 343 | 146 | 31 | 0 | 67 | 13 | 127 | 105 | 101 |
| Binary | 10101010 | 11100011 | 1100110 | 11001 | 0 | 110111 | 1011 | 1010111 | 1000101 | 1000001 |
Color Harmonies of #AAE366
Complementary color
Monochromatic Colors of #AAE366
Black with #AAE366
Text Example
Text Example
White with #AAE366
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAE366; }
p { color: rgb(170,227,102); }
H1.HeaderClassName
{
color: #AAE366;
}
.AnyTagClassName
{
color: #AAE366;
}
</style>
background-color css
<style>
a { background-color: #AAE366; }
a { background-color: rgb(170,227,102); }
div.DivClassName
{
background-color: #AAE366;
}
.BgClassName
{
background-color: #AAE366;
}
</style>
border-color css
<style>
span { border-color: #AAE366; }
span { border-color: rgb(170,227,102); }
td.TdClassName
{
border-color: #AAE366;
}
.TagClassName
{
border-color: #AAE366;
}
</style>