Shades of Conifer #A9EC66
Tints of Conifer #A9EC66
RGB
CMYK
RGB Variations
Color information
#A9EC66 (or 0xA9EC66) is known color: Conifer. HEX triplet: A9, EC and 66. RGB value is (169,236,102). Sum of RGB (Red+Green+Blue) = 169+236+102=507 (67% of max value = 765). Red value is 169 (66.41% from 255 or 33.33% from 507); Green value is 236 (92.58% from 255 or 46.55% from 507); Blue value is 102 (40.23% from 255 or 20.12% from 507); Max value from RGB is 236 - color contains mainly: green. Hex color #A9EC66 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A9EC66 is #561399. Grayscale: #C9C9C9. Windows color (decimal): -5641114 or 6745257. OLE color: 6745257.
HSL color Cylindrical-coordinate representation of color #A9EC66: hue angle of 90º 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 #A9EC66 is Cyan = 0.28, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 169 | 236 | 102 | - |
| CMYK | 0.28 | 0 | 0.57 | 0.07 |
| HSL | 90º | 0.78% | 0.66% | - |
| HSV(B) | 90º | 0.57% | 0.93% | - |
| XYZ | 48.76 | 69.39 | 23.39 | - |
| YUV | 200.69 | 72.3 | 105.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 236 | 102 | 0.28 | 0 | 0.57 | 0.07 | 90 | 0.78 | 0.66 |
| Hex | A9 | EC | 66 | 1C | 0 | 39 | 7 | 5A | 4E | 42 |
| Octal | 251 | 354 | 146 | 34 | 0 | 71 | 7 | 132 | 116 | 102 |
| Binary | 10101001 | 11101100 | 1100110 | 11100 | 0 | 111001 | 111 | 1011010 | 1001110 | 1000010 |
Color Harmonies of #A9EC66
Complementary color
Monochromatic Colors of #A9EC66
Black with #A9EC66
Text Example
Text Example
White with #A9EC66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9EC66; }
p { color: rgb(169,236,102); }
H1.HeaderClassName
{
color: #A9EC66;
}
.AnyTagClassName
{
color: #A9EC66;
}
</style>
background-color css
<style>
a { background-color: #A9EC66; }
a { background-color: rgb(169,236,102); }
div.DivClassName
{
background-color: #A9EC66;
}
.BgClassName
{
background-color: #A9EC66;
}
</style>
border-color css
<style>
span { border-color: #A9EC66; }
span { border-color: rgb(169,236,102); }
td.TdClassName
{
border-color: #A9EC66;
}
.TagClassName
{
border-color: #A9EC66;
}
</style>