Shades of Conifer #ABE155
Tints of Conifer #ABE155
RGB
CMYK
RGB Variations
Color information
#ABE155 (or 0xABE155) is known color: Conifer. HEX triplet: AB, E1 and 55. RGB value is (171,225,85). Sum of RGB (Red+Green+Blue) = 171+225+85=481 (63% of max value = 765). Red value is 171 (67.19% from 255 or 35.55% from 481); Green value is 225 (88.28% from 255 or 46.78% from 481); Blue value is 85 (33.59% from 255 or 17.67% from 481); Max value from RGB is 225 - color contains mainly: green. Hex color #ABE155 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABE155 is #541EAA. Grayscale: #C1C1C1. Windows color (decimal): -5512875 or 5628331. OLE color: 5628331.
HSL color Cylindrical-coordinate representation of color #ABE155: hue angle of 83.14º 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 #ABE155 is Cyan = 0.24, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 171 | 225 | 85 | - |
| CMYK | 0.24 | 0 | 0.62 | 0.12 |
| HSL | 83.14º | 0.7% | 0.61% | - |
| HSV(B) | 83.14º | 0.62% | 0.88% | - |
| XYZ | 45.36 | 63.16 | 18.4 | - |
| YUV | 192.89 | 67.11 | 112.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 225 | 85 | 0.24 | 0 | 0.62 | 0.12 | 83.14 | 0.7 | 0.61 |
| Hex | AB | E1 | 55 | 18 | 0 | 3E | C | 53 | 46 | 3D |
| Octal | 253 | 341 | 125 | 30 | 0 | 76 | 14 | 123 | 106 | 75 |
| Binary | 10101011 | 11100001 | 1010101 | 11000 | 0 | 111110 | 1100 | 1010011 | 1000110 | 111101 |
Color Harmonies of #ABE155
Complementary color
Monochromatic Colors of #ABE155
Black with #ABE155
Text Example
Text Example
White with #ABE155
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABE155; }
p { color: rgb(171,225,85); }
H1.HeaderClassName
{
color: #ABE155;
}
.AnyTagClassName
{
color: #ABE155;
}
</style>
background-color css
<style>
a { background-color: #ABE155; }
a { background-color: rgb(171,225,85); }
div.DivClassName
{
background-color: #ABE155;
}
.BgClassName
{
background-color: #ABE155;
}
</style>
border-color css
<style>
span { border-color: #ABE155; }
span { border-color: rgb(171,225,85); }
td.TdClassName
{
border-color: #ABE155;
}
.TagClassName
{
border-color: #ABE155;
}
</style>