Shades of Conifer #ABDC5E
Tints of Conifer #ABDC5E
RGB
CMYK
RGB Variations
Color information
#ABDC5E (or 0xABDC5E) is known color: Conifer. HEX triplet: AB, DC and 5E. RGB value is (171,220,94). Sum of RGB (Red+Green+Blue) = 171+220+94=485 (64% of max value = 765). Red value is 171 (67.19% from 255 or 35.26% from 485); Green value is 220 (86.33% from 255 or 45.36% from 485); Blue value is 94 (37.11% from 255 or 19.38% from 485); Max value from RGB is 220 - color contains mainly: green. Hex color #ABDC5E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABDC5E is #5423A1. Grayscale: #BFBFBF. Windows color (decimal): -5514146 or 6216875. OLE color: 6216875.
HSL color Cylindrical-coordinate representation of color #ABDC5E: hue angle of 83.33º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #ABDC5E is Cyan = 0.22, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 171 | 220 | 94 | - |
| CMYK | 0.22 | 0 | 0.57 | 0.14 |
| HSL | 83.33º | 0.64% | 0.62% | - |
| HSV(B) | 83.33º | 0.57% | 0.86% | - |
| XYZ | 44.41 | 60.65 | 19.96 | - |
| YUV | 190.99 | 73.27 | 113.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 220 | 94 | 0.22 | 0 | 0.57 | 0.14 | 83.33 | 0.64 | 0.62 |
| Hex | AB | DC | 5E | 16 | 0 | 39 | E | 53 | 40 | 3E |
| Octal | 253 | 334 | 136 | 26 | 0 | 71 | 16 | 123 | 100 | 76 |
| Binary | 10101011 | 11011100 | 1011110 | 10110 | 0 | 111001 | 1110 | 1010011 | 1000000 | 111110 |
Color Harmonies of #ABDC5E
Complementary color
Monochromatic Colors of #ABDC5E
Black with #ABDC5E
Text Example
Text Example
White with #ABDC5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABDC5E; }
p { color: rgb(171,220,94); }
H1.HeaderClassName
{
color: #ABDC5E;
}
.AnyTagClassName
{
color: #ABDC5E;
}
</style>
background-color css
<style>
a { background-color: #ABDC5E; }
a { background-color: rgb(171,220,94); }
div.DivClassName
{
background-color: #ABDC5E;
}
.BgClassName
{
background-color: #ABDC5E;
}
</style>
border-color css
<style>
span { border-color: #ABDC5E; }
span { border-color: rgb(171,220,94); }
td.TdClassName
{
border-color: #ABDC5E;
}
.TagClassName
{
border-color: #ABDC5E;
}
</style>