Shades of Conifer #AAE849
Tints of Conifer #AAE849
RGB
CMYK
RGB Variations
Color information
#AAE849 (or 0xAAE849) is known color: Conifer. HEX triplet: AA, E8 and 49. RGB value is (170,232,73). Sum of RGB (Red+Green+Blue) = 170+232+73=475 (62% of max value = 765). Red value is 170 (66.80% from 255 or 35.79% from 475); Green value is 232 (91.02% from 255 or 48.84% from 475); Blue value is 73 (28.91% from 255 or 15.37% from 475); Max value from RGB is 232 - color contains mainly: green. Hex color #AAE849 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AAE849 is #5517B6. Grayscale: #C3C3C3. Windows color (decimal): -5576631 or 4843690. OLE color: 4843690.
HSL color Cylindrical-coordinate representation of color #AAE849: hue angle of 83.4º degrees, saturation: 0.78, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #AAE849 is Cyan = 0.27, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 170 | 232 | 73 | - |
| CMYK | 0.27 | 0 | 0.69 | 0.09 |
| HSL | 83.4º | 0.78% | 0.6% | - |
| HSV(B) | 83.4º | 0.69% | 0.91% | - |
| XYZ | 46.64 | 66.74 | 16.73 | - |
| YUV | 195.34 | 58.96 | 109.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 232 | 73 | 0.27 | 0 | 0.69 | 0.09 | 83.4 | 0.78 | 0.6 |
| Hex | AA | E8 | 49 | 1B | 0 | 45 | 9 | 53 | 4E | 3C |
| Octal | 252 | 350 | 111 | 33 | 0 | 105 | 11 | 123 | 116 | 74 |
| Binary | 10101010 | 11101000 | 1001001 | 11011 | 0 | 1000101 | 1001 | 1010011 | 1001110 | 111100 |
Color Harmonies of #AAE849
Complementary color
Monochromatic Colors of #AAE849
Black with #AAE849
Text Example
Text Example
White with #AAE849
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAE849; }
p { color: rgb(170,232,73); }
H1.HeaderClassName
{
color: #AAE849;
}
.AnyTagClassName
{
color: #AAE849;
}
</style>
background-color css
<style>
a { background-color: #AAE849; }
a { background-color: rgb(170,232,73); }
div.DivClassName
{
background-color: #AAE849;
}
.BgClassName
{
background-color: #AAE849;
}
</style>
border-color css
<style>
span { border-color: #AAE849; }
span { border-color: rgb(170,232,73); }
td.TdClassName
{
border-color: #AAE849;
}
.TagClassName
{
border-color: #AAE849;
}
</style>