Shades of Conifer #A3D868
Tints of Conifer #A3D868
RGB
CMYK
RGB Variations
Color information
#A3D868 (or 0xA3D868) is known color: Conifer. HEX triplet: A3, D8 and 68. RGB value is (163,216,104). Sum of RGB (Red+Green+Blue) = 163+216+104=483 (63% of max value = 765). Red value is 163 (64.06% from 255 or 33.75% from 483); Green value is 216 (84.77% from 255 or 44.72% from 483); Blue value is 104 (41.02% from 255 or 21.53% from 483); Max value from RGB is 216 - color contains mainly: green. Hex color #A3D868 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A3D868 is #5C2797. Grayscale: #BBBBBB. Windows color (decimal): -6039448 or 6871203. OLE color: 6871203.
HSL color Cylindrical-coordinate representation of color #A3D868: hue angle of 88.39º degrees, saturation: 0.59, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A3D868 is Cyan = 0.25, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 163 | 216 | 104 | - |
| CMYK | 0.25 | 0 | 0.52 | 0.15 |
| HSL | 88.39º | 0.59% | 0.63% | - |
| HSV(B) | 88.39º | 0.52% | 0.85% | - |
| XYZ | 42.16 | 57.9 | 22.05 | - |
| YUV | 187.39 | 80.94 | 110.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 216 | 104 | 0.25 | 0 | 0.52 | 0.15 | 88.39 | 0.59 | 0.63 |
| Hex | A3 | D8 | 68 | 19 | 0 | 34 | F | 58 | 3B | 3F |
| Octal | 243 | 330 | 150 | 31 | 0 | 64 | 17 | 130 | 73 | 77 |
| Binary | 10100011 | 11011000 | 1101000 | 11001 | 0 | 110100 | 1111 | 1011000 | 111011 | 111111 |
Color Harmonies of #A3D868
Complementary color
Monochromatic Colors of #A3D868
Black with #A3D868
Text Example
Text Example
White with #A3D868
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3D868; }
p { color: rgb(163,216,104); }
H1.HeaderClassName
{
color: #A3D868;
}
.AnyTagClassName
{
color: #A3D868;
}
</style>
background-color css
<style>
a { background-color: #A3D868; }
a { background-color: rgb(163,216,104); }
div.DivClassName
{
background-color: #A3D868;
}
.BgClassName
{
background-color: #A3D868;
}
</style>
border-color css
<style>
span { border-color: #A3D868; }
span { border-color: rgb(163,216,104); }
td.TdClassName
{
border-color: #A3D868;
}
.TagClassName
{
border-color: #A3D868;
}
</style>