Shades of Feijoa #ABE671
Tints of Feijoa #ABE671
RGB
CMYK
RGB Variations
Color information
#ABE671 (or 0xABE671) is known color: Feijoa. HEX triplet: AB, E6 and 71. RGB value is (171,230,113). Sum of RGB (Red+Green+Blue) = 171+230+113=514 (68% of max value = 765). Red value is 171 (67.19% from 255 or 33.27% from 514); Green value is 230 (90.23% from 255 or 44.75% from 514); Blue value is 113 (44.53% from 255 or 21.98% from 514); Max value from RGB is 230 - color contains mainly: green. Hex color #ABE671 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ABE671 is #54198E. Grayscale: #C7C7C7. Windows color (decimal): -5511567 or 7464619. OLE color: 7464619.
HSL color Cylindrical-coordinate representation of color #ABE671: hue angle of 90.26º degrees, saturation: 0.7, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #ABE671 is Cyan = 0.26, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 171 | 230 | 113 | - |
| CMYK | 0.26 | 0 | 0.51 | 0.10 |
| HSL | 90.26º | 0.7% | 0.67% | - |
| HSV(B) | 90.26º | 0.51% | 0.9% | - |
| XYZ | 48.07 | 66.44 | 25.91 | - |
| YUV | 199.02 | 79.45 | 108.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 230 | 113 | 0.26 | 0 | 0.51 | 0.10 | 90.26 | 0.7 | 0.67 |
| Hex | AB | E6 | 71 | 1A | 0 | 33 | A | 5A | 46 | 43 |
| Octal | 253 | 346 | 161 | 32 | 0 | 63 | 12 | 132 | 106 | 103 |
| Binary | 10101011 | 11100110 | 1110001 | 11010 | 0 | 110011 | 1010 | 1011010 | 1000110 | 1000011 |
Color Harmonies of #ABE671
Complementary color
Monochromatic Colors of #ABE671
Black with #ABE671
Text Example
Text Example
White with #ABE671
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABE671; }
p { color: rgb(171,230,113); }
H1.HeaderClassName
{
color: #ABE671;
}
.AnyTagClassName
{
color: #ABE671;
}
</style>
background-color css
<style>
a { background-color: #ABE671; }
a { background-color: rgb(171,230,113); }
div.DivClassName
{
background-color: #ABE671;
}
.BgClassName
{
background-color: #ABE671;
}
</style>
border-color css
<style>
span { border-color: #ABE671; }
span { border-color: rgb(171,230,113); }
td.TdClassName
{
border-color: #ABE671;
}
.TagClassName
{
border-color: #ABE671;
}
</style>