Shades of Conifer #ABDC6C
Tints of Conifer #ABDC6C
RGB
CMYK
RGB Variations
Color information
#ABDC6C (or 0xABDC6C) is known color: Conifer. HEX triplet: AB, DC and 6C. RGB value is (171,220,108). Sum of RGB (Red+Green+Blue) = 171+220+108=499 (66% of max value = 765). Red value is 171 (67.19% from 255 or 34.27% from 499); Green value is 220 (86.33% from 255 or 44.09% from 499); Blue value is 108 (42.58% from 255 or 21.64% from 499); Max value from RGB is 220 - color contains mainly: green. Hex color #ABDC6C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABDC6C is #542393. Grayscale: #C0C0C0. Windows color (decimal): -5514132 or 7134379. OLE color: 7134379.
HSL color Cylindrical-coordinate representation of color #ABDC6C: hue angle of 86.25º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #ABDC6C is Cyan = 0.22, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 171 | 220 | 108 | - |
| CMYK | 0.22 | 0 | 0.51 | 0.14 |
| HSL | 86.25º | 0.62% | 0.64% | - |
| HSV(B) | 86.25º | 0.51% | 0.86% | - |
| XYZ | 45.09 | 60.93 | 23.57 | - |
| YUV | 192.58 | 80.27 | 112.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 220 | 108 | 0.22 | 0 | 0.51 | 0.14 | 86.25 | 0.62 | 0.64 |
| Hex | AB | DC | 6C | 16 | 0 | 33 | E | 56 | 3E | 40 |
| Octal | 253 | 334 | 154 | 26 | 0 | 63 | 16 | 126 | 76 | 100 |
| Binary | 10101011 | 11011100 | 1101100 | 10110 | 0 | 110011 | 1110 | 1010110 | 111110 | 1000000 |
Color Harmonies of #ABDC6C
Complementary color
Monochromatic Colors of #ABDC6C
Black with #ABDC6C
Text Example
Text Example
White with #ABDC6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABDC6C; }
p { color: rgb(171,220,108); }
H1.HeaderClassName
{
color: #ABDC6C;
}
.AnyTagClassName
{
color: #ABDC6C;
}
</style>
background-color css
<style>
a { background-color: #ABDC6C; }
a { background-color: rgb(171,220,108); }
div.DivClassName
{
background-color: #ABDC6C;
}
.BgClassName
{
background-color: #ABDC6C;
}
</style>
border-color css
<style>
span { border-color: #ABDC6C; }
span { border-color: rgb(171,220,108); }
td.TdClassName
{
border-color: #ABDC6C;
}
.TagClassName
{
border-color: #ABDC6C;
}
</style>