Shades of Conifer #AAE85B
Tints of Conifer #AAE85B
RGB
CMYK
RGB Variations
Color information
#AAE85B (or 0xAAE85B) is known color: Conifer. HEX triplet: AA, E8 and 5B. RGB value is (170,232,91). Sum of RGB (Red+Green+Blue) = 170+232+91=493 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.48% from 493); Green value is 232 (91.02% from 255 or 47.06% from 493); Blue value is 91 (35.94% from 255 or 18.46% from 493); Max value from RGB is 232 - color contains mainly: green. Hex color #AAE85B is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AAE85B is #5517A4. Grayscale: #C5C5C5. Windows color (decimal): -5576613 or 6023338. OLE color: 6023338.
HSL color Cylindrical-coordinate representation of color #AAE85B: hue angle of 86.38º degrees, saturation: 0.75, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #AAE85B is Cyan = 0.27, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 170 | 232 | 91 | - |
| CMYK | 0.27 | 0 | 0.61 | 0.09 |
| HSL | 86.38º | 0.75% | 0.63% | - |
| HSV(B) | 86.38º | 0.61% | 0.91% | - |
| XYZ | 47.32 | 67.01 | 20.34 | - |
| YUV | 197.39 | 67.96 | 108.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 232 | 91 | 0.27 | 0 | 0.61 | 0.09 | 86.38 | 0.75 | 0.63 |
| Hex | AA | E8 | 5B | 1B | 0 | 3D | 9 | 56 | 4B | 3F |
| Octal | 252 | 350 | 133 | 33 | 0 | 75 | 11 | 126 | 113 | 77 |
| Binary | 10101010 | 11101000 | 1011011 | 11011 | 0 | 111101 | 1001 | 1010110 | 1001011 | 111111 |
Color Harmonies of #AAE85B
Complementary color
Monochromatic Colors of #AAE85B
Black with #AAE85B
Text Example
Text Example
White with #AAE85B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAE85B; }
p { color: rgb(170,232,91); }
H1.HeaderClassName
{
color: #AAE85B;
}
.AnyTagClassName
{
color: #AAE85B;
}
</style>
background-color css
<style>
a { background-color: #AAE85B; }
a { background-color: rgb(170,232,91); }
div.DivClassName
{
background-color: #AAE85B;
}
.BgClassName
{
background-color: #AAE85B;
}
</style>
border-color css
<style>
span { border-color: #AAE85B; }
span { border-color: rgb(170,232,91); }
td.TdClassName
{
border-color: #AAE85B;
}
.TagClassName
{
border-color: #AAE85B;
}
</style>