Shades of Conifer #ABDC68
Tints of Conifer #ABDC68
RGB
CMYK
RGB Variations
Color information
#ABDC68 (or 0xABDC68) is known color: Conifer. HEX triplet: AB, DC and 68. RGB value is (171,220,104). Sum of RGB (Red+Green+Blue) = 171+220+104=495 (65% of max value = 765). Red value is 171 (67.19% from 255 or 34.55% from 495); Green value is 220 (86.33% from 255 or 44.44% from 495); Blue value is 104 (41.02% from 255 or 21.01% from 495); Max value from RGB is 220 - color contains mainly: green. Hex color #ABDC68 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABDC68 is #542397. Grayscale: #C0C0C0. Windows color (decimal): -5514136 or 6872235. OLE color: 6872235.
HSL color Cylindrical-coordinate representation of color #ABDC68: hue angle of 85.34º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #ABDC68 is Cyan = 0.22, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 171 | 220 | 104 | - |
| CMYK | 0.22 | 0 | 0.53 | 0.14 |
| HSL | 85.34º | 0.62% | 0.64% | - |
| HSV(B) | 85.34º | 0.53% | 0.86% | - |
| XYZ | 44.89 | 60.84 | 22.47 | - |
| YUV | 192.13 | 78.27 | 112.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 220 | 104 | 0.22 | 0 | 0.53 | 0.14 | 85.34 | 0.62 | 0.64 |
| Hex | AB | DC | 68 | 16 | 0 | 35 | E | 55 | 3E | 40 |
| Octal | 253 | 334 | 150 | 26 | 0 | 65 | 16 | 125 | 76 | 100 |
| Binary | 10101011 | 11011100 | 1101000 | 10110 | 0 | 110101 | 1110 | 1010101 | 111110 | 1000000 |
Color Harmonies of #ABDC68
Complementary color
Monochromatic Colors of #ABDC68
Black with #ABDC68
Text Example
Text Example
White with #ABDC68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABDC68; }
p { color: rgb(171,220,104); }
H1.HeaderClassName
{
color: #ABDC68;
}
.AnyTagClassName
{
color: #ABDC68;
}
</style>
background-color css
<style>
a { background-color: #ABDC68; }
a { background-color: rgb(171,220,104); }
div.DivClassName
{
background-color: #ABDC68;
}
.BgClassName
{
background-color: #ABDC68;
}
</style>
border-color css
<style>
span { border-color: #ABDC68; }
span { border-color: rgb(171,220,104); }
td.TdClassName
{
border-color: #ABDC68;
}
.TagClassName
{
border-color: #ABDC68;
}
</style>