Shades of Conifer #ABE448
Tints of Conifer #ABE448
RGB
CMYK
RGB Variations
Color information
#ABE448 (or 0xABE448) is known color: Conifer. HEX triplet: AB, E4 and 48. RGB value is (171,228,72). Sum of RGB (Red+Green+Blue) = 171+228+72=471 (62% of max value = 765). Red value is 171 (67.19% from 255 or 36.31% from 471); Green value is 228 (89.45% from 255 or 48.41% from 471); Blue value is 72 (28.52% from 255 or 15.29% from 471); Max value from RGB is 228 - color contains mainly: green. Hex color #ABE448 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ABE448 is #541BB7. Grayscale: #C1C1C1. Windows color (decimal): -5512120 or 4777131. OLE color: 4777131.
HSL color Cylindrical-coordinate representation of color #ABE448: hue angle of 81.92º degrees, saturation: 0.74, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #ABE448 is Cyan = 0.25, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 171 | 228 | 72 | - |
| CMYK | 0.25 | 0 | 0.68 | 0.11 |
| HSL | 81.92º | 0.74% | 0.59% | - |
| HSV(B) | 81.92º | 0.68% | 0.89% | - |
| XYZ | 45.71 | 64.61 | 16.19 | - |
| YUV | 193.17 | 59.62 | 112.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 228 | 72 | 0.25 | 0 | 0.68 | 0.11 | 81.92 | 0.74 | 0.59 |
| Hex | AB | E4 | 48 | 19 | 0 | 44 | B | 52 | 4A | 3B |
| Octal | 253 | 344 | 110 | 31 | 0 | 104 | 13 | 122 | 112 | 73 |
| Binary | 10101011 | 11100100 | 1001000 | 11001 | 0 | 1000100 | 1011 | 1010010 | 1001010 | 111011 |
Color Harmonies of #ABE448
Complementary color
Monochromatic Colors of #ABE448
Black with #ABE448
Text Example
Text Example
White with #ABE448
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABE448; }
p { color: rgb(171,228,72); }
H1.HeaderClassName
{
color: #ABE448;
}
.AnyTagClassName
{
color: #ABE448;
}
</style>
background-color css
<style>
a { background-color: #ABE448; }
a { background-color: rgb(171,228,72); }
div.DivClassName
{
background-color: #ABE448;
}
.BgClassName
{
background-color: #ABE448;
}
</style>
border-color css
<style>
span { border-color: #ABE448; }
span { border-color: rgb(171,228,72); }
td.TdClassName
{
border-color: #ABE448;
}
.TagClassName
{
border-color: #ABE448;
}
</style>