Shades of Feijoa #ABE476
Tints of Feijoa #ABE476
RGB
CMYK
RGB Variations
Color information
#ABE476 (or 0xABE476) is known color: Feijoa. HEX triplet: AB, E4 and 76. RGB value is (171,228,118). Sum of RGB (Red+Green+Blue) = 171+228+118=517 (68% of max value = 765). Red value is 171 (67.19% from 255 or 33.08% from 517); Green value is 228 (89.45% from 255 or 44.10% from 517); Blue value is 118 (46.48% from 255 or 22.82% from 517); Max value from RGB is 228 - color contains mainly: green. Hex color #ABE476 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABE476 is #541B89. Grayscale: #C6C6C6. Windows color (decimal): -5512074 or 7791787. OLE color: 7791787.
HSL color Cylindrical-coordinate representation of color #ABE476: hue angle of 91.09º degrees, saturation: 0.67, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #ABE476 is Cyan = 0.25, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 171 | 228 | 118 | - |
| CMYK | 0.25 | 0 | 0.48 | 0.11 |
| HSL | 91.09º | 0.67% | 0.68% | - |
| HSV(B) | 91.09º | 0.48% | 0.89% | - |
| XYZ | 47.81 | 65.45 | 27.25 | - |
| YUV | 198.42 | 82.62 | 108.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 228 | 118 | 0.25 | 0 | 0.48 | 0.11 | 91.09 | 0.67 | 0.68 |
| Hex | AB | E4 | 76 | 19 | 0 | 30 | B | 5B | 43 | 44 |
| Octal | 253 | 344 | 166 | 31 | 0 | 60 | 13 | 133 | 103 | 104 |
| Binary | 10101011 | 11100100 | 1110110 | 11001 | 0 | 110000 | 1011 | 1011011 | 1000011 | 1000100 |
Color Harmonies of #ABE476
Complementary color
Monochromatic Colors of #ABE476
Black with #ABE476
Text Example
Text Example
White with #ABE476
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABE476; }
p { color: rgb(171,228,118); }
H1.HeaderClassName
{
color: #ABE476;
}
.AnyTagClassName
{
color: #ABE476;
}
</style>
background-color css
<style>
a { background-color: #ABE476; }
a { background-color: rgb(171,228,118); }
div.DivClassName
{
background-color: #ABE476;
}
.BgClassName
{
background-color: #ABE476;
}
</style>
border-color css
<style>
span { border-color: #ABE476; }
span { border-color: rgb(171,228,118); }
td.TdClassName
{
border-color: #ABE476;
}
.TagClassName
{
border-color: #ABE476;
}
</style>