Shades of Feijoa #ABE46F
Tints of Feijoa #ABE46F
RGB
CMYK
RGB Variations
Color information
#ABE46F (or 0xABE46F) is known color: Feijoa. HEX triplet: AB, E4 and 6F. RGB value is (171,228,111). Sum of RGB (Red+Green+Blue) = 171+228+111=510 (67% of max value = 765). Red value is 171 (67.19% from 255 or 33.53% from 510); Green value is 228 (89.45% from 255 or 44.71% from 510); Blue value is 111 (43.75% from 255 or 21.76% from 510); Max value from RGB is 228 - color contains mainly: green. Hex color #ABE46F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABE46F is #541B90. Grayscale: #C6C6C6. Windows color (decimal): -5512081 or 7333035. OLE color: 7333035.
HSL color Cylindrical-coordinate representation of color #ABE46F: hue angle of 89.23º degrees, saturation: 0.68, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #ABE46F is Cyan = 0.25, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 171 | 228 | 111 | - |
| CMYK | 0.25 | 0 | 0.51 | 0.11 |
| HSL | 89.23º | 0.68% | 0.66% | - |
| HSV(B) | 89.23º | 0.51% | 0.89% | - |
| XYZ | 47.41 | 65.29 | 25.14 | - |
| YUV | 197.62 | 79.12 | 109.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 228 | 111 | 0.25 | 0 | 0.51 | 0.11 | 89.23 | 0.68 | 0.66 |
| Hex | AB | E4 | 6F | 19 | 0 | 33 | B | 59 | 44 | 42 |
| Octal | 253 | 344 | 157 | 31 | 0 | 63 | 13 | 131 | 104 | 102 |
| Binary | 10101011 | 11100100 | 1101111 | 11001 | 0 | 110011 | 1011 | 1011001 | 1000100 | 1000010 |
Color Harmonies of #ABE46F
Complementary color
Monochromatic Colors of #ABE46F
Black with #ABE46F
Text Example
Text Example
White with #ABE46F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABE46F; }
p { color: rgb(171,228,111); }
H1.HeaderClassName
{
color: #ABE46F;
}
.AnyTagClassName
{
color: #ABE46F;
}
</style>
background-color css
<style>
a { background-color: #ABE46F; }
a { background-color: rgb(171,228,111); }
div.DivClassName
{
background-color: #ABE46F;
}
.BgClassName
{
background-color: #ABE46F;
}
</style>
border-color css
<style>
span { border-color: #ABE46F; }
span { border-color: rgb(171,228,111); }
td.TdClassName
{
border-color: #ABE46F;
}
.TagClassName
{
border-color: #ABE46F;
}
</style>