Shades of Conifer #A3D861
Tints of Conifer #A3D861
RGB
CMYK
RGB Variations
Color information
#A3D861 (or 0xA3D861) is known color: Conifer. HEX triplet: A3, D8 and 61. RGB value is (163,216,97). Sum of RGB (Red+Green+Blue) = 163+216+97=476 (63% of max value = 765). Red value is 163 (64.06% from 255 or 34.24% from 476); Green value is 216 (84.77% from 255 or 45.38% from 476); Blue value is 97 (38.28% from 255 or 20.38% from 476); Max value from RGB is 216 - color contains mainly: green. Hex color #A3D861 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A3D861 is #5C279E. Grayscale: #BBBBBB. Windows color (decimal): -6039455 or 6412451. OLE color: 6412451.
HSL color Cylindrical-coordinate representation of color #A3D861: hue angle of 86.72º degrees, saturation: 0.6, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A3D861 is Cyan = 0.25, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 163 | 216 | 97 | - |
| CMYK | 0.25 | 0 | 0.55 | 0.15 |
| HSL | 86.72º | 0.6% | 0.61% | - |
| HSV(B) | 86.72º | 0.55% | 0.85% | - |
| XYZ | 41.82 | 57.76 | 20.25 | - |
| YUV | 186.59 | 77.44 | 111.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 216 | 97 | 0.25 | 0 | 0.55 | 0.15 | 86.72 | 0.6 | 0.61 |
| Hex | A3 | D8 | 61 | 19 | 0 | 37 | F | 57 | 3C | 3D |
| Octal | 243 | 330 | 141 | 31 | 0 | 67 | 17 | 127 | 74 | 75 |
| Binary | 10100011 | 11011000 | 1100001 | 11001 | 0 | 110111 | 1111 | 1010111 | 111100 | 111101 |
Color Harmonies of #A3D861
Complementary color
Monochromatic Colors of #A3D861
Black with #A3D861
Text Example
Text Example
White with #A3D861
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3D861; }
p { color: rgb(163,216,97); }
H1.HeaderClassName
{
color: #A3D861;
}
.AnyTagClassName
{
color: #A3D861;
}
</style>
background-color css
<style>
a { background-color: #A3D861; }
a { background-color: rgb(163,216,97); }
div.DivClassName
{
background-color: #A3D861;
}
.BgClassName
{
background-color: #A3D861;
}
</style>
border-color css
<style>
span { border-color: #A3D861; }
span { border-color: rgb(163,216,97); }
td.TdClassName
{
border-color: #A3D861;
}
.TagClassName
{
border-color: #A3D861;
}
</style>