Shades of Conifer #A8D863
Tints of Conifer #A8D863
RGB
CMYK
RGB Variations
Color information
#A8D863 (or 0xA8D863) is known color: Conifer. HEX triplet: A8, D8 and 63. RGB value is (168,216,99). Sum of RGB (Red+Green+Blue) = 168+216+99=483 (63% of max value = 765). Red value is 168 (66.02% from 255 or 34.78% from 483); Green value is 216 (84.77% from 255 or 44.72% from 483); Blue value is 99 (39.06% from 255 or 20.50% from 483); Max value from RGB is 216 - color contains mainly: green. Hex color #A8D863 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8D863 is #57279C. Grayscale: #BCBCBC. Windows color (decimal): -5711773 or 6543528. OLE color: 6543528.
HSL color Cylindrical-coordinate representation of color #A8D863: hue angle of 84.62º 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 #A8D863 is Cyan = 0.22, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 168 | 216 | 99 | - |
| CMYK | 0.22 | 0 | 0.54 | 0.15 |
| HSL | 84.62º | 0.6% | 0.62% | - |
| HSV(B) | 84.62º | 0.54% | 0.85% | - |
| XYZ | 42.96 | 58.34 | 20.8 | - |
| YUV | 188.31 | 77.6 | 113.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 216 | 99 | 0.22 | 0 | 0.54 | 0.15 | 84.62 | 0.6 | 0.62 |
| Hex | A8 | D8 | 63 | 16 | 0 | 36 | F | 55 | 3C | 3E |
| Octal | 250 | 330 | 143 | 26 | 0 | 66 | 17 | 125 | 74 | 76 |
| Binary | 10101000 | 11011000 | 1100011 | 10110 | 0 | 110110 | 1111 | 1010101 | 111100 | 111110 |
Color Harmonies of #A8D863
Complementary color
Monochromatic Colors of #A8D863
Black with #A8D863
Text Example
Text Example
White with #A8D863
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8D863; }
p { color: rgb(168,216,99); }
H1.HeaderClassName
{
color: #A8D863;
}
.AnyTagClassName
{
color: #A8D863;
}
</style>
background-color css
<style>
a { background-color: #A8D863; }
a { background-color: rgb(168,216,99); }
div.DivClassName
{
background-color: #A8D863;
}
.BgClassName
{
background-color: #A8D863;
}
</style>
border-color css
<style>
span { border-color: #A8D863; }
span { border-color: rgb(168,216,99); }
td.TdClassName
{
border-color: #A8D863;
}
.TagClassName
{
border-color: #A8D863;
}
</style>