Shades of Conifer #ABE248
Tints of Conifer #ABE248
RGB
CMYK
RGB Variations
Color information
#ABE248 (or 0xABE248) is known color: Conifer. HEX triplet: AB, E2 and 48. RGB value is (171,226,72). Sum of RGB (Red+Green+Blue) = 171+226+72=469 (62% of max value = 765). Red value is 171 (67.19% from 255 or 36.46% from 469); Green value is 226 (88.67% from 255 or 48.19% from 469); Blue value is 72 (28.52% from 255 or 15.35% from 469); Max value from RGB is 226 - color contains mainly: green. Hex color #ABE248 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ABE248 is #541DB7. Grayscale: #C0C0C0. Windows color (decimal): -5512632 or 4776619. OLE color: 4776619.
HSL color Cylindrical-coordinate representation of color #ABE248: hue angle of 81.43º degrees, saturation: 0.73, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #ABE248 is Cyan = 0.24, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 171 | 226 | 72 | - |
| CMYK | 0.24 | 0 | 0.68 | 0.11 |
| HSL | 81.43º | 0.73% | 0.58% | - |
| HSV(B) | 81.43º | 0.68% | 0.89% | - |
| XYZ | 45.16 | 63.52 | 16.01 | - |
| YUV | 192 | 60.28 | 113.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 226 | 72 | 0.24 | 0 | 0.68 | 0.11 | 81.43 | 0.73 | 0.58 |
| Hex | AB | E2 | 48 | 18 | 0 | 44 | B | 51 | 49 | 3A |
| Octal | 253 | 342 | 110 | 30 | 0 | 104 | 13 | 121 | 111 | 72 |
| Binary | 10101011 | 11100010 | 1001000 | 11000 | 0 | 1000100 | 1011 | 1010001 | 1001001 | 111010 |
Color Harmonies of #ABE248
Complementary color
Monochromatic Colors of #ABE248
Black with #ABE248
Text Example
Text Example
White with #ABE248
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABE248; }
p { color: rgb(171,226,72); }
H1.HeaderClassName
{
color: #ABE248;
}
.AnyTagClassName
{
color: #ABE248;
}
</style>
background-color css
<style>
a { background-color: #ABE248; }
a { background-color: rgb(171,226,72); }
div.DivClassName
{
background-color: #ABE248;
}
.BgClassName
{
background-color: #ABE248;
}
</style>
border-color css
<style>
span { border-color: #ABE248; }
span { border-color: rgb(171,226,72); }
td.TdClassName
{
border-color: #ABE248;
}
.TagClassName
{
border-color: #ABE248;
}
</style>