Shades of Feijoa #ABE18E
Tints of Feijoa #ABE18E
RGB
CMYK
RGB Variations
Color information
#ABE18E (or 0xABE18E) is known color: Feijoa. HEX triplet: AB, E1 and 8E. RGB value is (171,225,142). Sum of RGB (Red+Green+Blue) = 171+225+142=538 (71% of max value = 765). Red value is 171 (67.19% from 255 or 31.78% from 538); Green value is 225 (88.28% from 255 or 41.82% from 538); Blue value is 142 (55.86% from 255 or 26.39% from 538); Max value from RGB is 225 - color contains mainly: green. Hex color #ABE18E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABE18E is #541E71. Grayscale: #C7C7C7. Windows color (decimal): -5512818 or 9363883. OLE color: 9363883.
HSL color Cylindrical-coordinate representation of color #ABE18E: hue angle of 99.04º degrees, saturation: 0.58, 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 #ABE18E is Cyan = 0.24, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 171 | 225 | 142 | - |
| CMYK | 0.24 | 0 | 0.37 | 0.12 |
| HSL | 99.04º | 0.58% | 0.72% | - |
| HSV(B) | 99.04º | 0.37% | 0.88% | - |
| XYZ | 48.6 | 64.46 | 35.47 | - |
| YUV | 199.39 | 95.61 | 107.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 225 | 142 | 0.24 | 0 | 0.37 | 0.12 | 99.04 | 0.58 | 0.72 |
| Hex | AB | E1 | 8E | 18 | 0 | 25 | C | 63 | 3A | 48 |
| Octal | 253 | 341 | 216 | 30 | 0 | 45 | 14 | 143 | 72 | 110 |
| Binary | 10101011 | 11100001 | 10001110 | 11000 | 0 | 100101 | 1100 | 1100011 | 111010 | 1001000 |
Color Harmonies of #ABE18E
Complementary color
Monochromatic Colors of #ABE18E
Black with #ABE18E
Text Example
Text Example
White with #ABE18E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABE18E; }
p { color: rgb(171,225,142); }
H1.HeaderClassName
{
color: #ABE18E;
}
.AnyTagClassName
{
color: #ABE18E;
}
</style>
background-color css
<style>
a { background-color: #ABE18E; }
a { background-color: rgb(171,225,142); }
div.DivClassName
{
background-color: #ABE18E;
}
.BgClassName
{
background-color: #ABE18E;
}
</style>
border-color css
<style>
span { border-color: #ABE18E; }
span { border-color: rgb(171,225,142); }
td.TdClassName
{
border-color: #ABE18E;
}
.TagClassName
{
border-color: #ABE18E;
}
</style>