Shades of Conifer #ABE04E
Tints of Conifer #ABE04E
RGB
CMYK
RGB Variations
Color information
#ABE04E (or 0xABE04E) is known color: Conifer. HEX triplet: AB, E0 and 4E. RGB value is (171,224,78). Sum of RGB (Red+Green+Blue) = 171+224+78=473 (62% of max value = 765). Red value is 171 (67.19% from 255 or 36.15% from 473); Green value is 224 (87.89% from 255 or 47.36% from 473); Blue value is 78 (30.86% from 255 or 16.49% from 473); Max value from RGB is 224 - color contains mainly: green. Hex color #ABE04E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABE04E is #541FB1. Grayscale: #C0C0C0. Windows color (decimal): -5513138 or 5169323. OLE color: 5169323.
HSL color Cylindrical-coordinate representation of color #ABE04E: hue angle of 81.78º degrees, saturation: 0.7, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #ABE04E is Cyan = 0.24, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 171 | 224 | 78 | - |
| CMYK | 0.24 | 0 | 0.65 | 0.12 |
| HSL | 81.78º | 0.7% | 0.59% | - |
| HSV(B) | 81.78º | 0.65% | 0.88% | - |
| XYZ | 44.83 | 62.52 | 16.91 | - |
| YUV | 191.51 | 63.94 | 113.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 224 | 78 | 0.24 | 0 | 0.65 | 0.12 | 81.78 | 0.7 | 0.59 |
| Hex | AB | E0 | 4E | 18 | 0 | 41 | C | 52 | 46 | 3B |
| Octal | 253 | 340 | 116 | 30 | 0 | 101 | 14 | 122 | 106 | 73 |
| Binary | 10101011 | 11100000 | 1001110 | 11000 | 0 | 1000001 | 1100 | 1010010 | 1000110 | 111011 |
Color Harmonies of #ABE04E
Complementary color
Monochromatic Colors of #ABE04E
Black with #ABE04E
Text Example
Text Example
White with #ABE04E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABE04E; }
p { color: rgb(171,224,78); }
H1.HeaderClassName
{
color: #ABE04E;
}
.AnyTagClassName
{
color: #ABE04E;
}
</style>
background-color css
<style>
a { background-color: #ABE04E; }
a { background-color: rgb(171,224,78); }
div.DivClassName
{
background-color: #ABE04E;
}
.BgClassName
{
background-color: #ABE04E;
}
</style>
border-color css
<style>
span { border-color: #ABE04E; }
span { border-color: rgb(171,224,78); }
td.TdClassName
{
border-color: #ABE04E;
}
.TagClassName
{
border-color: #ABE04E;
}
</style>