Shades of Conifer #AAE952
Tints of Conifer #AAE952
RGB
CMYK
RGB Variations
Color information
#AAE952 (or 0xAAE952) is known color: Conifer. HEX triplet: AA, E9 and 52. RGB value is (170,233,82). Sum of RGB (Red+Green+Blue) = 170+233+82=485 (64% of max value = 765). Red value is 170 (66.80% from 255 or 35.05% from 485); Green value is 233 (91.41% from 255 or 48.04% from 485); Blue value is 82 (32.42% from 255 or 16.91% from 485); Max value from RGB is 233 - color contains mainly: green. Hex color #AAE952 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AAE952 is #5516AD. Grayscale: #C5C5C5. Windows color (decimal): -5576366 or 5433770. OLE color: 5433770.
HSL color Cylindrical-coordinate representation of color #AAE952: hue angle of 85.03º degrees, saturation: 0.77, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #AAE952 is Cyan = 0.27, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 170 | 233 | 82 | - |
| CMYK | 0.27 | 0 | 0.65 | 0.09 |
| HSL | 85.03º | 0.77% | 0.62% | - |
| HSV(B) | 85.03º | 0.65% | 0.91% | - |
| XYZ | 47.24 | 67.43 | 18.51 | - |
| YUV | 196.95 | 63.13 | 108.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 233 | 82 | 0.27 | 0 | 0.65 | 0.09 | 85.03 | 0.77 | 0.62 |
| Hex | AA | E9 | 52 | 1B | 0 | 41 | 9 | 55 | 4D | 3E |
| Octal | 252 | 351 | 122 | 33 | 0 | 101 | 11 | 125 | 115 | 76 |
| Binary | 10101010 | 11101001 | 1010010 | 11011 | 0 | 1000001 | 1001 | 1010101 | 1001101 | 111110 |
Color Harmonies of #AAE952
Complementary color
Monochromatic Colors of #AAE952
Black with #AAE952
Text Example
Text Example
White with #AAE952
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAE952; }
p { color: rgb(170,233,82); }
H1.HeaderClassName
{
color: #AAE952;
}
.AnyTagClassName
{
color: #AAE952;
}
</style>
background-color css
<style>
a { background-color: #AAE952; }
a { background-color: rgb(170,233,82); }
div.DivClassName
{
background-color: #AAE952;
}
.BgClassName
{
background-color: #AAE952;
}
</style>
border-color css
<style>
span { border-color: #AAE952; }
span { border-color: rgb(170,233,82); }
td.TdClassName
{
border-color: #AAE952;
}
.TagClassName
{
border-color: #AAE952;
}
</style>