Shades of Feijoa #A8FE73
Tints of Feijoa #A8FE73
RGB
CMYK
RGB Variations
Color information
#A8FE73 (or 0xA8FE73) is known color: Feijoa. HEX triplet: A8, FE and 73. RGB value is (168,254,115). Sum of RGB (Red+Green+Blue) = 168+254+115=537 (71% of max value = 765). Red value is 168 (66.02% from 255 or 31.28% from 537); Green value is 254 (99.61% from 255 or 47.30% from 537); Blue value is 115 (45.31% from 255 or 21.42% from 537); Max value from RGB is 254 - color contains mainly: green. Hex color #A8FE73 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A8FE73 is #57018C. Grayscale: #D4D4D4. Windows color (decimal): -5702029 or 7601832. OLE color: 7601832.
HSL color Cylindrical-coordinate representation of color #A8FE73: hue angle of 97.12º degrees, saturation: 0.99, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A8FE73 is Cyan = 0.34, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 168 | 254 | 115 | - |
| CMYK | 0.34 | 0 | 0.55 | 0.00 |
| HSL | 97.12º | 0.99% | 0.72% | - |
| HSV(B) | 97.12º | 0.55% | 1% | - |
| XYZ | 54.68 | 80.45 | 28.87 | - |
| YUV | 212.44 | 73.01 | 96.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 254 | 115 | 0.34 | 0 | 0.55 | 0.00 | 97.12 | 0.99 | 0.72 |
| Hex | A8 | FE | 73 | 22 | 0 | 37 | 0 | 61 | 63 | 48 |
| Octal | 250 | 376 | 163 | 42 | 0 | 67 | 0 | 141 | 143 | 110 |
| Binary | 10101000 | 11111110 | 1110011 | 100010 | 0 | 110111 | 0 | 1100001 | 1100011 | 1001000 |
Color Harmonies of #A8FE73
Complementary color
Monochromatic Colors of #A8FE73
Black with #A8FE73
Text Example
Text Example
White with #A8FE73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8FE73; }
p { color: rgb(168,254,115); }
H1.HeaderClassName
{
color: #A8FE73;
}
.AnyTagClassName
{
color: #A8FE73;
}
</style>
background-color css
<style>
a { background-color: #A8FE73; }
a { background-color: rgb(168,254,115); }
div.DivClassName
{
background-color: #A8FE73;
}
.BgClassName
{
background-color: #A8FE73;
}
</style>
border-color css
<style>
span { border-color: #A8FE73; }
span { border-color: rgb(168,254,115); }
td.TdClassName
{
border-color: #A8FE73;
}
.TagClassName
{
border-color: #A8FE73;
}
</style>