Shades of Conifer #AAEC59
Tints of Conifer #AAEC59
RGB
CMYK
RGB Variations
Color information
#AAEC59 (or 0xAAEC59) is known color: Conifer. HEX triplet: AA, EC and 59. RGB value is (170,236,89). Sum of RGB (Red+Green+Blue) = 170+236+89=495 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.34% from 495); Green value is 236 (92.58% from 255 or 47.68% from 495); Blue value is 89 (35.16% from 255 or 17.98% from 495); Max value from RGB is 236 - color contains mainly: green. Hex color #AAEC59 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AAEC59 is #5513A6. Grayscale: #C8C8C8. Windows color (decimal): -5575591 or 5893290. OLE color: 5893290.
HSL color Cylindrical-coordinate representation of color #AAEC59: hue angle of 86.94º degrees, saturation: 0.79, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #AAEC59 is Cyan = 0.28, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 170 | 236 | 89 | - |
| CMYK | 0.28 | 0 | 0.62 | 0.07 |
| HSL | 86.94º | 0.79% | 0.64% | - |
| HSV(B) | 86.94º | 0.62% | 0.93% | - |
| XYZ | 48.38 | 69.26 | 20.27 | - |
| YUV | 199.51 | 65.63 | 106.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 236 | 89 | 0.28 | 0 | 0.62 | 0.07 | 86.94 | 0.79 | 0.64 |
| Hex | AA | EC | 59 | 1C | 0 | 3E | 7 | 57 | 4F | 40 |
| Octal | 252 | 354 | 131 | 34 | 0 | 76 | 7 | 127 | 117 | 100 |
| Binary | 10101010 | 11101100 | 1011001 | 11100 | 0 | 111110 | 111 | 1010111 | 1001111 | 1000000 |
Color Harmonies of #AAEC59
Complementary color
Monochromatic Colors of #AAEC59
Black with #AAEC59
Text Example
Text Example
White with #AAEC59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAEC59; }
p { color: rgb(170,236,89); }
H1.HeaderClassName
{
color: #AAEC59;
}
.AnyTagClassName
{
color: #AAEC59;
}
</style>
background-color css
<style>
a { background-color: #AAEC59; }
a { background-color: rgb(170,236,89); }
div.DivClassName
{
background-color: #AAEC59;
}
.BgClassName
{
background-color: #AAEC59;
}
</style>
border-color css
<style>
span { border-color: #AAEC59; }
span { border-color: rgb(170,236,89); }
td.TdClassName
{
border-color: #AAEC59;
}
.TagClassName
{
border-color: #AAEC59;
}
</style>