Shades of Conifer #AAE852
Tints of Conifer #AAE852
RGB
CMYK
RGB Variations
Color information
#AAE852 (or 0xAAE852) is known color: Conifer. HEX triplet: AA, E8 and 52. RGB value is (170,232,82). Sum of RGB (Red+Green+Blue) = 170+232+82=484 (64% of max value = 765). Red value is 170 (66.80% from 255 or 35.12% from 484); Green value is 232 (91.02% from 255 or 47.93% from 484); Blue value is 82 (32.42% from 255 or 16.94% from 484); Max value from RGB is 232 - color contains mainly: green. Hex color #AAE852 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AAE852 is #5517AD. Grayscale: #C4C4C4. Windows color (decimal): -5576622 or 5433514. OLE color: 5433514.
HSL color Cylindrical-coordinate representation of color #AAE852: hue angle of 84.8º 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 #AAE852 is Cyan = 0.27, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 170 | 232 | 82 | - |
| CMYK | 0.27 | 0 | 0.65 | 0.09 |
| HSL | 84.8º | 0.77% | 0.62% | - |
| HSV(B) | 84.8º | 0.65% | 0.91% | - |
| XYZ | 46.96 | 66.87 | 18.41 | - |
| YUV | 196.36 | 63.46 | 109.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 232 | 82 | 0.27 | 0 | 0.65 | 0.09 | 84.8 | 0.77 | 0.62 |
| Hex | AA | E8 | 52 | 1B | 0 | 41 | 9 | 55 | 4D | 3E |
| Octal | 252 | 350 | 122 | 33 | 0 | 101 | 11 | 125 | 115 | 76 |
| Binary | 10101010 | 11101000 | 1010010 | 11011 | 0 | 1000001 | 1001 | 1010101 | 1001101 | 111110 |
Color Harmonies of #AAE852
Complementary color
Monochromatic Colors of #AAE852
Black with #AAE852
Text Example
Text Example
White with #AAE852
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAE852; }
p { color: rgb(170,232,82); }
H1.HeaderClassName
{
color: #AAE852;
}
.AnyTagClassName
{
color: #AAE852;
}
</style>
background-color css
<style>
a { background-color: #AAE852; }
a { background-color: rgb(170,232,82); }
div.DivClassName
{
background-color: #AAE852;
}
.BgClassName
{
background-color: #AAE852;
}
</style>
border-color css
<style>
span { border-color: #AAE852; }
span { border-color: rgb(170,232,82); }
td.TdClassName
{
border-color: #AAE852;
}
.TagClassName
{
border-color: #AAE852;
}
</style>