Shades of Conifer #A2D863
Tints of Conifer #A2D863
RGB
CMYK
RGB Variations
Color information
#A2D863 (or 0xA2D863) is known color: Conifer. HEX triplet: A2, D8 and 63. RGB value is (162,216,99). Sum of RGB (Red+Green+Blue) = 162+216+99=477 (63% of max value = 765). Red value is 162 (63.67% from 255 or 33.96% from 477); Green value is 216 (84.77% from 255 or 45.28% from 477); Blue value is 99 (39.06% from 255 or 20.75% from 477); Max value from RGB is 216 - color contains mainly: green. Hex color #A2D863 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2D863 is #5D279C. Grayscale: #BABABA. Windows color (decimal): -6104989 or 6543522. OLE color: 6543522.
HSL color Cylindrical-coordinate representation of color #A2D863: hue angle of 87.69º degrees, saturation: 0.6, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A2D863 is Cyan = 0.25, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 162 | 216 | 99 | - |
| CMYK | 0.25 | 0 | 0.54 | 0.15 |
| HSL | 87.69º | 0.6% | 0.62% | - |
| HSV(B) | 87.69º | 0.54% | 0.85% | - |
| XYZ | 41.71 | 57.69 | 20.74 | - |
| YUV | 186.52 | 78.61 | 110.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 216 | 99 | 0.25 | 0 | 0.54 | 0.15 | 87.69 | 0.6 | 0.62 |
| Hex | A2 | D8 | 63 | 19 | 0 | 36 | F | 58 | 3C | 3E |
| Octal | 242 | 330 | 143 | 31 | 0 | 66 | 17 | 130 | 74 | 76 |
| Binary | 10100010 | 11011000 | 1100011 | 11001 | 0 | 110110 | 1111 | 1011000 | 111100 | 111110 |
Color Harmonies of #A2D863
Complementary color
Monochromatic Colors of #A2D863
Black with #A2D863
Text Example
Text Example
White with #A2D863
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2D863; }
p { color: rgb(162,216,99); }
H1.HeaderClassName
{
color: #A2D863;
}
.AnyTagClassName
{
color: #A2D863;
}
</style>
background-color css
<style>
a { background-color: #A2D863; }
a { background-color: rgb(162,216,99); }
div.DivClassName
{
background-color: #A2D863;
}
.BgClassName
{
background-color: #A2D863;
}
</style>
border-color css
<style>
span { border-color: #A2D863; }
span { border-color: rgb(162,216,99); }
td.TdClassName
{
border-color: #A2D863;
}
.TagClassName
{
border-color: #A2D863;
}
</style>