Shades of Conifer #AAE43D
Tints of Conifer #AAE43D
RGB
CMYK
RGB Variations
Color information
#AAE43D (or 0xAAE43D) is known color: Conifer. HEX triplet: AA, E4 and 3D. RGB value is (170,228,61). Sum of RGB (Red+Green+Blue) = 170+228+61=459 (60% of max value = 765). Red value is 170 (66.80% from 255 or 37.04% from 459); Green value is 228 (89.45% from 255 or 49.67% from 459); Blue value is 61 (24.22% from 255 or 13.29% from 459); Max value from RGB is 228 - color contains mainly: green. Hex color #AAE43D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AAE43D is #551BC2. Grayscale: #C0C0C0. Windows color (decimal): -5577667 or 4056234. OLE color: 4056234.
HSL color Cylindrical-coordinate representation of color #AAE43D: hue angle of 80.84º degrees, saturation: 0.76, 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 #AAE43D is Cyan = 0.25, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 170 | 228 | 61 | - |
| CMYK | 0.25 | 0 | 0.73 | 0.11 |
| HSL | 80.84º | 0.76% | 0.57% | - |
| HSV(B) | 80.84º | 0.73% | 0.89% | - |
| XYZ | 45.16 | 64.37 | 14.46 | - |
| YUV | 191.62 | 54.28 | 112.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 228 | 61 | 0.25 | 0 | 0.73 | 0.11 | 80.84 | 0.76 | 0.57 |
| Hex | AA | E4 | 3D | 19 | 0 | 49 | B | 51 | 4C | 39 |
| Octal | 252 | 344 | 75 | 31 | 0 | 111 | 13 | 121 | 114 | 71 |
| Binary | 10101010 | 11100100 | 111101 | 11001 | 0 | 1001001 | 1011 | 1010001 | 1001100 | 111001 |
Color Harmonies of #AAE43D
Complementary color
Monochromatic Colors of #AAE43D
Black with #AAE43D
Text Example
Text Example
White with #AAE43D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAE43D; }
p { color: rgb(170,228,61); }
H1.HeaderClassName
{
color: #AAE43D;
}
.AnyTagClassName
{
color: #AAE43D;
}
</style>
background-color css
<style>
a { background-color: #AAE43D; }
a { background-color: rgb(170,228,61); }
div.DivClassName
{
background-color: #AAE43D;
}
.BgClassName
{
background-color: #AAE43D;
}
</style>
border-color css
<style>
span { border-color: #AAE43D; }
span { border-color: rgb(170,228,61); }
td.TdClassName
{
border-color: #AAE43D;
}
.TagClassName
{
border-color: #AAE43D;
}
</style>