Shades of Conifer #A2E756
Tints of Conifer #A2E756
RGB
CMYK
RGB Variations
Color information
#A2E756 (or 0xA2E756) is known color: Conifer. HEX triplet: A2, E7 and 56. RGB value is (162,231,86). Sum of RGB (Red+Green+Blue) = 162+231+86=479 (63% of max value = 765). Red value is 162 (63.67% from 255 or 33.82% from 479); Green value is 231 (90.62% from 255 or 48.23% from 479); Blue value is 86 (33.98% from 255 or 17.95% from 479); Max value from RGB is 231 - color contains mainly: green. Hex color #A2E756 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A2E756 is #5D18A9. Grayscale: #C2C2C2. Windows color (decimal): -6101162 or 5695394. OLE color: 5695394.
HSL color Cylindrical-coordinate representation of color #A2E756: hue angle of 88.55º degrees, saturation: 0.75, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A2E756 is Cyan = 0.30, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 162 | 231 | 86 | - |
| CMYK | 0.30 | 0 | 0.63 | 0.09 |
| HSL | 88.55º | 0.75% | 0.62% | - |
| HSV(B) | 88.55º | 0.63% | 0.91% | - |
| XYZ | 45.16 | 65.51 | 19.07 | - |
| YUV | 193.84 | 67.14 | 105.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 231 | 86 | 0.30 | 0 | 0.63 | 0.09 | 88.55 | 0.75 | 0.62 |
| Hex | A2 | E7 | 56 | 1E | 0 | 3F | 9 | 59 | 4B | 3E |
| Octal | 242 | 347 | 126 | 36 | 0 | 77 | 11 | 131 | 113 | 76 |
| Binary | 10100010 | 11100111 | 1010110 | 11110 | 0 | 111111 | 1001 | 1011001 | 1001011 | 111110 |
Color Harmonies of #A2E756
Complementary color
Monochromatic Colors of #A2E756
Black with #A2E756
Text Example
Text Example
White with #A2E756
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2E756; }
p { color: rgb(162,231,86); }
H1.HeaderClassName
{
color: #A2E756;
}
.AnyTagClassName
{
color: #A2E756;
}
</style>
background-color css
<style>
a { background-color: #A2E756; }
a { background-color: rgb(162,231,86); }
div.DivClassName
{
background-color: #A2E756;
}
.BgClassName
{
background-color: #A2E756;
}
</style>
border-color css
<style>
span { border-color: #A2E756; }
span { border-color: rgb(162,231,86); }
td.TdClassName
{
border-color: #A2E756;
}
.TagClassName
{
border-color: #A2E756;
}
</style>