Shades of Conifer #AAE45C
Tints of Conifer #AAE45C
RGB
CMYK
RGB Variations
Color information
#AAE45C (or 0xAAE45C) is known color: Conifer. HEX triplet: AA, E4 and 5C. RGB value is (170,228,92). Sum of RGB (Red+Green+Blue) = 170+228+92=490 (64% of max value = 765). Red value is 170 (66.80% from 255 or 34.69% from 490); Green value is 228 (89.45% from 255 or 46.53% from 490); Blue value is 92 (36.33% from 255 or 18.78% from 490); Max value from RGB is 228 - color contains mainly: green. Hex color #AAE45C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAE45C is #551BA3. Grayscale: #C3C3C3. Windows color (decimal): -5577636 or 6087850. OLE color: 6087850.
HSL color Cylindrical-coordinate representation of color #AAE45C: hue angle of 85.59º degrees, saturation: 0.72, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AAE45C is Cyan = 0.25, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 170 | 228 | 92 | - |
| CMYK | 0.25 | 0 | 0.60 | 0.11 |
| HSL | 85.59º | 0.72% | 0.63% | - |
| HSV(B) | 85.59º | 0.6% | 0.89% | - |
| XYZ | 46.25 | 64.81 | 20.2 | - |
| YUV | 195.15 | 69.78 | 110.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 228 | 92 | 0.25 | 0 | 0.60 | 0.11 | 85.59 | 0.72 | 0.63 |
| Hex | AA | E4 | 5C | 19 | 0 | 3C | B | 56 | 48 | 3F |
| Octal | 252 | 344 | 134 | 31 | 0 | 74 | 13 | 126 | 110 | 77 |
| Binary | 10101010 | 11100100 | 1011100 | 11001 | 0 | 111100 | 1011 | 1010110 | 1001000 | 111111 |
Color Harmonies of #AAE45C
Complementary color
Monochromatic Colors of #AAE45C
Black with #AAE45C
Text Example
Text Example
White with #AAE45C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAE45C; }
p { color: rgb(170,228,92); }
H1.HeaderClassName
{
color: #AAE45C;
}
.AnyTagClassName
{
color: #AAE45C;
}
</style>
background-color css
<style>
a { background-color: #AAE45C; }
a { background-color: rgb(170,228,92); }
div.DivClassName
{
background-color: #AAE45C;
}
.BgClassName
{
background-color: #AAE45C;
}
</style>
border-color css
<style>
span { border-color: #AAE45C; }
span { border-color: rgb(170,228,92); }
td.TdClassName
{
border-color: #AAE45C;
}
.TagClassName
{
border-color: #AAE45C;
}
</style>