Shades of Conifer #ABE156
Tints of Conifer #ABE156
RGB
CMYK
RGB Variations
Color information
#ABE156 (or 0xABE156) is known color: Conifer. HEX triplet: AB, E1 and 56. RGB value is (171,225,86). Sum of RGB (Red+Green+Blue) = 171+225+86=482 (63% of max value = 765). Red value is 171 (67.19% from 255 or 35.48% from 482); Green value is 225 (88.28% from 255 or 46.68% from 482); Blue value is 86 (33.98% from 255 or 17.84% from 482); Max value from RGB is 225 - color contains mainly: green. Hex color #ABE156 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABE156 is #541EA9. Grayscale: #C1C1C1. Windows color (decimal): -5512874 or 5693867. OLE color: 5693867.
HSL color Cylindrical-coordinate representation of color #ABE156: hue angle of 83.31º degrees, saturation: 0.7, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #ABE156 is Cyan = 0.24, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 171 | 225 | 86 | - |
| CMYK | 0.24 | 0 | 0.62 | 0.12 |
| HSL | 83.31º | 0.7% | 0.61% | - |
| HSV(B) | 83.31º | 0.62% | 0.88% | - |
| XYZ | 45.4 | 63.18 | 18.61 | - |
| YUV | 193.01 | 67.61 | 112.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 225 | 86 | 0.24 | 0 | 0.62 | 0.12 | 83.31 | 0.7 | 0.61 |
| Hex | AB | E1 | 56 | 18 | 0 | 3E | C | 53 | 46 | 3D |
| Octal | 253 | 341 | 126 | 30 | 0 | 76 | 14 | 123 | 106 | 75 |
| Binary | 10101011 | 11100001 | 1010110 | 11000 | 0 | 111110 | 1100 | 1010011 | 1000110 | 111101 |
Color Harmonies of #ABE156
Complementary color
Monochromatic Colors of #ABE156
Black with #ABE156
Text Example
Text Example
White with #ABE156
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABE156; }
p { color: rgb(171,225,86); }
H1.HeaderClassName
{
color: #ABE156;
}
.AnyTagClassName
{
color: #ABE156;
}
</style>
background-color css
<style>
a { background-color: #ABE156; }
a { background-color: rgb(171,225,86); }
div.DivClassName
{
background-color: #ABE156;
}
.BgClassName
{
background-color: #ABE156;
}
</style>
border-color css
<style>
span { border-color: #ABE156; }
span { border-color: rgb(171,225,86); }
td.TdClassName
{
border-color: #ABE156;
}
.TagClassName
{
border-color: #ABE156;
}
</style>