Shades of Conifer #A2EC58
Tints of Conifer #A2EC58
RGB
CMYK
RGB Variations
Color information
#A2EC58 (or 0xA2EC58) is known color: Conifer. HEX triplet: A2, EC and 58. RGB value is (162,236,88). Sum of RGB (Red+Green+Blue) = 162+236+88=486 (64% of max value = 765). Red value is 162 (63.67% from 255 or 33.33% from 486); Green value is 236 (92.58% from 255 or 48.56% from 486); Blue value is 88 (34.77% from 255 or 18.11% from 486); Max value from RGB is 236 - color contains mainly: green. Hex color #A2EC58 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A2EC58 is #5D13A7. Grayscale: #C5C5C5. Windows color (decimal): -6099880 or 5827746. OLE color: 5827746.
HSL color Cylindrical-coordinate representation of color #A2EC58: hue angle of 90º degrees, saturation: 0.8, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A2EC58 is Cyan = 0.31, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 162 | 236 | 88 | - |
| CMYK | 0.31 | 0 | 0.63 | 0.07 |
| HSL | 90º | 0.8% | 0.64% | - |
| HSV(B) | 90º | 0.63% | 0.93% | - |
| XYZ | 46.66 | 68.38 | 19.97 | - |
| YUV | 197 | 66.48 | 103.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 236 | 88 | 0.31 | 0 | 0.63 | 0.07 | 90 | 0.8 | 0.64 |
| Hex | A2 | EC | 58 | 1F | 0 | 3F | 7 | 5A | 50 | 40 |
| Octal | 242 | 354 | 130 | 37 | 0 | 77 | 7 | 132 | 120 | 100 |
| Binary | 10100010 | 11101100 | 1011000 | 11111 | 0 | 111111 | 111 | 1011010 | 1010000 | 1000000 |
Color Harmonies of #A2EC58
Complementary color
Monochromatic Colors of #A2EC58
Black with #A2EC58
Text Example
Text Example
White with #A2EC58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2EC58; }
p { color: rgb(162,236,88); }
H1.HeaderClassName
{
color: #A2EC58;
}
.AnyTagClassName
{
color: #A2EC58;
}
</style>
background-color css
<style>
a { background-color: #A2EC58; }
a { background-color: rgb(162,236,88); }
div.DivClassName
{
background-color: #A2EC58;
}
.BgClassName
{
background-color: #A2EC58;
}
</style>
border-color css
<style>
span { border-color: #A2EC58; }
span { border-color: rgb(162,236,88); }
td.TdClassName
{
border-color: #A2EC58;
}
.TagClassName
{
border-color: #A2EC58;
}
</style>