Shades of Feijoa #ABFC7A
Tints of Feijoa #ABFC7A
RGB
CMYK
RGB Variations
Color information
#ABFC7A (or 0xABFC7A) is known color: Feijoa. HEX triplet: AB, FC and 7A. RGB value is (171,252,122). Sum of RGB (Red+Green+Blue) = 171+252+122=545 (72% of max value = 765). Red value is 171 (67.19% from 255 or 31.38% from 545); Green value is 252 (98.83% from 255 or 46.24% from 545); Blue value is 122 (48.05% from 255 or 22.39% from 545); Max value from RGB is 252 - color contains mainly: green. Hex color #ABFC7A is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ABFC7A is #540385. Grayscale: #D5D5D5. Windows color (decimal): -5505926 or 8060075. OLE color: 8060075.
HSL color Cylindrical-coordinate representation of color #ABFC7A: hue angle of 97.38º degrees, saturation: 0.96, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #ABFC7A is Cyan = 0.32, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 171 | 252 | 122 | - |
| CMYK | 0.32 | 0 | 0.52 | 0.01 |
| HSL | 97.38º | 0.96% | 0.73% | - |
| HSV(B) | 97.38º | 0.52% | 0.99% | - |
| XYZ | 55.12 | 79.68 | 30.89 | - |
| YUV | 212.96 | 76.66 | 98.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 252 | 122 | 0.32 | 0 | 0.52 | 0.01 | 97.38 | 0.96 | 0.73 |
| Hex | AB | FC | 7A | 20 | 0 | 34 | 1 | 61 | 60 | 49 |
| Octal | 253 | 374 | 172 | 40 | 0 | 64 | 1 | 141 | 140 | 111 |
| Binary | 10101011 | 11111100 | 1111010 | 100000 | 0 | 110100 | 1 | 1100001 | 1100000 | 1001001 |
Color Harmonies of #ABFC7A
Complementary color
Monochromatic Colors of #ABFC7A
Black with #ABFC7A
Text Example
Text Example
White with #ABFC7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABFC7A; }
p { color: rgb(171,252,122); }
H1.HeaderClassName
{
color: #ABFC7A;
}
.AnyTagClassName
{
color: #ABFC7A;
}
</style>
background-color css
<style>
a { background-color: #ABFC7A; }
a { background-color: rgb(171,252,122); }
div.DivClassName
{
background-color: #ABFC7A;
}
.BgClassName
{
background-color: #ABFC7A;
}
</style>
border-color css
<style>
span { border-color: #ABFC7A; }
span { border-color: rgb(171,252,122); }
td.TdClassName
{
border-color: #ABFC7A;
}
.TagClassName
{
border-color: #ABFC7A;
}
</style>