Shades of Conifer #ABDF6C
Tints of Conifer #ABDF6C
RGB
CMYK
RGB Variations
Color information
#ABDF6C (or 0xABDF6C) is known color: Conifer. HEX triplet: AB, DF and 6C. RGB value is (171,223,108). Sum of RGB (Red+Green+Blue) = 171+223+108=502 (66% of max value = 765). Red value is 171 (67.19% from 255 or 34.06% from 502); Green value is 223 (87.5% from 255 or 44.42% from 502); Blue value is 108 (42.58% from 255 or 21.51% from 502); Max value from RGB is 223 - color contains mainly: green. Hex color #ABDF6C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABDF6C is #542093. Grayscale: #C2C2C2. Windows color (decimal): -5513364 or 7135147. OLE color: 7135147.
HSL color Cylindrical-coordinate representation of color #ABDF6C: hue angle of 87.13º degrees, saturation: 0.64, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #ABDF6C is Cyan = 0.23, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 171 | 223 | 108 | - |
| CMYK | 0.23 | 0 | 0.52 | 0.13 |
| HSL | 87.13º | 0.64% | 0.65% | - |
| HSV(B) | 87.13º | 0.52% | 0.87% | - |
| XYZ | 45.89 | 62.52 | 23.84 | - |
| YUV | 194.34 | 79.27 | 111.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 223 | 108 | 0.23 | 0 | 0.52 | 0.13 | 87.13 | 0.64 | 0.65 |
| Hex | AB | DF | 6C | 17 | 0 | 34 | D | 57 | 40 | 41 |
| Octal | 253 | 337 | 154 | 27 | 0 | 64 | 15 | 127 | 100 | 101 |
| Binary | 10101011 | 11011111 | 1101100 | 10111 | 0 | 110100 | 1101 | 1010111 | 1000000 | 1000001 |
Color Harmonies of #ABDF6C
Complementary color
Monochromatic Colors of #ABDF6C
Black with #ABDF6C
Text Example
Text Example
White with #ABDF6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABDF6C; }
p { color: rgb(171,223,108); }
H1.HeaderClassName
{
color: #ABDF6C;
}
.AnyTagClassName
{
color: #ABDF6C;
}
</style>
background-color css
<style>
a { background-color: #ABDF6C; }
a { background-color: rgb(171,223,108); }
div.DivClassName
{
background-color: #ABDF6C;
}
.BgClassName
{
background-color: #ABDF6C;
}
</style>
border-color css
<style>
span { border-color: #ABDF6C; }
span { border-color: rgb(171,223,108); }
td.TdClassName
{
border-color: #ABDF6C;
}
.TagClassName
{
border-color: #ABDF6C;
}
</style>