Shades of Conifer #A8D865
Tints of Conifer #A8D865
RGB
CMYK
RGB Variations
Color information
#A8D865 (or 0xA8D865) is known color: Conifer. HEX triplet: A8, D8 and 65. RGB value is (168,216,101). Sum of RGB (Red+Green+Blue) = 168+216+101=485 (64% of max value = 765). Red value is 168 (66.02% from 255 or 34.64% from 485); Green value is 216 (84.77% from 255 or 44.54% from 485); Blue value is 101 (39.84% from 255 or 20.82% from 485); Max value from RGB is 216 - color contains mainly: green. Hex color #A8D865 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8D865 is #57279A. Grayscale: #BCBCBC. Windows color (decimal): -5711771 or 6674600. OLE color: 6674600.
HSL color Cylindrical-coordinate representation of color #A8D865: hue angle of 85.04º degrees, saturation: 0.6, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A8D865 is Cyan = 0.22, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 168 | 216 | 101 | - |
| CMYK | 0.22 | 0 | 0.53 | 0.15 |
| HSL | 85.04º | 0.6% | 0.62% | - |
| HSV(B) | 85.04º | 0.53% | 0.85% | - |
| XYZ | 43.05 | 58.38 | 21.31 | - |
| YUV | 188.54 | 78.6 | 113.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 216 | 101 | 0.22 | 0 | 0.53 | 0.15 | 85.04 | 0.6 | 0.62 |
| Hex | A8 | D8 | 65 | 16 | 0 | 35 | F | 55 | 3C | 3E |
| Octal | 250 | 330 | 145 | 26 | 0 | 65 | 17 | 125 | 74 | 76 |
| Binary | 10101000 | 11011000 | 1100101 | 10110 | 0 | 110101 | 1111 | 1010101 | 111100 | 111110 |
Color Harmonies of #A8D865
Complementary color
Monochromatic Colors of #A8D865
Black with #A8D865
Text Example
Text Example
White with #A8D865
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8D865; }
p { color: rgb(168,216,101); }
H1.HeaderClassName
{
color: #A8D865;
}
.AnyTagClassName
{
color: #A8D865;
}
</style>
background-color css
<style>
a { background-color: #A8D865; }
a { background-color: rgb(168,216,101); }
div.DivClassName
{
background-color: #A8D865;
}
.BgClassName
{
background-color: #A8D865;
}
</style>
border-color css
<style>
span { border-color: #A8D865; }
span { border-color: rgb(168,216,101); }
td.TdClassName
{
border-color: #A8D865;
}
.TagClassName
{
border-color: #A8D865;
}
</style>