Shades of Feijoa #ABFC76
Tints of Feijoa #ABFC76
RGB
CMYK
RGB Variations
Color information
#ABFC76 (or 0xABFC76) is known color: Feijoa. HEX triplet: AB, FC and 76. RGB value is (171,252,118). Sum of RGB (Red+Green+Blue) = 171+252+118=541 (71% of max value = 765). Red value is 171 (67.19% from 255 or 31.61% from 541); Green value is 252 (98.83% from 255 or 46.58% from 541); Blue value is 118 (46.48% from 255 or 21.81% from 541); Max value from RGB is 252 - color contains mainly: green. Hex color #ABFC76 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ABFC76 is #540389. Grayscale: #D4D4D4. Windows color (decimal): -5505930 or 7797931. OLE color: 7797931.
HSL color Cylindrical-coordinate representation of color #ABFC76: hue angle of 96.27º degrees, saturation: 0.96, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #ABFC76 is Cyan = 0.32, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 171 | 252 | 118 | - |
| CMYK | 0.32 | 0 | 0.53 | 0.01 |
| HSL | 96.27º | 0.96% | 0.73% | - |
| HSV(B) | 96.27º | 0.53% | 0.99% | - |
| XYZ | 54.88 | 79.59 | 29.61 | - |
| YUV | 212.51 | 74.66 | 98.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 252 | 118 | 0.32 | 0 | 0.53 | 0.01 | 96.27 | 0.96 | 0.73 |
| Hex | AB | FC | 76 | 20 | 0 | 35 | 1 | 60 | 60 | 49 |
| Octal | 253 | 374 | 166 | 40 | 0 | 65 | 1 | 140 | 140 | 111 |
| Binary | 10101011 | 11111100 | 1110110 | 100000 | 0 | 110101 | 1 | 1100000 | 1100000 | 1001001 |
Color Harmonies of #ABFC76
Complementary color
Monochromatic Colors of #ABFC76
Black with #ABFC76
Text Example
Text Example
White with #ABFC76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABFC76; }
p { color: rgb(171,252,118); }
H1.HeaderClassName
{
color: #ABFC76;
}
.AnyTagClassName
{
color: #ABFC76;
}
</style>
background-color css
<style>
a { background-color: #ABFC76; }
a { background-color: rgb(171,252,118); }
div.DivClassName
{
background-color: #ABFC76;
}
.BgClassName
{
background-color: #ABFC76;
}
</style>
border-color css
<style>
span { border-color: #ABFC76; }
span { border-color: rgb(171,252,118); }
td.TdClassName
{
border-color: #ABFC76;
}
.TagClassName
{
border-color: #ABFC76;
}
</style>