Shades of Conifer #ABE547
Tints of Conifer #ABE547
RGB
CMYK
RGB Variations
Color information
#ABE547 (or 0xABE547) is known color: Conifer. HEX triplet: AB, E5 and 47. RGB value is (171,229,71). Sum of RGB (Red+Green+Blue) = 171+229+71=471 (62% of max value = 765). Red value is 171 (67.19% from 255 or 36.31% from 471); Green value is 229 (89.84% from 255 or 48.62% from 471); Blue value is 71 (28.12% from 255 or 15.07% from 471); Max value from RGB is 229 - color contains mainly: green. Hex color #ABE547 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ABE547 is #541AB8. Grayscale: #C2C2C2. Windows color (decimal): -5511865 or 4711851. OLE color: 4711851.
HSL color Cylindrical-coordinate representation of color #ABE547: hue angle of 82.03º degrees, saturation: 0.75, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #ABE547 is Cyan = 0.25, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 171 | 229 | 71 | - |
| CMYK | 0.25 | 0 | 0.69 | 0.10 |
| HSL | 82.03º | 0.75% | 0.59% | - |
| HSV(B) | 82.03º | 0.69% | 0.9% | - |
| XYZ | 45.95 | 65.15 | 16.11 | - |
| YUV | 193.65 | 58.78 | 111.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 229 | 71 | 0.25 | 0 | 0.69 | 0.10 | 82.03 | 0.75 | 0.59 |
| Hex | AB | E5 | 47 | 19 | 0 | 45 | A | 52 | 4B | 3B |
| Octal | 253 | 345 | 107 | 31 | 0 | 105 | 12 | 122 | 113 | 73 |
| Binary | 10101011 | 11100101 | 1000111 | 11001 | 0 | 1000101 | 1010 | 1010010 | 1001011 | 111011 |
Color Harmonies of #ABE547
Complementary color
Monochromatic Colors of #ABE547
Black with #ABE547
Text Example
Text Example
White with #ABE547
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABE547; }
p { color: rgb(171,229,71); }
H1.HeaderClassName
{
color: #ABE547;
}
.AnyTagClassName
{
color: #ABE547;
}
</style>
background-color css
<style>
a { background-color: #ABE547; }
a { background-color: rgb(171,229,71); }
div.DivClassName
{
background-color: #ABE547;
}
.BgClassName
{
background-color: #ABE547;
}
</style>
border-color css
<style>
span { border-color: #ABE547; }
span { border-color: rgb(171,229,71); }
td.TdClassName
{
border-color: #ABE547;
}
.TagClassName
{
border-color: #ABE547;
}
</style>