Shades of Conifer #A2EC5D
Tints of Conifer #A2EC5D
RGB
CMYK
RGB Variations
Color information
#A2EC5D (or 0xA2EC5D) is known color: Conifer. HEX triplet: A2, EC and 5D. RGB value is (162,236,93). Sum of RGB (Red+Green+Blue) = 162+236+93=491 (65% of max value = 765). Red value is 162 (63.67% from 255 or 32.99% from 491); Green value is 236 (92.58% from 255 or 48.07% from 491); Blue value is 93 (36.72% from 255 or 18.94% from 491); Max value from RGB is 236 - color contains mainly: green. Hex color #A2EC5D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A2EC5D is #5D13A2. Grayscale: #C6C6C6. Windows color (decimal): -6099875 or 6155426. OLE color: 6155426.
HSL color Cylindrical-coordinate representation of color #A2EC5D: hue angle of 91.05º degrees, saturation: 0.79, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A2EC5D is Cyan = 0.31, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 162 | 236 | 93 | - |
| CMYK | 0.31 | 0 | 0.61 | 0.07 |
| HSL | 91.05º | 0.79% | 0.65% | - |
| HSV(B) | 91.05º | 0.61% | 0.93% | - |
| XYZ | 46.87 | 68.46 | 21.1 | - |
| YUV | 197.57 | 68.98 | 102.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 236 | 93 | 0.31 | 0 | 0.61 | 0.07 | 91.05 | 0.79 | 0.65 |
| Hex | A2 | EC | 5D | 1F | 0 | 3D | 7 | 5B | 4F | 41 |
| Octal | 242 | 354 | 135 | 37 | 0 | 75 | 7 | 133 | 117 | 101 |
| Binary | 10100010 | 11101100 | 1011101 | 11111 | 0 | 111101 | 111 | 1011011 | 1001111 | 1000001 |
Color Harmonies of #A2EC5D
Complementary color
Monochromatic Colors of #A2EC5D
Black with #A2EC5D
Text Example
Text Example
White with #A2EC5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2EC5D; }
p { color: rgb(162,236,93); }
H1.HeaderClassName
{
color: #A2EC5D;
}
.AnyTagClassName
{
color: #A2EC5D;
}
</style>
background-color css
<style>
a { background-color: #A2EC5D; }
a { background-color: rgb(162,236,93); }
div.DivClassName
{
background-color: #A2EC5D;
}
.BgClassName
{
background-color: #A2EC5D;
}
</style>
border-color css
<style>
span { border-color: #A2EC5D; }
span { border-color: rgb(162,236,93); }
td.TdClassName
{
border-color: #A2EC5D;
}
.TagClassName
{
border-color: #A2EC5D;
}
</style>