Shades of Conifer #ABE143
Tints of Conifer #ABE143
RGB
CMYK
RGB Variations
Color information
#ABE143 (or 0xABE143) is known color: Conifer. HEX triplet: AB, E1 and 43. RGB value is (171,225,67). Sum of RGB (Red+Green+Blue) = 171+225+67=463 (61% of max value = 765). Red value is 171 (67.19% from 255 or 36.93% from 463); Green value is 225 (88.28% from 255 or 48.60% from 463); Blue value is 67 (26.56% from 255 or 14.47% from 463); Max value from RGB is 225 - color contains mainly: green. Hex color #ABE143 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ABE143 is #541EBC. Grayscale: #BFBFBF. Windows color (decimal): -5512893 or 4448683. OLE color: 4448683.
HSL color Cylindrical-coordinate representation of color #ABE143: hue angle of 80.51º degrees, saturation: 0.72, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #ABE143 is Cyan = 0.24, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 171 | 225 | 67 | - |
| CMYK | 0.24 | 0 | 0.70 | 0.12 |
| HSL | 80.51º | 0.72% | 0.57% | - |
| HSV(B) | 80.51º | 0.7% | 0.88% | - |
| XYZ | 44.73 | 62.91 | 15.1 | - |
| YUV | 190.84 | 58.11 | 113.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 225 | 67 | 0.24 | 0 | 0.70 | 0.12 | 80.51 | 0.72 | 0.57 |
| Hex | AB | E1 | 43 | 18 | 0 | 46 | C | 51 | 48 | 39 |
| Octal | 253 | 341 | 103 | 30 | 0 | 106 | 14 | 121 | 110 | 71 |
| Binary | 10101011 | 11100001 | 1000011 | 11000 | 0 | 1000110 | 1100 | 1010001 | 1001000 | 111001 |
Color Harmonies of #ABE143
Complementary color
Monochromatic Colors of #ABE143
Black with #ABE143
Text Example
Text Example
White with #ABE143
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABE143; }
p { color: rgb(171,225,67); }
H1.HeaderClassName
{
color: #ABE143;
}
.AnyTagClassName
{
color: #ABE143;
}
</style>
background-color css
<style>
a { background-color: #ABE143; }
a { background-color: rgb(171,225,67); }
div.DivClassName
{
background-color: #ABE143;
}
.BgClassName
{
background-color: #ABE143;
}
</style>
border-color css
<style>
span { border-color: #ABE143; }
span { border-color: rgb(171,225,67); }
td.TdClassName
{
border-color: #ABE143;
}
.TagClassName
{
border-color: #ABE143;
}
</style>