Shades of Conifer #ABE347
Tints of Conifer #ABE347
RGB
CMYK
RGB Variations
Color information
#ABE347 (or 0xABE347) is known color: Conifer. HEX triplet: AB, E3 and 47. RGB value is (171,227,71). Sum of RGB (Red+Green+Blue) = 171+227+71=469 (62% of max value = 765). Red value is 171 (67.19% from 255 or 36.46% from 469); Green value is 227 (89.06% from 255 or 48.40% from 469); Blue value is 71 (28.12% from 255 or 15.14% from 469); Max value from RGB is 227 - color contains mainly: green. Hex color #ABE347 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ABE347 is #541CB8. Grayscale: #C1C1C1. Windows color (decimal): -5512377 or 4711339. OLE color: 4711339.
HSL color Cylindrical-coordinate representation of color #ABE347: hue angle of 81.54º degrees, saturation: 0.74, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #ABE347 is Cyan = 0.25, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 171 | 227 | 71 | - |
| CMYK | 0.25 | 0 | 0.69 | 0.11 |
| HSL | 81.54º | 0.74% | 0.58% | - |
| HSV(B) | 81.54º | 0.69% | 0.89% | - |
| XYZ | 45.4 | 64.05 | 15.93 | - |
| YUV | 192.47 | 59.45 | 112.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 227 | 71 | 0.25 | 0 | 0.69 | 0.11 | 81.54 | 0.74 | 0.58 |
| Hex | AB | E3 | 47 | 19 | 0 | 45 | B | 52 | 4A | 3A |
| Octal | 253 | 343 | 107 | 31 | 0 | 105 | 13 | 122 | 112 | 72 |
| Binary | 10101011 | 11100011 | 1000111 | 11001 | 0 | 1000101 | 1011 | 1010010 | 1001010 | 111010 |
Color Harmonies of #ABE347
Complementary color
Monochromatic Colors of #ABE347
Black with #ABE347
Text Example
Text Example
White with #ABE347
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABE347; }
p { color: rgb(171,227,71); }
H1.HeaderClassName
{
color: #ABE347;
}
.AnyTagClassName
{
color: #ABE347;
}
</style>
background-color css
<style>
a { background-color: #ABE347; }
a { background-color: rgb(171,227,71); }
div.DivClassName
{
background-color: #ABE347;
}
.BgClassName
{
background-color: #ABE347;
}
</style>
border-color css
<style>
span { border-color: #ABE347; }
span { border-color: rgb(171,227,71); }
td.TdClassName
{
border-color: #ABE347;
}
.TagClassName
{
border-color: #ABE347;
}
</style>