Shades of Feijoa #A8F079
Tints of Feijoa #A8F079
RGB
CMYK
RGB Variations
Color information
#A8F079 (or 0xA8F079) is known color: Feijoa. HEX triplet: A8, F0 and 79. RGB value is (168,240,121). Sum of RGB (Red+Green+Blue) = 168+240+121=529 (70% of max value = 765). Red value is 168 (66.02% from 255 or 31.76% from 529); Green value is 240 (94.14% from 255 or 45.37% from 529); Blue value is 121 (47.66% from 255 or 22.87% from 529); Max value from RGB is 240 - color contains mainly: green. Hex color #A8F079 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A8F079 is #570F86. Grayscale: #CDCDCD. Windows color (decimal): -5705607 or 7991464. OLE color: 7991464.
HSL color Cylindrical-coordinate representation of color #A8F079: hue angle of 96.3º degrees, saturation: 0.8, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A8F079 is Cyan = 0.3, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 168 | 240 | 121 | - |
| CMYK | 0.3 | 0 | 0.50 | 0.06 |
| HSL | 96.3º | 0.8% | 0.71% | - |
| HSV(B) | 96.3º | 0.5% | 0.94% | - |
| XYZ | 50.76 | 72.03 | 29.32 | - |
| YUV | 204.91 | 80.65 | 101.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 240 | 121 | 0.3 | 0 | 0.50 | 0.06 | 96.3 | 0.8 | 0.71 |
| Hex | A8 | F0 | 79 | 1E | 0 | 32 | 6 | 60 | 50 | 47 |
| Octal | 250 | 360 | 171 | 36 | 0 | 62 | 6 | 140 | 120 | 107 |
| Binary | 10101000 | 11110000 | 1111001 | 11110 | 0 | 110010 | 110 | 1100000 | 1010000 | 1000111 |
Color Harmonies of #A8F079
Complementary color
Monochromatic Colors of #A8F079
Black with #A8F079
Text Example
Text Example
White with #A8F079
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8F079; }
p { color: rgb(168,240,121); }
H1.HeaderClassName
{
color: #A8F079;
}
.AnyTagClassName
{
color: #A8F079;
}
</style>
background-color css
<style>
a { background-color: #A8F079; }
a { background-color: rgb(168,240,121); }
div.DivClassName
{
background-color: #A8F079;
}
.BgClassName
{
background-color: #A8F079;
}
</style>
border-color css
<style>
span { border-color: #A8F079; }
span { border-color: rgb(168,240,121); }
td.TdClassName
{
border-color: #A8F079;
}
.TagClassName
{
border-color: #A8F079;
}
</style>