Shades of Conifer #A2EC66
Tints of Conifer #A2EC66
RGB
CMYK
RGB Variations
Color information
#A2EC66 (or 0xA2EC66) is known color: Conifer. HEX triplet: A2, EC and 66. RGB value is (162,236,102). Sum of RGB (Red+Green+Blue) = 162+236+102=500 (66% of max value = 765). Red value is 162 (63.67% from 255 or 32.4% from 500); Green value is 236 (92.58% from 255 or 47.2% from 500); Blue value is 102 (40.23% from 255 or 20.4% from 500); Max value from RGB is 236 - color contains mainly: green. Hex color #A2EC66 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A2EC66 is #5D1399. Grayscale: #C7C7C7. Windows color (decimal): -6099866 or 6745250. OLE color: 6745250.
HSL color Cylindrical-coordinate representation of color #A2EC66: hue angle of 93.13º 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 #A2EC66 is Cyan = 0.31, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 162 | 236 | 102 | - |
| CMYK | 0.31 | 0 | 0.57 | 0.07 |
| HSL | 93.13º | 0.78% | 0.66% | - |
| HSV(B) | 93.13º | 0.57% | 0.93% | - |
| XYZ | 47.29 | 68.63 | 23.32 | - |
| YUV | 198.6 | 73.48 | 101.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 236 | 102 | 0.31 | 0 | 0.57 | 0.07 | 93.13 | 0.78 | 0.66 |
| Hex | A2 | EC | 66 | 1F | 0 | 39 | 7 | 5D | 4E | 42 |
| Octal | 242 | 354 | 146 | 37 | 0 | 71 | 7 | 135 | 116 | 102 |
| Binary | 10100010 | 11101100 | 1100110 | 11111 | 0 | 111001 | 111 | 1011101 | 1001110 | 1000010 |
Color Harmonies of #A2EC66
Complementary color
Monochromatic Colors of #A2EC66
Black with #A2EC66
Text Example
Text Example
White with #A2EC66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2EC66; }
p { color: rgb(162,236,102); }
H1.HeaderClassName
{
color: #A2EC66;
}
.AnyTagClassName
{
color: #A2EC66;
}
</style>
background-color css
<style>
a { background-color: #A2EC66; }
a { background-color: rgb(162,236,102); }
div.DivClassName
{
background-color: #A2EC66;
}
.BgClassName
{
background-color: #A2EC66;
}
</style>
border-color css
<style>
span { border-color: #A2EC66; }
span { border-color: rgb(162,236,102); }
td.TdClassName
{
border-color: #A2EC66;
}
.TagClassName
{
border-color: #A2EC66;
}
</style>