Shades of Feijoa #ABE470
Tints of Feijoa #ABE470
RGB
CMYK
RGB Variations
Color information
#ABE470 (or 0xABE470) is known color: Feijoa. HEX triplet: AB, E4 and 70. RGB value is (171,228,112). Sum of RGB (Red+Green+Blue) = 171+228+112=511 (67% of max value = 765). Red value is 171 (67.19% from 255 or 33.46% from 511); Green value is 228 (89.45% from 255 or 44.62% from 511); Blue value is 112 (44.14% from 255 or 21.92% from 511); Max value from RGB is 228 - color contains mainly: green. Hex color #ABE470 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABE470 is #541B8F. Grayscale: #C6C6C6. Windows color (decimal): -5512080 or 7398571. OLE color: 7398571.
HSL color Cylindrical-coordinate representation of color #ABE470: hue angle of 89.48º degrees, saturation: 0.68, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #ABE470 is Cyan = 0.25, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 171 | 228 | 112 | - |
| CMYK | 0.25 | 0 | 0.51 | 0.11 |
| HSL | 89.48º | 0.68% | 0.67% | - |
| HSV(B) | 89.48º | 0.51% | 0.89% | - |
| XYZ | 47.46 | 65.31 | 25.43 | - |
| YUV | 197.73 | 79.62 | 108.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 228 | 112 | 0.25 | 0 | 0.51 | 0.11 | 89.48 | 0.68 | 0.67 |
| Hex | AB | E4 | 70 | 19 | 0 | 33 | B | 59 | 44 | 43 |
| Octal | 253 | 344 | 160 | 31 | 0 | 63 | 13 | 131 | 104 | 103 |
| Binary | 10101011 | 11100100 | 1110000 | 11001 | 0 | 110011 | 1011 | 1011001 | 1000100 | 1000011 |
Color Harmonies of #ABE470
Complementary color
Monochromatic Colors of #ABE470
Black with #ABE470
Text Example
Text Example
White with #ABE470
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABE470; }
p { color: rgb(171,228,112); }
H1.HeaderClassName
{
color: #ABE470;
}
.AnyTagClassName
{
color: #ABE470;
}
</style>
background-color css
<style>
a { background-color: #ABE470; }
a { background-color: rgb(171,228,112); }
div.DivClassName
{
background-color: #ABE470;
}
.BgClassName
{
background-color: #ABE470;
}
</style>
border-color css
<style>
span { border-color: #ABE470; }
span { border-color: rgb(171,228,112); }
td.TdClassName
{
border-color: #ABE470;
}
.TagClassName
{
border-color: #ABE470;
}
</style>