Shades of Conifer #A2E556
Tints of Conifer #A2E556
RGB
CMYK
RGB Variations
Color information
#A2E556 (or 0xA2E556) is known color: Conifer. HEX triplet: A2, E5 and 56. RGB value is (162,229,86). Sum of RGB (Red+Green+Blue) = 162+229+86=477 (63% of max value = 765). Red value is 162 (63.67% from 255 or 33.96% from 477); Green value is 229 (89.84% from 255 or 48.01% from 477); Blue value is 86 (33.98% from 255 or 18.03% from 477); Max value from RGB is 229 - color contains mainly: green. Hex color #A2E556 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2E556 is #5D1AA9. Grayscale: #C1C1C1. Windows color (decimal): -6101674 or 5694882. OLE color: 5694882.
HSL color Cylindrical-coordinate representation of color #A2E556: hue angle of 88.11º degrees, saturation: 0.73, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A2E556 is Cyan = 0.29, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 162 | 229 | 86 | - |
| CMYK | 0.29 | 0 | 0.62 | 0.10 |
| HSL | 88.11º | 0.73% | 0.62% | - |
| HSV(B) | 88.11º | 0.62% | 0.9% | - |
| XYZ | 44.6 | 64.39 | 18.88 | - |
| YUV | 192.67 | 67.8 | 106.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 229 | 86 | 0.29 | 0 | 0.62 | 0.10 | 88.11 | 0.73 | 0.62 |
| Hex | A2 | E5 | 56 | 1D | 0 | 3E | A | 58 | 49 | 3E |
| Octal | 242 | 345 | 126 | 35 | 0 | 76 | 12 | 130 | 111 | 76 |
| Binary | 10100010 | 11100101 | 1010110 | 11101 | 0 | 111110 | 1010 | 1011000 | 1001001 | 111110 |
Color Harmonies of #A2E556
Complementary color
Monochromatic Colors of #A2E556
Black with #A2E556
Text Example
Text Example
White with #A2E556
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2E556; }
p { color: rgb(162,229,86); }
H1.HeaderClassName
{
color: #A2E556;
}
.AnyTagClassName
{
color: #A2E556;
}
</style>
background-color css
<style>
a { background-color: #A2E556; }
a { background-color: rgb(162,229,86); }
div.DivClassName
{
background-color: #A2E556;
}
.BgClassName
{
background-color: #A2E556;
}
</style>
border-color css
<style>
span { border-color: #A2E556; }
span { border-color: rgb(162,229,86); }
td.TdClassName
{
border-color: #A2E556;
}
.TagClassName
{
border-color: #A2E556;
}
</style>