Shades of Feijoa #ABE08E
Tints of Feijoa #ABE08E
RGB
CMYK
RGB Variations
Color information
#ABE08E (or 0xABE08E) is known color: Feijoa. HEX triplet: AB, E0 and 8E. RGB value is (171,224,142). Sum of RGB (Red+Green+Blue) = 171+224+142=537 (71% of max value = 765). Red value is 171 (67.19% from 255 or 31.84% from 537); Green value is 224 (87.89% from 255 or 41.71% from 537); Blue value is 142 (55.86% from 255 or 26.44% from 537); Max value from RGB is 224 - color contains mainly: green. Hex color #ABE08E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABE08E is #541F71. Grayscale: #C7C7C7. Windows color (decimal): -5513074 or 9363627. OLE color: 9363627.
HSL color Cylindrical-coordinate representation of color #ABE08E: hue angle of 98.78º degrees, saturation: 0.57, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #ABE08E is Cyan = 0.24, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 171 | 224 | 142 | - |
| CMYK | 0.24 | 0 | 0.37 | 0.12 |
| HSL | 98.78º | 0.57% | 0.72% | - |
| HSV(B) | 98.78º | 0.37% | 0.88% | - |
| XYZ | 48.33 | 63.92 | 35.38 | - |
| YUV | 198.81 | 95.94 | 108.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 224 | 142 | 0.24 | 0 | 0.37 | 0.12 | 98.78 | 0.57 | 0.72 |
| Hex | AB | E0 | 8E | 18 | 0 | 25 | C | 63 | 39 | 48 |
| Octal | 253 | 340 | 216 | 30 | 0 | 45 | 14 | 143 | 71 | 110 |
| Binary | 10101011 | 11100000 | 10001110 | 11000 | 0 | 100101 | 1100 | 1100011 | 111001 | 1001000 |
Color Harmonies of #ABE08E
Complementary color
Monochromatic Colors of #ABE08E
Black with #ABE08E
Text Example
Text Example
White with #ABE08E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABE08E; }
p { color: rgb(171,224,142); }
H1.HeaderClassName
{
color: #ABE08E;
}
.AnyTagClassName
{
color: #ABE08E;
}
</style>
background-color css
<style>
a { background-color: #ABE08E; }
a { background-color: rgb(171,224,142); }
div.DivClassName
{
background-color: #ABE08E;
}
.BgClassName
{
background-color: #ABE08E;
}
</style>
border-color css
<style>
span { border-color: #ABE08E; }
span { border-color: rgb(171,224,142); }
td.TdClassName
{
border-color: #ABE08E;
}
.TagClassName
{
border-color: #ABE08E;
}
</style>