Shades of Feijoa #ABF373
Tints of Feijoa #ABF373
RGB
CMYK
RGB Variations
Color information
#ABF373 (or 0xABF373) is known color: Feijoa. HEX triplet: AB, F3 and 73. RGB value is (171,243,115). Sum of RGB (Red+Green+Blue) = 171+243+115=529 (70% of max value = 765). Red value is 171 (67.19% from 255 or 32.33% from 529); Green value is 243 (95.31% from 255 or 45.94% from 529); Blue value is 115 (45.31% from 255 or 21.74% from 529); Max value from RGB is 243 - color contains mainly: green. Hex color #ABF373 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ABF373 is #540C8C. Grayscale: #CFCFCF. Windows color (decimal): -5508237 or 7599019. OLE color: 7599019.
HSL color Cylindrical-coordinate representation of color #ABF373: hue angle of 93.75º degrees, saturation: 0.84, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #ABF373 is Cyan = 0.30, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 171 | 243 | 115 | - |
| CMYK | 0.30 | 0 | 0.53 | 0.05 |
| HSL | 93.75º | 0.84% | 0.7% | - |
| HSV(B) | 93.75º | 0.53% | 0.95% | - |
| XYZ | 51.94 | 74 | 27.76 | - |
| YUV | 206.88 | 76.15 | 102.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 243 | 115 | 0.30 | 0 | 0.53 | 0.05 | 93.75 | 0.84 | 0.7 |
| Hex | AB | F3 | 73 | 1E | 0 | 35 | 5 | 5E | 54 | 46 |
| Octal | 253 | 363 | 163 | 36 | 0 | 65 | 5 | 136 | 124 | 106 |
| Binary | 10101011 | 11110011 | 1110011 | 11110 | 0 | 110101 | 101 | 1011110 | 1010100 | 1000110 |
Color Harmonies of #ABF373
Complementary color
Monochromatic Colors of #ABF373
Black with #ABF373
Text Example
Text Example
White with #ABF373
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABF373; }
p { color: rgb(171,243,115); }
H1.HeaderClassName
{
color: #ABF373;
}
.AnyTagClassName
{
color: #ABF373;
}
</style>
background-color css
<style>
a { background-color: #ABF373; }
a { background-color: rgb(171,243,115); }
div.DivClassName
{
background-color: #ABF373;
}
.BgClassName
{
background-color: #ABF373;
}
</style>
border-color css
<style>
span { border-color: #ABF373; }
span { border-color: rgb(171,243,115); }
td.TdClassName
{
border-color: #ABF373;
}
.TagClassName
{
border-color: #ABF373;
}
</style>