Shades of Conifer #AAE247
Tints of Conifer #AAE247
RGB
CMYK
RGB Variations
Color information
#AAE247 (or 0xAAE247) is known color: Conifer. HEX triplet: AA, E2 and 47. RGB value is (170,226,71). Sum of RGB (Red+Green+Blue) = 170+226+71=467 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.40% from 467); Green value is 226 (88.67% from 255 or 48.39% from 467); Blue value is 71 (28.12% from 255 or 15.20% from 467); Max value from RGB is 226 - color contains mainly: green. Hex color #AAE247 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AAE247 is #551DB8. Grayscale: #C0C0C0. Windows color (decimal): -5578169 or 4711082. OLE color: 4711082.
HSL color Cylindrical-coordinate representation of color #AAE247: hue angle of 81.68º 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 #AAE247 is Cyan = 0.25, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 170 | 226 | 71 | - |
| CMYK | 0.25 | 0 | 0.69 | 0.11 |
| HSL | 81.68º | 0.73% | 0.58% | - |
| HSV(B) | 81.68º | 0.69% | 0.89% | - |
| XYZ | 44.91 | 63.39 | 15.83 | - |
| YUV | 191.59 | 59.95 | 112.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 226 | 71 | 0.25 | 0 | 0.69 | 0.11 | 81.68 | 0.73 | 0.58 |
| Hex | AA | E2 | 47 | 19 | 0 | 45 | B | 52 | 49 | 3A |
| Octal | 252 | 342 | 107 | 31 | 0 | 105 | 13 | 122 | 111 | 72 |
| Binary | 10101010 | 11100010 | 1000111 | 11001 | 0 | 1000101 | 1011 | 1010010 | 1001001 | 111010 |
Color Harmonies of #AAE247
Complementary color
Monochromatic Colors of #AAE247
Black with #AAE247
Text Example
Text Example
White with #AAE247
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAE247; }
p { color: rgb(170,226,71); }
H1.HeaderClassName
{
color: #AAE247;
}
.AnyTagClassName
{
color: #AAE247;
}
</style>
background-color css
<style>
a { background-color: #AAE247; }
a { background-color: rgb(170,226,71); }
div.DivClassName
{
background-color: #AAE247;
}
.BgClassName
{
background-color: #AAE247;
}
</style>
border-color css
<style>
span { border-color: #AAE247; }
span { border-color: rgb(170,226,71); }
td.TdClassName
{
border-color: #AAE247;
}
.TagClassName
{
border-color: #AAE247;
}
</style>