Shades of Conifer #A2D657
Tints of Conifer #A2D657
RGB
CMYK
RGB Variations
Color information
#A2D657 (or 0xA2D657) is known color: Conifer. HEX triplet: A2, D6 and 57. RGB value is (162,214,87). Sum of RGB (Red+Green+Blue) = 162+214+87=463 (61% of max value = 765). Red value is 162 (63.67% from 255 or 34.99% from 463); Green value is 214 (83.98% from 255 or 46.22% from 463); Blue value is 87 (34.38% from 255 or 18.79% from 463); Max value from RGB is 214 - color contains mainly: green. Hex color #A2D657 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2D657 is #5D29A8. Grayscale: #B8B8B8. Windows color (decimal): -6105513 or 5756578. OLE color: 5756578.
HSL color Cylindrical-coordinate representation of color #A2D657: hue angle of 84.57º degrees, saturation: 0.61, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A2D657 is Cyan = 0.24, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 162 | 214 | 87 | - |
| CMYK | 0.24 | 0 | 0.59 | 0.16 |
| HSL | 84.57º | 0.61% | 0.59% | - |
| HSV(B) | 84.57º | 0.59% | 0.84% | - |
| XYZ | 40.67 | 56.46 | 17.77 | - |
| YUV | 183.97 | 73.27 | 112.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 214 | 87 | 0.24 | 0 | 0.59 | 0.16 | 84.57 | 0.61 | 0.59 |
| Hex | A2 | D6 | 57 | 18 | 0 | 3B | 10 | 55 | 3D | 3B |
| Octal | 242 | 326 | 127 | 30 | 0 | 73 | 20 | 125 | 75 | 73 |
| Binary | 10100010 | 11010110 | 1010111 | 11000 | 0 | 111011 | 10000 | 1010101 | 111101 | 111011 |
Color Harmonies of #A2D657
Complementary color
Monochromatic Colors of #A2D657
Black with #A2D657
Text Example
Text Example
White with #A2D657
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2D657; }
p { color: rgb(162,214,87); }
H1.HeaderClassName
{
color: #A2D657;
}
.AnyTagClassName
{
color: #A2D657;
}
</style>
background-color css
<style>
a { background-color: #A2D657; }
a { background-color: rgb(162,214,87); }
div.DivClassName
{
background-color: #A2D657;
}
.BgClassName
{
background-color: #A2D657;
}
</style>
border-color css
<style>
span { border-color: #A2D657; }
span { border-color: rgb(162,214,87); }
td.TdClassName
{
border-color: #A2D657;
}
.TagClassName
{
border-color: #A2D657;
}
</style>