Shades of Feijoa #A8F080
Tints of Feijoa #A8F080
RGB
CMYK
RGB Variations
Color information
#A8F080 (or 0xA8F080) is known color: Feijoa. HEX triplet: A8, F0 and 80. RGB value is (168,240,128). Sum of RGB (Red+Green+Blue) = 168+240+128=536 (70% of max value = 765). Red value is 168 (66.02% from 255 or 31.34% from 536); Green value is 240 (94.14% from 255 or 44.78% from 536); Blue value is 128 (50.39% from 255 or 23.88% from 536); Max value from RGB is 240 - color contains mainly: green. Hex color #A8F080 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A8F080 is #570F7F. Grayscale: #CECECE. Windows color (decimal): -5705600 or 8450216. OLE color: 8450216.
HSL color Cylindrical-coordinate representation of color #A8F080: hue angle of 98.57º degrees, saturation: 0.79, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A8F080 is Cyan = 0.3, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 168 | 240 | 128 | - |
| CMYK | 0.3 | 0 | 0.47 | 0.06 |
| HSL | 98.57º | 0.79% | 0.72% | - |
| HSV(B) | 98.57º | 0.47% | 0.94% | - |
| XYZ | 51.2 | 72.2 | 31.66 | - |
| YUV | 205.7 | 84.15 | 101.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 240 | 128 | 0.3 | 0 | 0.47 | 0.06 | 98.57 | 0.79 | 0.72 |
| Hex | A8 | F0 | 80 | 1E | 0 | 2F | 6 | 63 | 4F | 48 |
| Octal | 250 | 360 | 200 | 36 | 0 | 57 | 6 | 143 | 117 | 110 |
| Binary | 10101000 | 11110000 | 10000000 | 11110 | 0 | 101111 | 110 | 1100011 | 1001111 | 1001000 |
Color Harmonies of #A8F080
Complementary color
Monochromatic Colors of #A8F080
Black with #A8F080
Text Example
Text Example
White with #A8F080
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8F080; }
p { color: rgb(168,240,128); }
H1.HeaderClassName
{
color: #A8F080;
}
.AnyTagClassName
{
color: #A8F080;
}
</style>
background-color css
<style>
a { background-color: #A8F080; }
a { background-color: rgb(168,240,128); }
div.DivClassName
{
background-color: #A8F080;
}
.BgClassName
{
background-color: #A8F080;
}
</style>
border-color css
<style>
span { border-color: #A8F080; }
span { border-color: rgb(168,240,128); }
td.TdClassName
{
border-color: #A8F080;
}
.TagClassName
{
border-color: #A8F080;
}
</style>