Shades of Conifer #AAE45D
Tints of Conifer #AAE45D
RGB
CMYK
RGB Variations
Color information
#AAE45D (or 0xAAE45D) is known color: Conifer. HEX triplet: AA, E4 and 5D. RGB value is (170,228,93). Sum of RGB (Red+Green+Blue) = 170+228+93=491 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.62% from 491); Green value is 228 (89.45% from 255 or 46.44% from 491); Blue value is 93 (36.72% from 255 or 18.94% from 491); Max value from RGB is 228 - color contains mainly: green. Hex color #AAE45D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAE45D is #551BA2. Grayscale: #C3C3C3. Windows color (decimal): -5577635 or 6153386. OLE color: 6153386.
HSL color Cylindrical-coordinate representation of color #AAE45D: hue angle of 85.78º degrees, saturation: 0.71, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #AAE45D is Cyan = 0.25, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 170 | 228 | 93 | - |
| CMYK | 0.25 | 0 | 0.59 | 0.11 |
| HSL | 85.78º | 0.71% | 0.63% | - |
| HSV(B) | 85.78º | 0.59% | 0.89% | - |
| XYZ | 46.3 | 64.82 | 20.43 | - |
| YUV | 195.27 | 70.28 | 109.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 228 | 93 | 0.25 | 0 | 0.59 | 0.11 | 85.78 | 0.71 | 0.63 |
| Hex | AA | E4 | 5D | 19 | 0 | 3B | B | 56 | 47 | 3F |
| Octal | 252 | 344 | 135 | 31 | 0 | 73 | 13 | 126 | 107 | 77 |
| Binary | 10101010 | 11100100 | 1011101 | 11001 | 0 | 111011 | 1011 | 1010110 | 1000111 | 111111 |
Color Harmonies of #AAE45D
Complementary color
Monochromatic Colors of #AAE45D
Black with #AAE45D
Text Example
Text Example
White with #AAE45D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAE45D; }
p { color: rgb(170,228,93); }
H1.HeaderClassName
{
color: #AAE45D;
}
.AnyTagClassName
{
color: #AAE45D;
}
</style>
background-color css
<style>
a { background-color: #AAE45D; }
a { background-color: rgb(170,228,93); }
div.DivClassName
{
background-color: #AAE45D;
}
.BgClassName
{
background-color: #AAE45D;
}
</style>
border-color css
<style>
span { border-color: #AAE45D; }
span { border-color: rgb(170,228,93); }
td.TdClassName
{
border-color: #AAE45D;
}
.TagClassName
{
border-color: #AAE45D;
}
</style>