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