Shades of Conifer #ABDC6B
Tints of Conifer #ABDC6B
RGB
CMYK
RGB Variations
Color information
#ABDC6B (or 0xABDC6B) is known color: Conifer. HEX triplet: AB, DC and 6B. RGB value is (171,220,107). Sum of RGB (Red+Green+Blue) = 171+220+107=498 (65% of max value = 765). Red value is 171 (67.19% from 255 or 34.34% from 498); Green value is 220 (86.33% from 255 or 44.18% from 498); Blue value is 107 (42.19% from 255 or 21.49% from 498); Max value from RGB is 220 - color contains mainly: green. Hex color #ABDC6B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABDC6B is #542394. Grayscale: #C0C0C0. Windows color (decimal): -5514133 or 7068843. OLE color: 7068843.
HSL color Cylindrical-coordinate representation of color #ABDC6B: hue angle of 86.02º 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 #ABDC6B is Cyan = 0.22, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 171 | 220 | 107 | - |
| CMYK | 0.22 | 0 | 0.51 | 0.14 |
| HSL | 86.02º | 0.62% | 0.64% | - |
| HSV(B) | 86.02º | 0.51% | 0.86% | - |
| XYZ | 45.04 | 60.91 | 23.29 | - |
| YUV | 192.47 | 79.77 | 112.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 220 | 107 | 0.22 | 0 | 0.51 | 0.14 | 86.02 | 0.62 | 0.64 |
| Hex | AB | DC | 6B | 16 | 0 | 33 | E | 56 | 3E | 40 |
| Octal | 253 | 334 | 153 | 26 | 0 | 63 | 16 | 126 | 76 | 100 |
| Binary | 10101011 | 11011100 | 1101011 | 10110 | 0 | 110011 | 1110 | 1010110 | 111110 | 1000000 |
Color Harmonies of #ABDC6B
Complementary color
Monochromatic Colors of #ABDC6B
Black with #ABDC6B
Text Example
Text Example
White with #ABDC6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABDC6B; }
p { color: rgb(171,220,107); }
H1.HeaderClassName
{
color: #ABDC6B;
}
.AnyTagClassName
{
color: #ABDC6B;
}
</style>
background-color css
<style>
a { background-color: #ABDC6B; }
a { background-color: rgb(171,220,107); }
div.DivClassName
{
background-color: #ABDC6B;
}
.BgClassName
{
background-color: #ABDC6B;
}
</style>
border-color css
<style>
span { border-color: #ABDC6B; }
span { border-color: rgb(171,220,107); }
td.TdClassName
{
border-color: #ABDC6B;
}
.TagClassName
{
border-color: #ABDC6B;
}
</style>