Shades of Feijoa #ABFF80
Tints of Feijoa #ABFF80
RGB
CMYK
RGB Variations
Color information
#ABFF80 (or 0xABFF80) is known color: Feijoa. HEX triplet: AB, FF and 80. RGB value is (171,255,128). Sum of RGB (Red+Green+Blue) = 171+255+128=554 (73% of max value = 765). Red value is 171 (67.19% from 255 or 30.87% from 554); Green value is 255 (100% from 255 or 46.03% from 554); Blue value is 128 (50.39% from 255 or 23.10% from 554); Max value from RGB is 255 - color contains mainly: green. Hex color #ABFF80 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ABFF80 is #54007F. Grayscale: #D7D7D7. Windows color (decimal): -5505152 or 8454059. OLE color: 8454059.
HSL color Cylindrical-coordinate representation of color #ABFF80: hue angle of 99.69º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #ABFF80 is Cyan = 0.33, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.
Color convert
| RGB | 171 | 255 | 128 | - |
| CMYK | 0.33 | 0 | 0.50 | 0 |
| HSL | 99.69º | 1% | 0.75% | - |
| HSV(B) | 99.69º | 0.5% | 1% | - |
| XYZ | 56.45 | 81.74 | 33.22 | - |
| YUV | 215.41 | 78.67 | 96.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 255 | 128 | 0.33 | 0 | 0.50 | 0 | 99.69 | 1 | 0.75 |
| Hex | AB | FF | 80 | 21 | 0 | 32 | 0 | 64 | 64 | 4B |
| Octal | 253 | 377 | 200 | 41 | 0 | 62 | 0 | 144 | 144 | 113 |
| Binary | 10101011 | 11111111 | 10000000 | 100001 | 0 | 110010 | 0 | 1100100 | 1100100 | 1001011 |
Color Harmonies of #ABFF80
Complementary color
Monochromatic Colors of #ABFF80
Black with #ABFF80
Text Example
Text Example
White with #ABFF80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABFF80; }
p { color: rgb(171,255,128); }
H1.HeaderClassName
{
color: #ABFF80;
}
.AnyTagClassName
{
color: #ABFF80;
}
</style>
background-color css
<style>
a { background-color: #ABFF80; }
a { background-color: rgb(171,255,128); }
div.DivClassName
{
background-color: #ABFF80;
}
.BgClassName
{
background-color: #ABFF80;
}
</style>
border-color css
<style>
span { border-color: #ABFF80; }
span { border-color: rgb(171,255,128); }
td.TdClassName
{
border-color: #ABFF80;
}
.TagClassName
{
border-color: #ABFF80;
}
</style>