Shades of Conifer #AAE143
Tints of Conifer #AAE143
RGB
CMYK
RGB Variations
Color information
#AAE143 (or 0xAAE143) is known color: Conifer. HEX triplet: AA, E1 and 43. RGB value is (170,225,67). Sum of RGB (Red+Green+Blue) = 170+225+67=462 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.80% from 462); Green value is 225 (88.28% from 255 or 48.70% from 462); Blue value is 67 (26.56% from 255 or 14.50% from 462); Max value from RGB is 225 - color contains mainly: green. Hex color #AAE143 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AAE143 is #551EBC. Grayscale: #BFBFBF. Windows color (decimal): -5578429 or 4448682. OLE color: 4448682.
HSL color Cylindrical-coordinate representation of color #AAE143: hue angle of 80.89º degrees, saturation: 0.72, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AAE143 is Cyan = 0.24, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 170 | 225 | 67 | - |
| CMYK | 0.24 | 0 | 0.70 | 0.12 |
| HSL | 80.89º | 0.72% | 0.57% | - |
| HSV(B) | 80.89º | 0.7% | 0.88% | - |
| XYZ | 44.52 | 62.8 | 15.09 | - |
| YUV | 190.54 | 58.28 | 113.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 225 | 67 | 0.24 | 0 | 0.70 | 0.12 | 80.89 | 0.72 | 0.57 |
| Hex | AA | E1 | 43 | 18 | 0 | 46 | C | 51 | 48 | 39 |
| Octal | 252 | 341 | 103 | 30 | 0 | 106 | 14 | 121 | 110 | 71 |
| Binary | 10101010 | 11100001 | 1000011 | 11000 | 0 | 1000110 | 1100 | 1010001 | 1001000 | 111001 |
Color Harmonies of #AAE143
Complementary color
Monochromatic Colors of #AAE143
Black with #AAE143
Text Example
Text Example
White with #AAE143
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAE143; }
p { color: rgb(170,225,67); }
H1.HeaderClassName
{
color: #AAE143;
}
.AnyTagClassName
{
color: #AAE143;
}
</style>
background-color css
<style>
a { background-color: #AAE143; }
a { background-color: rgb(170,225,67); }
div.DivClassName
{
background-color: #AAE143;
}
.BgClassName
{
background-color: #AAE143;
}
</style>
border-color css
<style>
span { border-color: #AAE143; }
span { border-color: rgb(170,225,67); }
td.TdClassName
{
border-color: #AAE143;
}
.TagClassName
{
border-color: #AAE143;
}
</style>