Shades of Conifer #AAE249
Tints of Conifer #AAE249
RGB
CMYK
RGB Variations
Color information
#AAE249 (or 0xAAE249) is known color: Conifer. HEX triplet: AA, E2 and 49. RGB value is (170,226,73). Sum of RGB (Red+Green+Blue) = 170+226+73=469 (62% of max value = 765). Red value is 170 (66.80% from 255 or 36.25% from 469); Green value is 226 (88.67% from 255 or 48.19% from 469); Blue value is 73 (28.91% from 255 or 15.57% from 469); Max value from RGB is 226 - color contains mainly: green. Hex color #AAE249 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AAE249 is #551DB6. Grayscale: #C0C0C0. Windows color (decimal): -5578167 or 4842154. OLE color: 4842154.
HSL color Cylindrical-coordinate representation of color #AAE249: hue angle of 81.96º degrees, saturation: 0.73, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #AAE249 is Cyan = 0.25, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 170 | 226 | 73 | - |
| CMYK | 0.25 | 0 | 0.68 | 0.11 |
| HSL | 81.96º | 0.73% | 0.59% | - |
| HSV(B) | 81.96º | 0.68% | 0.89% | - |
| XYZ | 44.98 | 63.42 | 16.17 | - |
| YUV | 191.81 | 60.95 | 112.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 226 | 73 | 0.25 | 0 | 0.68 | 0.11 | 81.96 | 0.73 | 0.59 |
| Hex | AA | E2 | 49 | 19 | 0 | 44 | B | 52 | 49 | 3B |
| Octal | 252 | 342 | 111 | 31 | 0 | 104 | 13 | 122 | 111 | 73 |
| Binary | 10101010 | 11100010 | 1001001 | 11001 | 0 | 1000100 | 1011 | 1010010 | 1001001 | 111011 |
Color Harmonies of #AAE249
Complementary color
Monochromatic Colors of #AAE249
Black with #AAE249
Text Example
Text Example
White with #AAE249
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAE249; }
p { color: rgb(170,226,73); }
H1.HeaderClassName
{
color: #AAE249;
}
.AnyTagClassName
{
color: #AAE249;
}
</style>
background-color css
<style>
a { background-color: #AAE249; }
a { background-color: rgb(170,226,73); }
div.DivClassName
{
background-color: #AAE249;
}
.BgClassName
{
background-color: #AAE249;
}
</style>
border-color css
<style>
span { border-color: #AAE249; }
span { border-color: rgb(170,226,73); }
td.TdClassName
{
border-color: #AAE249;
}
.TagClassName
{
border-color: #AAE249;
}
</style>