Shades of Conifer #A2D157
Tints of Conifer #A2D157
RGB
CMYK
RGB Variations
Color information
#A2D157 (or 0xA2D157) is known color: Conifer. HEX triplet: A2, D1 and 57. RGB value is (162,209,87). Sum of RGB (Red+Green+Blue) = 162+209+87=458 (60% of max value = 765). Red value is 162 (63.67% from 255 or 35.37% from 458); Green value is 209 (82.03% from 255 or 45.63% from 458); Blue value is 87 (34.38% from 255 or 19.00% from 458); Max value from RGB is 209 - color contains mainly: green. Hex color #A2D157 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2D157 is #5D2EA8. Grayscale: #B5B5B5. Windows color (decimal): -6106793 or 5755298. OLE color: 5755298.
HSL color Cylindrical-coordinate representation of color #A2D157: hue angle of 83.11º degrees, saturation: 0.57, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A2D157 is Cyan = 0.22, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 162 | 209 | 87 | - |
| CMYK | 0.22 | 0 | 0.58 | 0.18 |
| HSL | 83.11º | 0.57% | 0.58% | - |
| HSV(B) | 83.11º | 0.58% | 0.82% | - |
| XYZ | 39.42 | 53.97 | 17.36 | - |
| YUV | 181.04 | 74.93 | 114.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 209 | 87 | 0.22 | 0 | 0.58 | 0.18 | 83.11 | 0.57 | 0.58 |
| Hex | A2 | D1 | 57 | 16 | 0 | 3A | 12 | 53 | 39 | 3A |
| Octal | 242 | 321 | 127 | 26 | 0 | 72 | 22 | 123 | 71 | 72 |
| Binary | 10100010 | 11010001 | 1010111 | 10110 | 0 | 111010 | 10010 | 1010011 | 111001 | 111010 |
Color Harmonies of #A2D157
Complementary color
Monochromatic Colors of #A2D157
Black with #A2D157
Text Example
Text Example
White with #A2D157
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2D157; }
p { color: rgb(162,209,87); }
H1.HeaderClassName
{
color: #A2D157;
}
.AnyTagClassName
{
color: #A2D157;
}
</style>
background-color css
<style>
a { background-color: #A2D157; }
a { background-color: rgb(162,209,87); }
div.DivClassName
{
background-color: #A2D157;
}
.BgClassName
{
background-color: #A2D157;
}
</style>
border-color css
<style>
span { border-color: #A2D157; }
span { border-color: rgb(162,209,87); }
td.TdClassName
{
border-color: #A2D157;
}
.TagClassName
{
border-color: #A2D157;
}
</style>