Shades of Conifer #ABD86C
Tints of Conifer #ABD86C
RGB
CMYK
RGB Variations
Color information
#ABD86C (or 0xABD86C) is known color: Conifer. HEX triplet: AB, D8 and 6C. RGB value is (171,216,108). Sum of RGB (Red+Green+Blue) = 171+216+108=495 (65% of max value = 765). Red value is 171 (67.19% from 255 or 34.55% from 495); Green value is 216 (84.77% from 255 or 43.64% from 495); Blue value is 108 (42.58% from 255 or 21.82% from 495); Max value from RGB is 216 - color contains mainly: green. Hex color #ABD86C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABD86C is #542793. Grayscale: #BEBEBE. Windows color (decimal): -5515156 or 7133355. OLE color: 7133355.
HSL color Cylindrical-coordinate representation of color #ABD86C: hue angle of 85º degrees, saturation: 0.58, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #ABD86C is Cyan = 0.21, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 171 | 216 | 108 | - |
| CMYK | 0.21 | 0 | 0.50 | 0.15 |
| HSL | 85º | 0.58% | 0.64% | - |
| HSV(B) | 85º | 0.5% | 0.85% | - |
| XYZ | 44.06 | 58.85 | 23.22 | - |
| YUV | 190.23 | 81.59 | 114.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 216 | 108 | 0.21 | 0 | 0.50 | 0.15 | 85 | 0.58 | 0.64 |
| Hex | AB | D8 | 6C | 15 | 0 | 32 | F | 55 | 3A | 40 |
| Octal | 253 | 330 | 154 | 25 | 0 | 62 | 17 | 125 | 72 | 100 |
| Binary | 10101011 | 11011000 | 1101100 | 10101 | 0 | 110010 | 1111 | 1010101 | 111010 | 1000000 |
Color Harmonies of #ABD86C
Complementary color
Monochromatic Colors of #ABD86C
Black with #ABD86C
Text Example
Text Example
White with #ABD86C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABD86C; }
p { color: rgb(171,216,108); }
H1.HeaderClassName
{
color: #ABD86C;
}
.AnyTagClassName
{
color: #ABD86C;
}
</style>
background-color css
<style>
a { background-color: #ABD86C; }
a { background-color: rgb(171,216,108); }
div.DivClassName
{
background-color: #ABD86C;
}
.BgClassName
{
background-color: #ABD86C;
}
</style>
border-color css
<style>
span { border-color: #ABD86C; }
span { border-color: rgb(171,216,108); }
td.TdClassName
{
border-color: #ABD86C;
}
.TagClassName
{
border-color: #ABD86C;
}
</style>