Shades of Conifer #ABE145
Tints of Conifer #ABE145
RGB
CMYK
RGB Variations
Color information
#ABE145 (or 0xABE145) is known color: Conifer. HEX triplet: AB, E1 and 45. RGB value is (171,225,69). Sum of RGB (Red+Green+Blue) = 171+225+69=465 (61% of max value = 765). Red value is 171 (67.19% from 255 or 36.77% from 465); Green value is 225 (88.28% from 255 or 48.39% from 465); Blue value is 69 (27.34% from 255 or 14.84% from 465); Max value from RGB is 225 - color contains mainly: green. Hex color #ABE145 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ABE145 is #541EBA. Grayscale: #BFBFBF. Windows color (decimal): -5512891 or 4579755. OLE color: 4579755.
HSL color Cylindrical-coordinate representation of color #ABE145: hue angle of 80.77º degrees, saturation: 0.72, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #ABE145 is Cyan = 0.24, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 171 | 225 | 69 | - |
| CMYK | 0.24 | 0 | 0.69 | 0.12 |
| HSL | 80.77º | 0.72% | 0.58% | - |
| HSV(B) | 80.77º | 0.69% | 0.88% | - |
| XYZ | 44.79 | 62.94 | 15.42 | - |
| YUV | 191.07 | 59.11 | 113.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 225 | 69 | 0.24 | 0 | 0.69 | 0.12 | 80.77 | 0.72 | 0.58 |
| Hex | AB | E1 | 45 | 18 | 0 | 45 | C | 51 | 48 | 3A |
| Octal | 253 | 341 | 105 | 30 | 0 | 105 | 14 | 121 | 110 | 72 |
| Binary | 10101011 | 11100001 | 1000101 | 11000 | 0 | 1000101 | 1100 | 1010001 | 1001000 | 111010 |
Color Harmonies of #ABE145
Complementary color
Monochromatic Colors of #ABE145
Black with #ABE145
Text Example
Text Example
White with #ABE145
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABE145; }
p { color: rgb(171,225,69); }
H1.HeaderClassName
{
color: #ABE145;
}
.AnyTagClassName
{
color: #ABE145;
}
</style>
background-color css
<style>
a { background-color: #ABE145; }
a { background-color: rgb(171,225,69); }
div.DivClassName
{
background-color: #ABE145;
}
.BgClassName
{
background-color: #ABE145;
}
</style>
border-color css
<style>
span { border-color: #ABE145; }
span { border-color: rgb(171,225,69); }
td.TdClassName
{
border-color: #ABE145;
}
.TagClassName
{
border-color: #ABE145;
}
</style>