Shades of Feijoa #ABFC80
Tints of Feijoa #ABFC80
RGB
CMYK
RGB Variations
Color information
#ABFC80 (or 0xABFC80) is known color: Feijoa. HEX triplet: AB, FC and 80. RGB value is (171,252,128). Sum of RGB (Red+Green+Blue) = 171+252+128=551 (72% of max value = 765). Red value is 171 (67.19% from 255 or 31.03% from 551); Green value is 252 (98.83% from 255 or 45.74% from 551); Blue value is 128 (50.39% from 255 or 23.23% from 551); Max value from RGB is 252 - color contains mainly: green. Hex color #ABFC80 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ABFC80 is #54037F. Grayscale: #D6D6D6. Windows color (decimal): -5505920 or 8453291. OLE color: 8453291.
HSL color Cylindrical-coordinate representation of color #ABFC80: hue angle of 99.19º degrees, saturation: 0.95, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #ABFC80 is Cyan = 0.32, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 171 | 252 | 128 | - |
| CMYK | 0.32 | 0 | 0.49 | 0.01 |
| HSL | 99.19º | 0.95% | 0.75% | - |
| HSV(B) | 99.19º | 0.49% | 0.99% | - |
| XYZ | 55.5 | 79.84 | 32.91 | - |
| YUV | 213.65 | 79.66 | 97.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 252 | 128 | 0.32 | 0 | 0.49 | 0.01 | 99.19 | 0.95 | 0.75 |
| Hex | AB | FC | 80 | 20 | 0 | 31 | 1 | 63 | 5F | 4B |
| Octal | 253 | 374 | 200 | 40 | 0 | 61 | 1 | 143 | 137 | 113 |
| Binary | 10101011 | 11111100 | 10000000 | 100000 | 0 | 110001 | 1 | 1100011 | 1011111 | 1001011 |
Color Harmonies of #ABFC80
Complementary color
Monochromatic Colors of #ABFC80
Black with #ABFC80
Text Example
Text Example
White with #ABFC80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABFC80; }
p { color: rgb(171,252,128); }
H1.HeaderClassName
{
color: #ABFC80;
}
.AnyTagClassName
{
color: #ABFC80;
}
</style>
background-color css
<style>
a { background-color: #ABFC80; }
a { background-color: rgb(171,252,128); }
div.DivClassName
{
background-color: #ABFC80;
}
.BgClassName
{
background-color: #ABFC80;
}
</style>
border-color css
<style>
span { border-color: #ABFC80; }
span { border-color: rgb(171,252,128); }
td.TdClassName
{
border-color: #ABFC80;
}
.TagClassName
{
border-color: #ABFC80;
}
</style>