Shades of Conifer #ABCE56
Tints of Conifer #ABCE56
RGB
CMYK
RGB Variations
Color information
#ABCE56 (or 0xABCE56) is known color: Conifer. HEX triplet: AB, CE and 56. RGB value is (171,206,86). Sum of RGB (Red+Green+Blue) = 171+206+86=463 (61% of max value = 765). Red value is 171 (67.19% from 255 or 36.93% from 463); Green value is 206 (80.86% from 255 or 44.49% from 463); Blue value is 86 (33.98% from 255 or 18.57% from 463); Max value from RGB is 206 - color contains mainly: green. Hex color #ABCE56 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABCE56 is #5431A9. Grayscale: #B6B6B6. Windows color (decimal): -5517738 or 5689003. OLE color: 5689003.
HSL color Cylindrical-coordinate representation of color #ABCE56: hue angle of 77.5º degrees, saturation: 0.55, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #ABCE56 is Cyan = 0.17, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 171 | 206 | 86 | - |
| CMYK | 0.17 | 0 | 0.58 | 0.19 |
| HSL | 77.5º | 0.55% | 0.57% | - |
| HSV(B) | 77.5º | 0.58% | 0.81% | - |
| XYZ | 40.55 | 53.47 | 16.99 | - |
| YUV | 181.86 | 73.9 | 120.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 206 | 86 | 0.17 | 0 | 0.58 | 0.19 | 77.5 | 0.55 | 0.57 |
| Hex | AB | CE | 56 | 11 | 0 | 3A | 13 | 4E | 37 | 39 |
| Octal | 253 | 316 | 126 | 21 | 0 | 72 | 23 | 116 | 67 | 71 |
| Binary | 10101011 | 11001110 | 1010110 | 10001 | 0 | 111010 | 10011 | 1001110 | 110111 | 111001 |
Color Harmonies of #ABCE56
Complementary color
Monochromatic Colors of #ABCE56
Black with #ABCE56
Text Example
Text Example
White with #ABCE56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABCE56; }
p { color: rgb(171,206,86); }
H1.HeaderClassName
{
color: #ABCE56;
}
.AnyTagClassName
{
color: #ABCE56;
}
</style>
background-color css
<style>
a { background-color: #ABCE56; }
a { background-color: rgb(171,206,86); }
div.DivClassName
{
background-color: #ABCE56;
}
.BgClassName
{
background-color: #ABCE56;
}
</style>
border-color css
<style>
span { border-color: #ABCE56; }
span { border-color: rgb(171,206,86); }
td.TdClassName
{
border-color: #ABCE56;
}
.TagClassName
{
border-color: #ABCE56;
}
</style>