Shades of Conifer #AAE95E
Tints of Conifer #AAE95E
RGB
CMYK
RGB Variations
Color information
#AAE95E (or 0xAAE95E) is known color: Conifer. HEX triplet: AA, E9 and 5E. RGB value is (170,233,94). Sum of RGB (Red+Green+Blue) = 170+233+94=497 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.21% from 497); Green value is 233 (91.41% from 255 or 46.88% from 497); Blue value is 94 (37.11% from 255 or 18.91% from 497); Max value from RGB is 233 - color contains mainly: green. Hex color #AAE95E is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AAE95E is #5516A1. Grayscale: #C6C6C6. Windows color (decimal): -5576354 or 6220202. OLE color: 6220202.
HSL color Cylindrical-coordinate representation of color #AAE95E: hue angle of 87.19º degrees, saturation: 0.76, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AAE95E is Cyan = 0.27, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 170 | 233 | 94 | - |
| CMYK | 0.27 | 0 | 0.60 | 0.09 |
| HSL | 87.19º | 0.76% | 0.64% | - |
| HSV(B) | 87.19º | 0.6% | 0.91% | - |
| XYZ | 47.74 | 67.63 | 21.13 | - |
| YUV | 198.32 | 69.13 | 107.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 233 | 94 | 0.27 | 0 | 0.60 | 0.09 | 87.19 | 0.76 | 0.64 |
| Hex | AA | E9 | 5E | 1B | 0 | 3C | 9 | 57 | 4C | 40 |
| Octal | 252 | 351 | 136 | 33 | 0 | 74 | 11 | 127 | 114 | 100 |
| Binary | 10101010 | 11101001 | 1011110 | 11011 | 0 | 111100 | 1001 | 1010111 | 1001100 | 1000000 |
Color Harmonies of #AAE95E
Complementary color
Monochromatic Colors of #AAE95E
Black with #AAE95E
Text Example
Text Example
White with #AAE95E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAE95E; }
p { color: rgb(170,233,94); }
H1.HeaderClassName
{
color: #AAE95E;
}
.AnyTagClassName
{
color: #AAE95E;
}
</style>
background-color css
<style>
a { background-color: #AAE95E; }
a { background-color: rgb(170,233,94); }
div.DivClassName
{
background-color: #AAE95E;
}
.BgClassName
{
background-color: #AAE95E;
}
</style>
border-color css
<style>
span { border-color: #AAE95E; }
span { border-color: rgb(170,233,94); }
td.TdClassName
{
border-color: #AAE95E;
}
.TagClassName
{
border-color: #AAE95E;
}
</style>