Shades of Conifer #AAE76B
Tints of Conifer #AAE76B
RGB
CMYK
RGB Variations
Color information
#AAE76B (or 0xAAE76B) is known color: Conifer. HEX triplet: AA, E7 and 6B. RGB value is (170,231,107). Sum of RGB (Red+Green+Blue) = 170+231+107=508 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.46% from 508); Green value is 231 (90.62% from 255 or 45.47% from 508); Blue value is 107 (42.19% from 255 or 21.06% from 508); Max value from RGB is 231 - color contains mainly: green. Hex color #AAE76B is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AAE76B is #551894. Grayscale: #C7C7C7. Windows color (decimal): -5576853 or 7071658. OLE color: 7071658.
HSL color Cylindrical-coordinate representation of color #AAE76B: hue angle of 89.52º degrees, saturation: 0.72, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #AAE76B is Cyan = 0.26, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 170 | 231 | 107 | - |
| CMYK | 0.26 | 0 | 0.54 | 0.09 |
| HSL | 89.52º | 0.72% | 0.66% | - |
| HSV(B) | 89.52º | 0.54% | 0.91% | - |
| XYZ | 47.81 | 66.76 | 24.28 | - |
| YUV | 198.63 | 76.29 | 107.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 231 | 107 | 0.26 | 0 | 0.54 | 0.09 | 89.52 | 0.72 | 0.66 |
| Hex | AA | E7 | 6B | 1A | 0 | 36 | 9 | 5A | 48 | 42 |
| Octal | 252 | 347 | 153 | 32 | 0 | 66 | 11 | 132 | 110 | 102 |
| Binary | 10101010 | 11100111 | 1101011 | 11010 | 0 | 110110 | 1001 | 1011010 | 1001000 | 1000010 |
Color Harmonies of #AAE76B
Complementary color
Monochromatic Colors of #AAE76B
Black with #AAE76B
Text Example
Text Example
White with #AAE76B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAE76B; }
p { color: rgb(170,231,107); }
H1.HeaderClassName
{
color: #AAE76B;
}
.AnyTagClassName
{
color: #AAE76B;
}
</style>
background-color css
<style>
a { background-color: #AAE76B; }
a { background-color: rgb(170,231,107); }
div.DivClassName
{
background-color: #AAE76B;
}
.BgClassName
{
background-color: #AAE76B;
}
</style>
border-color css
<style>
span { border-color: #AAE76B; }
span { border-color: rgb(170,231,107); }
td.TdClassName
{
border-color: #AAE76B;
}
.TagClassName
{
border-color: #AAE76B;
}
</style>