Shades of Conifer #AAE96A
Tints of Conifer #AAE96A
RGB
CMYK
RGB Variations
Color information
#AAE96A (or 0xAAE96A) is known color: Conifer. HEX triplet: AA, E9 and 6A. RGB value is (170,233,106). Sum of RGB (Red+Green+Blue) = 170+233+106=509 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.40% from 509); Green value is 233 (91.41% from 255 or 45.78% from 509); Blue value is 106 (41.80% from 255 or 20.83% from 509); Max value from RGB is 233 - color contains mainly: green. Hex color #AAE96A is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AAE96A is #551695. Grayscale: #C8C8C8. Windows color (decimal): -5576342 or 7006634. OLE color: 7006634.
HSL color Cylindrical-coordinate representation of color #AAE96A: hue angle of 89.76º degrees, saturation: 0.74, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #AAE96A is Cyan = 0.27, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 170 | 233 | 106 | - |
| CMYK | 0.27 | 0 | 0.55 | 0.09 |
| HSL | 89.76º | 0.74% | 0.66% | - |
| HSV(B) | 89.76º | 0.55% | 0.91% | - |
| XYZ | 48.32 | 67.86 | 24.19 | - |
| YUV | 199.69 | 75.13 | 106.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 233 | 106 | 0.27 | 0 | 0.55 | 0.09 | 89.76 | 0.74 | 0.66 |
| Hex | AA | E9 | 6A | 1B | 0 | 37 | 9 | 5A | 4A | 42 |
| Octal | 252 | 351 | 152 | 33 | 0 | 67 | 11 | 132 | 112 | 102 |
| Binary | 10101010 | 11101001 | 1101010 | 11011 | 0 | 110111 | 1001 | 1011010 | 1001010 | 1000010 |
Color Harmonies of #AAE96A
Complementary color
Monochromatic Colors of #AAE96A
Black with #AAE96A
Text Example
Text Example
White with #AAE96A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAE96A; }
p { color: rgb(170,233,106); }
H1.HeaderClassName
{
color: #AAE96A;
}
.AnyTagClassName
{
color: #AAE96A;
}
</style>
background-color css
<style>
a { background-color: #AAE96A; }
a { background-color: rgb(170,233,106); }
div.DivClassName
{
background-color: #AAE96A;
}
.BgClassName
{
background-color: #AAE96A;
}
</style>
border-color css
<style>
span { border-color: #AAE96A; }
span { border-color: rgb(170,233,106); }
td.TdClassName
{
border-color: #AAE96A;
}
.TagClassName
{
border-color: #AAE96A;
}
</style>