Shades of Conifer #ABDC66
Tints of Conifer #ABDC66
RGB
CMYK
RGB Variations
Color information
#ABDC66 (or 0xABDC66) is known color: Conifer. HEX triplet: AB, DC and 66. RGB value is (171,220,102). Sum of RGB (Red+Green+Blue) = 171+220+102=493 (65% of max value = 765). Red value is 171 (67.19% from 255 or 34.69% from 493); Green value is 220 (86.33% from 255 or 44.62% from 493); Blue value is 102 (40.23% from 255 or 20.69% from 493); Max value from RGB is 220 - color contains mainly: green. Hex color #ABDC66 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABDC66 is #542399. Grayscale: #C0C0C0. Windows color (decimal): -5514138 or 6741163. OLE color: 6741163.
HSL color Cylindrical-coordinate representation of color #ABDC66: hue angle of 84.92º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #ABDC66 is Cyan = 0.22, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 171 | 220 | 102 | - |
| CMYK | 0.22 | 0 | 0.54 | 0.14 |
| HSL | 84.92º | 0.63% | 0.63% | - |
| HSV(B) | 84.92º | 0.54% | 0.86% | - |
| XYZ | 44.79 | 60.8 | 21.95 | - |
| YUV | 191.9 | 77.27 | 113.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 220 | 102 | 0.22 | 0 | 0.54 | 0.14 | 84.92 | 0.63 | 0.63 |
| Hex | AB | DC | 66 | 16 | 0 | 36 | E | 55 | 3F | 3F |
| Octal | 253 | 334 | 146 | 26 | 0 | 66 | 16 | 125 | 77 | 77 |
| Binary | 10101011 | 11011100 | 1100110 | 10110 | 0 | 110110 | 1110 | 1010101 | 111111 | 111111 |
Color Harmonies of #ABDC66
Complementary color
Monochromatic Colors of #ABDC66
Black with #ABDC66
Text Example
Text Example
White with #ABDC66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABDC66; }
p { color: rgb(171,220,102); }
H1.HeaderClassName
{
color: #ABDC66;
}
.AnyTagClassName
{
color: #ABDC66;
}
</style>
background-color css
<style>
a { background-color: #ABDC66; }
a { background-color: rgb(171,220,102); }
div.DivClassName
{
background-color: #ABDC66;
}
.BgClassName
{
background-color: #ABDC66;
}
</style>
border-color css
<style>
span { border-color: #ABDC66; }
span { border-color: rgb(171,220,102); }
td.TdClassName
{
border-color: #ABDC66;
}
.TagClassName
{
border-color: #ABDC66;
}
</style>