Shades of Feijoa #ABFC7C
Tints of Feijoa #ABFC7C
RGB
CMYK
RGB Variations
Color information
#ABFC7C (or 0xABFC7C) is known color: Feijoa. HEX triplet: AB, FC and 7C. RGB value is (171,252,124). Sum of RGB (Red+Green+Blue) = 171+252+124=547 (72% of max value = 765). Red value is 171 (67.19% from 255 or 31.26% from 547); Green value is 252 (98.83% from 255 or 46.07% from 547); Blue value is 124 (48.83% from 255 or 22.67% from 547); Max value from RGB is 252 - color contains mainly: green. Hex color #ABFC7C is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ABFC7C is #540383. Grayscale: #D5D5D5. Windows color (decimal): -5505924 or 8191147. OLE color: 8191147.
HSL color Cylindrical-coordinate representation of color #ABFC7C: hue angle of 97.97º degrees, saturation: 0.96, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #ABFC7C is Cyan = 0.32, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 171 | 252 | 124 | - |
| CMYK | 0.32 | 0 | 0.51 | 0.01 |
| HSL | 97.97º | 0.96% | 0.74% | - |
| HSV(B) | 97.97º | 0.51% | 0.99% | - |
| XYZ | 55.24 | 79.73 | 31.55 | - |
| YUV | 213.19 | 77.66 | 97.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 252 | 124 | 0.32 | 0 | 0.51 | 0.01 | 97.97 | 0.96 | 0.74 |
| Hex | AB | FC | 7C | 20 | 0 | 33 | 1 | 62 | 60 | 4A |
| Octal | 253 | 374 | 174 | 40 | 0 | 63 | 1 | 142 | 140 | 112 |
| Binary | 10101011 | 11111100 | 1111100 | 100000 | 0 | 110011 | 1 | 1100010 | 1100000 | 1001010 |
Color Harmonies of #ABFC7C
Complementary color
Monochromatic Colors of #ABFC7C
Black with #ABFC7C
Text Example
Text Example
White with #ABFC7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABFC7C; }
p { color: rgb(171,252,124); }
H1.HeaderClassName
{
color: #ABFC7C;
}
.AnyTagClassName
{
color: #ABFC7C;
}
</style>
background-color css
<style>
a { background-color: #ABFC7C; }
a { background-color: rgb(171,252,124); }
div.DivClassName
{
background-color: #ABFC7C;
}
.BgClassName
{
background-color: #ABFC7C;
}
</style>
border-color css
<style>
span { border-color: #ABFC7C; }
span { border-color: rgb(171,252,124); }
td.TdClassName
{
border-color: #ABFC7C;
}
.TagClassName
{
border-color: #ABFC7C;
}
</style>