Shades of Conifer #ABE447
Tints of Conifer #ABE447
RGB
CMYK
RGB Variations
Color information
#ABE447 (or 0xABE447) is known color: Conifer. HEX triplet: AB, E4 and 47. RGB value is (171,228,71). Sum of RGB (Red+Green+Blue) = 171+228+71=470 (62% of max value = 765). Red value is 171 (67.19% from 255 or 36.38% from 470); Green value is 228 (89.45% from 255 or 48.51% from 470); Blue value is 71 (28.12% from 255 or 15.11% from 470); Max value from RGB is 228 - color contains mainly: green. Hex color #ABE447 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ABE447 is #541BB8. Grayscale: #C1C1C1. Windows color (decimal): -5512121 or 4711595. OLE color: 4711595.
HSL color Cylindrical-coordinate representation of color #ABE447: hue angle of 81.78º degrees, saturation: 0.74, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #ABE447 is Cyan = 0.25, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 171 | 228 | 71 | - |
| CMYK | 0.25 | 0 | 0.69 | 0.11 |
| HSL | 81.78º | 0.74% | 0.59% | - |
| HSV(B) | 81.78º | 0.69% | 0.89% | - |
| XYZ | 45.68 | 64.6 | 16.02 | - |
| YUV | 193.06 | 59.12 | 112.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 228 | 71 | 0.25 | 0 | 0.69 | 0.11 | 81.78 | 0.74 | 0.59 |
| Hex | AB | E4 | 47 | 19 | 0 | 45 | B | 52 | 4A | 3B |
| Octal | 253 | 344 | 107 | 31 | 0 | 105 | 13 | 122 | 112 | 73 |
| Binary | 10101011 | 11100100 | 1000111 | 11001 | 0 | 1000101 | 1011 | 1010010 | 1001010 | 111011 |
Color Harmonies of #ABE447
Complementary color
Monochromatic Colors of #ABE447
Black with #ABE447
Text Example
Text Example
White with #ABE447
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABE447; }
p { color: rgb(171,228,71); }
H1.HeaderClassName
{
color: #ABE447;
}
.AnyTagClassName
{
color: #ABE447;
}
</style>
background-color css
<style>
a { background-color: #ABE447; }
a { background-color: rgb(171,228,71); }
div.DivClassName
{
background-color: #ABE447;
}
.BgClassName
{
background-color: #ABE447;
}
</style>
border-color css
<style>
span { border-color: #ABE447; }
span { border-color: rgb(171,228,71); }
td.TdClassName
{
border-color: #ABE447;
}
.TagClassName
{
border-color: #ABE447;
}
</style>