Shades of Conifer #ABE04D
Tints of Conifer #ABE04D
RGB
CMYK
RGB Variations
Color information
#ABE04D (or 0xABE04D) is known color: Conifer. HEX triplet: AB, E0 and 4D. RGB value is (171,224,77). Sum of RGB (Red+Green+Blue) = 171+224+77=472 (62% of max value = 765). Red value is 171 (67.19% from 255 or 36.23% from 472); Green value is 224 (87.89% from 255 or 47.46% from 472); Blue value is 77 (30.47% from 255 or 16.31% from 472); Max value from RGB is 224 - color contains mainly: green. Hex color #ABE04D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABE04D is #541FB2. Grayscale: #BFBFBF. Windows color (decimal): -5513139 or 5103787. OLE color: 5103787.
HSL color Cylindrical-coordinate representation of color #ABE04D: hue angle of 81.63º degrees, saturation: 0.7, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #ABE04D is Cyan = 0.24, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 171 | 224 | 77 | - |
| CMYK | 0.24 | 0 | 0.66 | 0.12 |
| HSL | 81.63º | 0.7% | 0.59% | - |
| HSV(B) | 81.63º | 0.66% | 0.88% | - |
| XYZ | 44.79 | 62.51 | 16.73 | - |
| YUV | 191.4 | 63.44 | 113.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 224 | 77 | 0.24 | 0 | 0.66 | 0.12 | 81.63 | 0.7 | 0.59 |
| Hex | AB | E0 | 4D | 18 | 0 | 42 | C | 52 | 46 | 3B |
| Octal | 253 | 340 | 115 | 30 | 0 | 102 | 14 | 122 | 106 | 73 |
| Binary | 10101011 | 11100000 | 1001101 | 11000 | 0 | 1000010 | 1100 | 1010010 | 1000110 | 111011 |
Color Harmonies of #ABE04D
Complementary color
Monochromatic Colors of #ABE04D
Black with #ABE04D
Text Example
Text Example
White with #ABE04D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABE04D; }
p { color: rgb(171,224,77); }
H1.HeaderClassName
{
color: #ABE04D;
}
.AnyTagClassName
{
color: #ABE04D;
}
</style>
background-color css
<style>
a { background-color: #ABE04D; }
a { background-color: rgb(171,224,77); }
div.DivClassName
{
background-color: #ABE04D;
}
.BgClassName
{
background-color: #ABE04D;
}
</style>
border-color css
<style>
span { border-color: #ABE04D; }
span { border-color: rgb(171,224,77); }
td.TdClassName
{
border-color: #ABE04D;
}
.TagClassName
{
border-color: #ABE04D;
}
</style>