Shades of Conifer #AAE246
Tints of Conifer #AAE246
RGB
CMYK
RGB Variations
Color information
#AAE246 (or 0xAAE246) is known color: Conifer. HEX triplet: AA, E2 and 46. RGB value is (170,226,70). Sum of RGB (Red+Green+Blue) = 170+226+70=466 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.48% from 466); Green value is 226 (88.67% from 255 or 48.50% from 466); Blue value is 70 (27.73% from 255 or 15.02% from 466); Max value from RGB is 226 - color contains mainly: green. Hex color #AAE246 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AAE246 is #551DB9. Grayscale: #C0C0C0. Windows color (decimal): -5578170 or 4645546. OLE color: 4645546.
HSL color Cylindrical-coordinate representation of color #AAE246: hue angle of 81.54º degrees, saturation: 0.73, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #AAE246 is Cyan = 0.25, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 170 | 226 | 70 | - |
| CMYK | 0.25 | 0 | 0.69 | 0.11 |
| HSL | 81.54º | 0.73% | 0.58% | - |
| HSV(B) | 81.54º | 0.69% | 0.89% | - |
| XYZ | 44.88 | 63.38 | 15.66 | - |
| YUV | 191.47 | 59.45 | 112.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 226 | 70 | 0.25 | 0 | 0.69 | 0.11 | 81.54 | 0.73 | 0.58 |
| Hex | AA | E2 | 46 | 19 | 0 | 45 | B | 52 | 49 | 3A |
| Octal | 252 | 342 | 106 | 31 | 0 | 105 | 13 | 122 | 111 | 72 |
| Binary | 10101010 | 11100010 | 1000110 | 11001 | 0 | 1000101 | 1011 | 1010010 | 1001001 | 111010 |
Color Harmonies of #AAE246
Complementary color
Monochromatic Colors of #AAE246
Black with #AAE246
Text Example
Text Example
White with #AAE246
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAE246; }
p { color: rgb(170,226,70); }
H1.HeaderClassName
{
color: #AAE246;
}
.AnyTagClassName
{
color: #AAE246;
}
</style>
background-color css
<style>
a { background-color: #AAE246; }
a { background-color: rgb(170,226,70); }
div.DivClassName
{
background-color: #AAE246;
}
.BgClassName
{
background-color: #AAE246;
}
</style>
border-color css
<style>
span { border-color: #AAE246; }
span { border-color: rgb(170,226,70); }
td.TdClassName
{
border-color: #AAE246;
}
.TagClassName
{
border-color: #AAE246;
}
</style>