Shades of Feijoa #ABFB7A
Tints of Feijoa #ABFB7A
RGB
CMYK
RGB Variations
Color information
#ABFB7A (or 0xABFB7A) is known color: Feijoa. HEX triplet: AB, FB and 7A. RGB value is (171,251,122). Sum of RGB (Red+Green+Blue) = 171+251+122=544 (72% of max value = 765). Red value is 171 (67.19% from 255 or 31.43% from 544); Green value is 251 (98.44% from 255 or 46.14% from 544); Blue value is 122 (48.05% from 255 or 22.43% from 544); Max value from RGB is 251 - color contains mainly: green. Hex color #ABFB7A is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ABFB7A is #540485. Grayscale: #D4D4D4. Windows color (decimal): -5506182 or 8059819. OLE color: 8059819.
HSL color Cylindrical-coordinate representation of color #ABFB7A: hue angle of 97.21º degrees, saturation: 0.94, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #ABFB7A is Cyan = 0.32, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 171 | 251 | 122 | - |
| CMYK | 0.32 | 0 | 0.51 | 0.02 |
| HSL | 97.21º | 0.94% | 0.73% | - |
| HSV(B) | 97.21º | 0.51% | 0.98% | - |
| XYZ | 54.8 | 79.06 | 30.78 | - |
| YUV | 212.37 | 77 | 98.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 251 | 122 | 0.32 | 0 | 0.51 | 0.02 | 97.21 | 0.94 | 0.73 |
| Hex | AB | FB | 7A | 20 | 0 | 33 | 2 | 61 | 5E | 49 |
| Octal | 253 | 373 | 172 | 40 | 0 | 63 | 2 | 141 | 136 | 111 |
| Binary | 10101011 | 11111011 | 1111010 | 100000 | 0 | 110011 | 10 | 1100001 | 1011110 | 1001001 |
Color Harmonies of #ABFB7A
Complementary color
Monochromatic Colors of #ABFB7A
Black with #ABFB7A
Text Example
Text Example
White with #ABFB7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABFB7A; }
p { color: rgb(171,251,122); }
H1.HeaderClassName
{
color: #ABFB7A;
}
.AnyTagClassName
{
color: #ABFB7A;
}
</style>
background-color css
<style>
a { background-color: #ABFB7A; }
a { background-color: rgb(171,251,122); }
div.DivClassName
{
background-color: #ABFB7A;
}
.BgClassName
{
background-color: #ABFB7A;
}
</style>
border-color css
<style>
span { border-color: #ABFB7A; }
span { border-color: rgb(171,251,122); }
td.TdClassName
{
border-color: #ABFB7A;
}
.TagClassName
{
border-color: #ABFB7A;
}
</style>