Shades of Conifer #AAEC65
Tints of Conifer #AAEC65
RGB
CMYK
RGB Variations
Color information
#AAEC65 (or 0xAAEC65) is known color: Conifer. HEX triplet: AA, EC and 65. RGB value is (170,236,101). Sum of RGB (Red+Green+Blue) = 170+236+101=507 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.53% from 507); Green value is 236 (92.58% from 255 or 46.55% from 507); Blue value is 101 (39.84% from 255 or 19.92% from 507); Max value from RGB is 236 - color contains mainly: green. Hex color #AAEC65 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AAEC65 is #55139A. Grayscale: #C9C9C9. Windows color (decimal): -5575579 or 6679722. OLE color: 6679722.
HSL color Cylindrical-coordinate representation of color #AAEC65: hue angle of 89.33º degrees, saturation: 0.78, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #AAEC65 is Cyan = 0.28, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 170 | 236 | 101 | - |
| CMYK | 0.28 | 0 | 0.57 | 0.07 |
| HSL | 89.33º | 0.78% | 0.66% | - |
| HSV(B) | 89.33º | 0.57% | 0.93% | - |
| XYZ | 48.92 | 69.48 | 23.14 | - |
| YUV | 200.88 | 71.63 | 105.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 236 | 101 | 0.28 | 0 | 0.57 | 0.07 | 89.33 | 0.78 | 0.66 |
| Hex | AA | EC | 65 | 1C | 0 | 39 | 7 | 59 | 4E | 42 |
| Octal | 252 | 354 | 145 | 34 | 0 | 71 | 7 | 131 | 116 | 102 |
| Binary | 10101010 | 11101100 | 1100101 | 11100 | 0 | 111001 | 111 | 1011001 | 1001110 | 1000010 |
Color Harmonies of #AAEC65
Complementary color
Monochromatic Colors of #AAEC65
Black with #AAEC65
Text Example
Text Example
White with #AAEC65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAEC65; }
p { color: rgb(170,236,101); }
H1.HeaderClassName
{
color: #AAEC65;
}
.AnyTagClassName
{
color: #AAEC65;
}
</style>
background-color css
<style>
a { background-color: #AAEC65; }
a { background-color: rgb(170,236,101); }
div.DivClassName
{
background-color: #AAEC65;
}
.BgClassName
{
background-color: #AAEC65;
}
</style>
border-color css
<style>
span { border-color: #AAEC65; }
span { border-color: rgb(170,236,101); }
td.TdClassName
{
border-color: #AAEC65;
}
.TagClassName
{
border-color: #AAEC65;
}
</style>