Shades of Conifer #AAE43E
Tints of Conifer #AAE43E
RGB
CMYK
RGB Variations
Color information
#AAE43E (or 0xAAE43E) is known color: Conifer. HEX triplet: AA, E4 and 3E. RGB value is (170,228,62). Sum of RGB (Red+Green+Blue) = 170+228+62=460 (60% of max value = 765). Red value is 170 (66.80% from 255 or 36.96% from 460); Green value is 228 (89.45% from 255 or 49.57% from 460); Blue value is 62 (24.61% from 255 or 13.48% from 460); Max value from RGB is 228 - color contains mainly: green. Hex color #AAE43E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AAE43E is #551BC1. Grayscale: #C0C0C0. Windows color (decimal): -5577666 or 4121770. OLE color: 4121770.
HSL color Cylindrical-coordinate representation of color #AAE43E: hue angle of 80.96º degrees, saturation: 0.75, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #AAE43E is Cyan = 0.25, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 170 | 228 | 62 | - |
| CMYK | 0.25 | 0 | 0.73 | 0.11 |
| HSL | 80.96º | 0.75% | 0.57% | - |
| HSV(B) | 80.96º | 0.73% | 0.89% | - |
| XYZ | 45.19 | 64.38 | 14.6 | - |
| YUV | 191.73 | 54.78 | 112.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 228 | 62 | 0.25 | 0 | 0.73 | 0.11 | 80.96 | 0.75 | 0.57 |
| Hex | AA | E4 | 3E | 19 | 0 | 49 | B | 51 | 4B | 39 |
| Octal | 252 | 344 | 76 | 31 | 0 | 111 | 13 | 121 | 113 | 71 |
| Binary | 10101010 | 11100100 | 111110 | 11001 | 0 | 1001001 | 1011 | 1010001 | 1001011 | 111001 |
Color Harmonies of #AAE43E
Complementary color
Monochromatic Colors of #AAE43E
Black with #AAE43E
Text Example
Text Example
White with #AAE43E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAE43E; }
p { color: rgb(170,228,62); }
H1.HeaderClassName
{
color: #AAE43E;
}
.AnyTagClassName
{
color: #AAE43E;
}
</style>
background-color css
<style>
a { background-color: #AAE43E; }
a { background-color: rgb(170,228,62); }
div.DivClassName
{
background-color: #AAE43E;
}
.BgClassName
{
background-color: #AAE43E;
}
</style>
border-color css
<style>
span { border-color: #AAE43E; }
span { border-color: rgb(170,228,62); }
td.TdClassName
{
border-color: #AAE43E;
}
.TagClassName
{
border-color: #AAE43E;
}
</style>