Shades of Conifer #A2D562
Tints of Conifer #A2D562
RGB
CMYK
RGB Variations
Color information
#A2D562 (or 0xA2D562) is known color: Conifer. HEX triplet: A2, D5 and 62. RGB value is (162,213,98). Sum of RGB (Red+Green+Blue) = 162+213+98=473 (62% of max value = 765). Red value is 162 (63.67% from 255 or 34.25% from 473); Green value is 213 (83.59% from 255 or 45.03% from 473); Blue value is 98 (38.67% from 255 or 20.72% from 473); Max value from RGB is 213 - color contains mainly: green. Hex color #A2D562 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2D562 is #5D2A9D. Grayscale: #B9B9B9. Windows color (decimal): -6105758 or 6477218. OLE color: 6477218.
HSL color Cylindrical-coordinate representation of color #A2D562: hue angle of 86.61º degrees, saturation: 0.58, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A2D562 is Cyan = 0.24, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 162 | 213 | 98 | - |
| CMYK | 0.24 | 0 | 0.54 | 0.16 |
| HSL | 86.61º | 0.58% | 0.61% | - |
| HSV(B) | 86.61º | 0.54% | 0.84% | - |
| XYZ | 40.9 | 56.15 | 20.24 | - |
| YUV | 184.64 | 79.1 | 111.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 213 | 98 | 0.24 | 0 | 0.54 | 0.16 | 86.61 | 0.58 | 0.61 |
| Hex | A2 | D5 | 62 | 18 | 0 | 36 | 10 | 57 | 3A | 3D |
| Octal | 242 | 325 | 142 | 30 | 0 | 66 | 20 | 127 | 72 | 75 |
| Binary | 10100010 | 11010101 | 1100010 | 11000 | 0 | 110110 | 10000 | 1010111 | 111010 | 111101 |
Color Harmonies of #A2D562
Complementary color
Monochromatic Colors of #A2D562
Black with #A2D562
Text Example
Text Example
White with #A2D562
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2D562; }
p { color: rgb(162,213,98); }
H1.HeaderClassName
{
color: #A2D562;
}
.AnyTagClassName
{
color: #A2D562;
}
</style>
background-color css
<style>
a { background-color: #A2D562; }
a { background-color: rgb(162,213,98); }
div.DivClassName
{
background-color: #A2D562;
}
.BgClassName
{
background-color: #A2D562;
}
</style>
border-color css
<style>
span { border-color: #A2D562; }
span { border-color: rgb(162,213,98); }
td.TdClassName
{
border-color: #A2D562;
}
.TagClassName
{
border-color: #A2D562;
}
</style>