Shades of Conifer #AAEC56
Tints of Conifer #AAEC56
RGB
CMYK
RGB Variations
Color information
#AAEC56 (or 0xAAEC56) is known color: Conifer. HEX triplet: AA, EC and 56. RGB value is (170,236,86). Sum of RGB (Red+Green+Blue) = 170+236+86=492 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.55% from 492); Green value is 236 (92.58% from 255 or 47.97% from 492); Blue value is 86 (33.98% from 255 or 17.48% from 492); Max value from RGB is 236 - color contains mainly: green. Hex color #AAEC56 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AAEC56 is #5513A9. Grayscale: #C7C7C7. Windows color (decimal): -5575594 or 5696682. OLE color: 5696682.
HSL color Cylindrical-coordinate representation of color #AAEC56: hue angle of 86.4º degrees, saturation: 0.8, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #AAEC56 is Cyan = 0.28, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 170 | 236 | 86 | - |
| CMYK | 0.28 | 0 | 0.64 | 0.07 |
| HSL | 86.4º | 0.8% | 0.63% | - |
| HSV(B) | 86.4º | 0.64% | 0.93% | - |
| XYZ | 48.25 | 69.21 | 19.62 | - |
| YUV | 199.17 | 64.13 | 107.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 236 | 86 | 0.28 | 0 | 0.64 | 0.07 | 86.4 | 0.8 | 0.63 |
| Hex | AA | EC | 56 | 1C | 0 | 40 | 7 | 56 | 50 | 3F |
| Octal | 252 | 354 | 126 | 34 | 0 | 100 | 7 | 126 | 120 | 77 |
| Binary | 10101010 | 11101100 | 1010110 | 11100 | 0 | 1000000 | 111 | 1010110 | 1010000 | 111111 |
Color Harmonies of #AAEC56
Complementary color
Monochromatic Colors of #AAEC56
Black with #AAEC56
Text Example
Text Example
White with #AAEC56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAEC56; }
p { color: rgb(170,236,86); }
H1.HeaderClassName
{
color: #AAEC56;
}
.AnyTagClassName
{
color: #AAEC56;
}
</style>
background-color css
<style>
a { background-color: #AAEC56; }
a { background-color: rgb(170,236,86); }
div.DivClassName
{
background-color: #AAEC56;
}
.BgClassName
{
background-color: #AAEC56;
}
</style>
border-color css
<style>
span { border-color: #AAEC56; }
span { border-color: rgb(170,236,86); }
td.TdClassName
{
border-color: #AAEC56;
}
.TagClassName
{
border-color: #AAEC56;
}
</style>