Shades of Conifer #AAE845
Tints of Conifer #AAE845
RGB
CMYK
RGB Variations
Color information
#AAE845 (or 0xAAE845) is known color: Conifer. HEX triplet: AA, E8 and 45. RGB value is (170,232,69). Sum of RGB (Red+Green+Blue) = 170+232+69=471 (62% of max value = 765). Red value is 170 (66.80% from 255 or 36.09% from 471); Green value is 232 (91.02% from 255 or 49.26% from 471); Blue value is 69 (27.34% from 255 or 14.65% from 471); Max value from RGB is 232 - color contains mainly: green. Hex color #AAE845 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AAE845 is #5517BA. Grayscale: #C3C3C3. Windows color (decimal): -5576635 or 4581546. OLE color: 4581546.
HSL color Cylindrical-coordinate representation of color #AAE845: hue angle of 82.82º degrees, saturation: 0.78, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AAE845 is Cyan = 0.27, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 170 | 232 | 69 | - |
| CMYK | 0.27 | 0 | 0.70 | 0.09 |
| HSL | 82.82º | 0.78% | 0.59% | - |
| HSV(B) | 82.82º | 0.7% | 0.91% | - |
| XYZ | 46.51 | 66.69 | 16.05 | - |
| YUV | 194.88 | 56.96 | 110.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 232 | 69 | 0.27 | 0 | 0.70 | 0.09 | 82.82 | 0.78 | 0.59 |
| Hex | AA | E8 | 45 | 1B | 0 | 46 | 9 | 53 | 4E | 3B |
| Octal | 252 | 350 | 105 | 33 | 0 | 106 | 11 | 123 | 116 | 73 |
| Binary | 10101010 | 11101000 | 1000101 | 11011 | 0 | 1000110 | 1001 | 1010011 | 1001110 | 111011 |
Color Harmonies of #AAE845
Complementary color
Monochromatic Colors of #AAE845
Black with #AAE845
Text Example
Text Example
White with #AAE845
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAE845; }
p { color: rgb(170,232,69); }
H1.HeaderClassName
{
color: #AAE845;
}
.AnyTagClassName
{
color: #AAE845;
}
</style>
background-color css
<style>
a { background-color: #AAE845; }
a { background-color: rgb(170,232,69); }
div.DivClassName
{
background-color: #AAE845;
}
.BgClassName
{
background-color: #AAE845;
}
</style>
border-color css
<style>
span { border-color: #AAE845; }
span { border-color: rgb(170,232,69); }
td.TdClassName
{
border-color: #AAE845;
}
.TagClassName
{
border-color: #AAE845;
}
</style>