Shades of Feijoa #ABE28F
Tints of Feijoa #ABE28F
RGB
CMYK
RGB Variations
Color information
#ABE28F (or 0xABE28F) is known color: Feijoa. HEX triplet: AB, E2 and 8F. RGB value is (171,226,143). Sum of RGB (Red+Green+Blue) = 171+226+143=540 (71% of max value = 765). Red value is 171 (67.19% from 255 or 31.67% from 540); Green value is 226 (88.67% from 255 or 41.85% from 540); Blue value is 143 (56.25% from 255 or 26.48% from 540); Max value from RGB is 226 - color contains mainly: green. Hex color #ABE28F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABE28F is #541D70. Grayscale: #C8C8C8. Windows color (decimal): -5512561 or 9429675. OLE color: 9429675.
HSL color Cylindrical-coordinate representation of color #ABE28F: hue angle of 99.76º degrees, saturation: 0.59, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #ABE28F is Cyan = 0.24, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 171 | 226 | 143 | - |
| CMYK | 0.24 | 0 | 0.37 | 0.11 |
| HSL | 99.76º | 0.59% | 0.72% | - |
| HSV(B) | 99.76º | 0.37% | 0.89% | - |
| XYZ | 48.95 | 65.03 | 35.96 | - |
| YUV | 200.09 | 95.78 | 107.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 226 | 143 | 0.24 | 0 | 0.37 | 0.11 | 99.76 | 0.59 | 0.72 |
| Hex | AB | E2 | 8F | 18 | 0 | 25 | B | 64 | 3B | 48 |
| Octal | 253 | 342 | 217 | 30 | 0 | 45 | 13 | 144 | 73 | 110 |
| Binary | 10101011 | 11100010 | 10001111 | 11000 | 0 | 100101 | 1011 | 1100100 | 111011 | 1001000 |
Color Harmonies of #ABE28F
Complementary color
Monochromatic Colors of #ABE28F
Black with #ABE28F
Text Example
Text Example
White with #ABE28F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABE28F; }
p { color: rgb(171,226,143); }
H1.HeaderClassName
{
color: #ABE28F;
}
.AnyTagClassName
{
color: #ABE28F;
}
</style>
background-color css
<style>
a { background-color: #ABE28F; }
a { background-color: rgb(171,226,143); }
div.DivClassName
{
background-color: #ABE28F;
}
.BgClassName
{
background-color: #ABE28F;
}
</style>
border-color css
<style>
span { border-color: #ABE28F; }
span { border-color: rgb(171,226,143); }
td.TdClassName
{
border-color: #ABE28F;
}
.TagClassName
{
border-color: #ABE28F;
}
</style>