Shades of Conifer #AAE046
Tints of Conifer #AAE046
RGB
CMYK
RGB Variations
Color information
#AAE046 (or 0xAAE046) is known color: Conifer. HEX triplet: AA, E0 and 46. RGB value is (170,224,70). Sum of RGB (Red+Green+Blue) = 170+224+70=464 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.64% from 464); Green value is 224 (87.89% from 255 or 48.28% from 464); Blue value is 70 (27.73% from 255 or 15.09% from 464); Max value from RGB is 224 - color contains mainly: green. Hex color #AAE046 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AAE046 is #551FB9. Grayscale: #BEBEBE. Windows color (decimal): -5578682 or 4645034. OLE color: 4645034.
HSL color Cylindrical-coordinate representation of color #AAE046: hue angle of 81.04º degrees, saturation: 0.71, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #AAE046 is Cyan = 0.24, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 170 | 224 | 70 | - |
| CMYK | 0.24 | 0 | 0.69 | 0.12 |
| HSL | 81.04º | 0.71% | 0.58% | - |
| HSV(B) | 81.04º | 0.69% | 0.88% | - |
| XYZ | 44.34 | 62.3 | 15.48 | - |
| YUV | 190.3 | 60.11 | 113.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 224 | 70 | 0.24 | 0 | 0.69 | 0.12 | 81.04 | 0.71 | 0.58 |
| Hex | AA | E0 | 46 | 18 | 0 | 45 | C | 51 | 47 | 3A |
| Octal | 252 | 340 | 106 | 30 | 0 | 105 | 14 | 121 | 107 | 72 |
| Binary | 10101010 | 11100000 | 1000110 | 11000 | 0 | 1000101 | 1100 | 1010001 | 1000111 | 111010 |
Color Harmonies of #AAE046
Complementary color
Monochromatic Colors of #AAE046
Black with #AAE046
Text Example
Text Example
White with #AAE046
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAE046; }
p { color: rgb(170,224,70); }
H1.HeaderClassName
{
color: #AAE046;
}
.AnyTagClassName
{
color: #AAE046;
}
</style>
background-color css
<style>
a { background-color: #AAE046; }
a { background-color: rgb(170,224,70); }
div.DivClassName
{
background-color: #AAE046;
}
.BgClassName
{
background-color: #AAE046;
}
</style>
border-color css
<style>
span { border-color: #AAE046; }
span { border-color: rgb(170,224,70); }
td.TdClassName
{
border-color: #AAE046;
}
.TagClassName
{
border-color: #AAE046;
}
</style>