Shades of Conifer #ABE256
Tints of Conifer #ABE256
RGB
CMYK
RGB Variations
Color information
#ABE256 (or 0xABE256) is known color: Conifer. HEX triplet: AB, E2 and 56. RGB value is (171,226,86). Sum of RGB (Red+Green+Blue) = 171+226+86=483 (63% of max value = 765). Red value is 171 (67.19% from 255 or 35.40% from 483); Green value is 226 (88.67% from 255 or 46.79% from 483); Blue value is 86 (33.98% from 255 or 17.81% from 483); Max value from RGB is 226 - color contains mainly: green. Hex color #ABE256 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABE256 is #541DA9. Grayscale: #C2C2C2. Windows color (decimal): -5512618 or 5694123. OLE color: 5694123.
HSL color Cylindrical-coordinate representation of color #ABE256: hue angle of 83.57º degrees, saturation: 0.71, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #ABE256 is Cyan = 0.24, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 171 | 226 | 86 | - |
| CMYK | 0.24 | 0 | 0.62 | 0.11 |
| HSL | 83.57º | 0.71% | 0.61% | - |
| HSV(B) | 83.57º | 0.62% | 0.89% | - |
| XYZ | 45.67 | 63.72 | 18.7 | - |
| YUV | 193.6 | 67.28 | 111.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 226 | 86 | 0.24 | 0 | 0.62 | 0.11 | 83.57 | 0.71 | 0.61 |
| Hex | AB | E2 | 56 | 18 | 0 | 3E | B | 54 | 47 | 3D |
| Octal | 253 | 342 | 126 | 30 | 0 | 76 | 13 | 124 | 107 | 75 |
| Binary | 10101011 | 11100010 | 1010110 | 11000 | 0 | 111110 | 1011 | 1010100 | 1000111 | 111101 |
Color Harmonies of #ABE256
Complementary color
Monochromatic Colors of #ABE256
Black with #ABE256
Text Example
Text Example
White with #ABE256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABE256; }
p { color: rgb(171,226,86); }
H1.HeaderClassName
{
color: #ABE256;
}
.AnyTagClassName
{
color: #ABE256;
}
</style>
background-color css
<style>
a { background-color: #ABE256; }
a { background-color: rgb(171,226,86); }
div.DivClassName
{
background-color: #ABE256;
}
.BgClassName
{
background-color: #ABE256;
}
</style>
border-color css
<style>
span { border-color: #ABE256; }
span { border-color: rgb(171,226,86); }
td.TdClassName
{
border-color: #ABE256;
}
.TagClassName
{
border-color: #ABE256;
}
</style>