Shades of Conifer #A8D855
Tints of Conifer #A8D855
RGB
CMYK
RGB Variations
Color information
#A8D855 (or 0xA8D855) is known color: Conifer. HEX triplet: A8, D8 and 55. RGB value is (168,216,85). Sum of RGB (Red+Green+Blue) = 168+216+85=469 (62% of max value = 765). Red value is 168 (66.02% from 255 or 35.82% from 469); Green value is 216 (84.77% from 255 or 46.06% from 469); Blue value is 85 (33.59% from 255 or 18.12% from 469); Max value from RGB is 216 - color contains mainly: green. Hex color #A8D855 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8D855 is #5727AA. Grayscale: #BBBBBB. Windows color (decimal): -5711787 or 5626024. OLE color: 5626024.
HSL color Cylindrical-coordinate representation of color #A8D855: hue angle of 81.98º degrees, saturation: 0.63, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A8D855 is Cyan = 0.22, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 168 | 216 | 85 | - |
| CMYK | 0.22 | 0 | 0.61 | 0.15 |
| HSL | 81.98º | 0.63% | 0.59% | - |
| HSV(B) | 81.98º | 0.61% | 0.85% | - |
| XYZ | 42.34 | 58.09 | 17.58 | - |
| YUV | 186.71 | 70.6 | 114.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 216 | 85 | 0.22 | 0 | 0.61 | 0.15 | 81.98 | 0.63 | 0.59 |
| Hex | A8 | D8 | 55 | 16 | 0 | 3D | F | 52 | 3F | 3B |
| Octal | 250 | 330 | 125 | 26 | 0 | 75 | 17 | 122 | 77 | 73 |
| Binary | 10101000 | 11011000 | 1010101 | 10110 | 0 | 111101 | 1111 | 1010010 | 111111 | 111011 |
Color Harmonies of #A8D855
Complementary color
Monochromatic Colors of #A8D855
Black with #A8D855
Text Example
Text Example
White with #A8D855
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8D855; }
p { color: rgb(168,216,85); }
H1.HeaderClassName
{
color: #A8D855;
}
.AnyTagClassName
{
color: #A8D855;
}
</style>
background-color css
<style>
a { background-color: #A8D855; }
a { background-color: rgb(168,216,85); }
div.DivClassName
{
background-color: #A8D855;
}
.BgClassName
{
background-color: #A8D855;
}
</style>
border-color css
<style>
span { border-color: #A8D855; }
span { border-color: rgb(168,216,85); }
td.TdClassName
{
border-color: #A8D855;
}
.TagClassName
{
border-color: #A8D855;
}
</style>