Shades of Conifer #ABE548
Tints of Conifer #ABE548
RGB
CMYK
RGB Variations
Color information
#ABE548 (or 0xABE548) is known color: Conifer. HEX triplet: AB, E5 and 48. RGB value is (171,229,72). Sum of RGB (Red+Green+Blue) = 171+229+72=472 (62% of max value = 765). Red value is 171 (67.19% from 255 or 36.23% from 472); Green value is 229 (89.84% from 255 or 48.52% from 472); Blue value is 72 (28.52% from 255 or 15.25% from 472); Max value from RGB is 229 - color contains mainly: green. Hex color #ABE548 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ABE548 is #541AB7. Grayscale: #C2C2C2. Windows color (decimal): -5511864 or 4777387. OLE color: 4777387.
HSL color Cylindrical-coordinate representation of color #ABE548: hue angle of 82.17º 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 #ABE548 is Cyan = 0.25, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 171 | 229 | 72 | - |
| CMYK | 0.25 | 0 | 0.69 | 0.10 |
| HSL | 82.17º | 0.75% | 0.59% | - |
| HSV(B) | 82.17º | 0.69% | 0.9% | - |
| XYZ | 45.98 | 65.16 | 16.29 | - |
| YUV | 193.76 | 59.28 | 111.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 229 | 72 | 0.25 | 0 | 0.69 | 0.10 | 82.17 | 0.75 | 0.59 |
| Hex | AB | E5 | 48 | 19 | 0 | 45 | A | 52 | 4B | 3B |
| Octal | 253 | 345 | 110 | 31 | 0 | 105 | 12 | 122 | 113 | 73 |
| Binary | 10101011 | 11100101 | 1001000 | 11001 | 0 | 1000101 | 1010 | 1010010 | 1001011 | 111011 |
Color Harmonies of #ABE548
Complementary color
Monochromatic Colors of #ABE548
Black with #ABE548
Text Example
Text Example
White with #ABE548
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABE548; }
p { color: rgb(171,229,72); }
H1.HeaderClassName
{
color: #ABE548;
}
.AnyTagClassName
{
color: #ABE548;
}
</style>
background-color css
<style>
a { background-color: #ABE548; }
a { background-color: rgb(171,229,72); }
div.DivClassName
{
background-color: #ABE548;
}
.BgClassName
{
background-color: #ABE548;
}
</style>
border-color css
<style>
span { border-color: #ABE548; }
span { border-color: rgb(171,229,72); }
td.TdClassName
{
border-color: #ABE548;
}
.TagClassName
{
border-color: #ABE548;
}
</style>