Shades of Feijoa #A8FB73
Tints of Feijoa #A8FB73
RGB
CMYK
RGB Variations
Color information
#A8FB73 (or 0xA8FB73) is known color: Feijoa. HEX triplet: A8, FB and 73. RGB value is (168,251,115). Sum of RGB (Red+Green+Blue) = 168+251+115=534 (70% of max value = 765). Red value is 168 (66.02% from 255 or 31.46% from 534); Green value is 251 (98.44% from 255 or 47.00% from 534); Blue value is 115 (45.31% from 255 or 21.54% from 534); Max value from RGB is 251 - color contains mainly: green. Hex color #A8FB73 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A8FB73 is #57048C. Grayscale: #D3D3D3. Windows color (decimal): -5702797 or 7601064. OLE color: 7601064.
HSL color Cylindrical-coordinate representation of color #A8FB73: hue angle of 96.62º degrees, saturation: 0.94, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A8FB73 is Cyan = 0.33, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 168 | 251 | 115 | - |
| CMYK | 0.33 | 0 | 0.54 | 0.02 |
| HSL | 96.62º | 0.94% | 0.72% | - |
| HSV(B) | 96.62º | 0.54% | 0.98% | - |
| XYZ | 53.74 | 78.56 | 28.55 | - |
| YUV | 210.68 | 74 | 97.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 251 | 115 | 0.33 | 0 | 0.54 | 0.02 | 96.62 | 0.94 | 0.72 |
| Hex | A8 | FB | 73 | 21 | 0 | 36 | 2 | 61 | 5E | 48 |
| Octal | 250 | 373 | 163 | 41 | 0 | 66 | 2 | 141 | 136 | 110 |
| Binary | 10101000 | 11111011 | 1110011 | 100001 | 0 | 110110 | 10 | 1100001 | 1011110 | 1001000 |
Color Harmonies of #A8FB73
Complementary color
Monochromatic Colors of #A8FB73
Black with #A8FB73
Text Example
Text Example
White with #A8FB73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8FB73; }
p { color: rgb(168,251,115); }
H1.HeaderClassName
{
color: #A8FB73;
}
.AnyTagClassName
{
color: #A8FB73;
}
</style>
background-color css
<style>
a { background-color: #A8FB73; }
a { background-color: rgb(168,251,115); }
div.DivClassName
{
background-color: #A8FB73;
}
.BgClassName
{
background-color: #A8FB73;
}
</style>
border-color css
<style>
span { border-color: #A8FB73; }
span { border-color: rgb(168,251,115); }
td.TdClassName
{
border-color: #A8FB73;
}
.TagClassName
{
border-color: #A8FB73;
}
</style>