Shades of Conifer #A8D156
Tints of Conifer #A8D156
RGB
CMYK
RGB Variations
Color information
#A8D156 (or 0xA8D156) is known color: Conifer. HEX triplet: A8, D1 and 56. RGB value is (168,209,86). Sum of RGB (Red+Green+Blue) = 168+209+86=463 (61% of max value = 765). Red value is 168 (66.02% from 255 or 36.29% from 463); Green value is 209 (82.03% from 255 or 45.14% from 463); Blue value is 86 (33.98% from 255 or 18.57% from 463); Max value from RGB is 209 - color contains mainly: green. Hex color #A8D156 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8D156 is #572EA9. Grayscale: #B7B7B7. Windows color (decimal): -5713578 or 5689768. OLE color: 5689768.
HSL color Cylindrical-coordinate representation of color #A8D156: hue angle of 80º degrees, saturation: 0.57, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A8D156 is Cyan = 0.20, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 168 | 209 | 86 | - |
| CMYK | 0.20 | 0 | 0.59 | 0.18 |
| HSL | 80º | 0.57% | 0.58% | - |
| HSV(B) | 80º | 0.59% | 0.82% | - |
| XYZ | 40.63 | 54.6 | 17.2 | - |
| YUV | 182.72 | 73.42 | 117.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 209 | 86 | 0.20 | 0 | 0.59 | 0.18 | 80 | 0.57 | 0.58 |
| Hex | A8 | D1 | 56 | 14 | 0 | 3B | 12 | 50 | 39 | 3A |
| Octal | 250 | 321 | 126 | 24 | 0 | 73 | 22 | 120 | 71 | 72 |
| Binary | 10101000 | 11010001 | 1010110 | 10100 | 0 | 111011 | 10010 | 1010000 | 111001 | 111010 |
Color Harmonies of #A8D156
Complementary color
Monochromatic Colors of #A8D156
Black with #A8D156
Text Example
Text Example
White with #A8D156
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8D156; }
p { color: rgb(168,209,86); }
H1.HeaderClassName
{
color: #A8D156;
}
.AnyTagClassName
{
color: #A8D156;
}
</style>
background-color css
<style>
a { background-color: #A8D156; }
a { background-color: rgb(168,209,86); }
div.DivClassName
{
background-color: #A8D156;
}
.BgClassName
{
background-color: #A8D156;
}
</style>
border-color css
<style>
span { border-color: #A8D156; }
span { border-color: rgb(168,209,86); }
td.TdClassName
{
border-color: #A8D156;
}
.TagClassName
{
border-color: #A8D156;
}
</style>