Shades of Feijoa #ABFC7F
Tints of Feijoa #ABFC7F
RGB
CMYK
RGB Variations
Color information
#ABFC7F (or 0xABFC7F) is known color: Feijoa. HEX triplet: AB, FC and 7F. RGB value is (171,252,127). Sum of RGB (Red+Green+Blue) = 171+252+127=550 (72% of max value = 765). Red value is 171 (67.19% from 255 or 31.09% from 550); Green value is 252 (98.83% from 255 or 45.82% from 550); Blue value is 127 (50% from 255 or 23.09% from 550); Max value from RGB is 252 - color contains mainly: green. Hex color #ABFC7F is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ABFC7F is #540380. Grayscale: #D5D5D5. Windows color (decimal): -5505921 or 8387755. OLE color: 8387755.
HSL color Cylindrical-coordinate representation of color #ABFC7F: hue angle of 98.88º degrees, saturation: 0.95, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #ABFC7F is Cyan = 0.32, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 171 | 252 | 127 | - |
| CMYK | 0.32 | 0 | 0.50 | 0.01 |
| HSL | 98.88º | 0.95% | 0.74% | - |
| HSV(B) | 98.88º | 0.5% | 0.99% | - |
| XYZ | 55.44 | 79.81 | 32.56 | - |
| YUV | 213.53 | 79.16 | 97.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 252 | 127 | 0.32 | 0 | 0.50 | 0.01 | 98.88 | 0.95 | 0.74 |
| Hex | AB | FC | 7F | 20 | 0 | 32 | 1 | 63 | 5F | 4A |
| Octal | 253 | 374 | 177 | 40 | 0 | 62 | 1 | 143 | 137 | 112 |
| Binary | 10101011 | 11111100 | 1111111 | 100000 | 0 | 110010 | 1 | 1100011 | 1011111 | 1001010 |
Color Harmonies of #ABFC7F
Complementary color
Monochromatic Colors of #ABFC7F
Black with #ABFC7F
Text Example
Text Example
White with #ABFC7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABFC7F; }
p { color: rgb(171,252,127); }
H1.HeaderClassName
{
color: #ABFC7F;
}
.AnyTagClassName
{
color: #ABFC7F;
}
</style>
background-color css
<style>
a { background-color: #ABFC7F; }
a { background-color: rgb(171,252,127); }
div.DivClassName
{
background-color: #ABFC7F;
}
.BgClassName
{
background-color: #ABFC7F;
}
</style>
border-color css
<style>
span { border-color: #ABFC7F; }
span { border-color: rgb(171,252,127); }
td.TdClassName
{
border-color: #ABFC7F;
}
.TagClassName
{
border-color: #ABFC7F;
}
</style>