Shades of Conifer #AAE957
Tints of Conifer #AAE957
RGB
CMYK
RGB Variations
Color information
#AAE957 (or 0xAAE957) is known color: Conifer. HEX triplet: AA, E9 and 57. RGB value is (170,233,87). Sum of RGB (Red+Green+Blue) = 170+233+87=490 (64% of max value = 765). Red value is 170 (66.80% from 255 or 34.69% from 490); Green value is 233 (91.41% from 255 or 47.55% from 490); Blue value is 87 (34.38% from 255 or 17.76% from 490); Max value from RGB is 233 - color contains mainly: green. Hex color #AAE957 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AAE957 is #5516A8. Grayscale: #C6C6C6. Windows color (decimal): -5576361 or 5761450. OLE color: 5761450.
HSL color Cylindrical-coordinate representation of color #AAE957: hue angle of 85.89º degrees, saturation: 0.77, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AAE957 is Cyan = 0.27, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 170 | 233 | 87 | - |
| CMYK | 0.27 | 0 | 0.63 | 0.09 |
| HSL | 85.89º | 0.77% | 0.63% | - |
| HSV(B) | 85.89º | 0.63% | 0.91% | - |
| XYZ | 47.44 | 67.51 | 19.55 | - |
| YUV | 197.52 | 65.63 | 108.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 233 | 87 | 0.27 | 0 | 0.63 | 0.09 | 85.89 | 0.77 | 0.63 |
| Hex | AA | E9 | 57 | 1B | 0 | 3F | 9 | 56 | 4D | 3F |
| Octal | 252 | 351 | 127 | 33 | 0 | 77 | 11 | 126 | 115 | 77 |
| Binary | 10101010 | 11101001 | 1010111 | 11011 | 0 | 111111 | 1001 | 1010110 | 1001101 | 111111 |
Color Harmonies of #AAE957
Complementary color
Monochromatic Colors of #AAE957
Black with #AAE957
Text Example
Text Example
White with #AAE957
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAE957; }
p { color: rgb(170,233,87); }
H1.HeaderClassName
{
color: #AAE957;
}
.AnyTagClassName
{
color: #AAE957;
}
</style>
background-color css
<style>
a { background-color: #AAE957; }
a { background-color: rgb(170,233,87); }
div.DivClassName
{
background-color: #AAE957;
}
.BgClassName
{
background-color: #AAE957;
}
</style>
border-color css
<style>
span { border-color: #AAE957; }
span { border-color: rgb(170,233,87); }
td.TdClassName
{
border-color: #AAE957;
}
.TagClassName
{
border-color: #AAE957;
}
</style>