Shades of Conifer #A2D862
Tints of Conifer #A2D862
RGB
CMYK
RGB Variations
Color information
#A2D862 (or 0xA2D862) is known color: Conifer. HEX triplet: A2, D8 and 62. RGB value is (162,216,98). Sum of RGB (Red+Green+Blue) = 162+216+98=476 (63% of max value = 765). Red value is 162 (63.67% from 255 or 34.03% from 476); Green value is 216 (84.77% from 255 or 45.38% from 476); Blue value is 98 (38.67% from 255 or 20.59% from 476); Max value from RGB is 216 - color contains mainly: green. Hex color #A2D862 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2D862 is #5D279D. Grayscale: #BABABA. Windows color (decimal): -6104990 or 6477986. OLE color: 6477986.
HSL color Cylindrical-coordinate representation of color #A2D862: hue angle of 87.46º degrees, saturation: 0.6, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A2D862 is Cyan = 0.25, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 162 | 216 | 98 | - |
| CMYK | 0.25 | 0 | 0.55 | 0.15 |
| HSL | 87.46º | 0.6% | 0.62% | - |
| HSV(B) | 87.46º | 0.55% | 0.85% | - |
| XYZ | 41.66 | 57.67 | 20.49 | - |
| YUV | 186.4 | 78.11 | 110.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 216 | 98 | 0.25 | 0 | 0.55 | 0.15 | 87.46 | 0.6 | 0.62 |
| Hex | A2 | D8 | 62 | 19 | 0 | 37 | F | 57 | 3C | 3E |
| Octal | 242 | 330 | 142 | 31 | 0 | 67 | 17 | 127 | 74 | 76 |
| Binary | 10100010 | 11011000 | 1100010 | 11001 | 0 | 110111 | 1111 | 1010111 | 111100 | 111110 |
Color Harmonies of #A2D862
Complementary color
Monochromatic Colors of #A2D862
Black with #A2D862
Text Example
Text Example
White with #A2D862
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2D862; }
p { color: rgb(162,216,98); }
H1.HeaderClassName
{
color: #A2D862;
}
.AnyTagClassName
{
color: #A2D862;
}
</style>
background-color css
<style>
a { background-color: #A2D862; }
a { background-color: rgb(162,216,98); }
div.DivClassName
{
background-color: #A2D862;
}
.BgClassName
{
background-color: #A2D862;
}
</style>
border-color css
<style>
span { border-color: #A2D862; }
span { border-color: rgb(162,216,98); }
td.TdClassName
{
border-color: #A2D862;
}
.TagClassName
{
border-color: #A2D862;
}
</style>