Shades of Feijoa #A8FA80
Tints of Feijoa #A8FA80
RGB
CMYK
RGB Variations
Color information
#A8FA80 (or 0xA8FA80) is known color: Feijoa. HEX triplet: A8, FA and 80. RGB value is (168,250,128). Sum of RGB (Red+Green+Blue) = 168+250+128=546 (72% of max value = 765). Red value is 168 (66.02% from 255 or 30.77% from 546); Green value is 250 (98.05% from 255 or 45.79% from 546); Blue value is 128 (50.39% from 255 or 23.44% from 546); Max value from RGB is 250 - color contains mainly: green. Hex color #A8FA80 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A8FA80 is #57057F. Grayscale: #D3D3D3. Windows color (decimal): -5703040 or 8452776. OLE color: 8452776.
HSL color Cylindrical-coordinate representation of color #A8FA80: hue angle of 100.33º degrees, saturation: 0.92, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A8FA80 is Cyan = 0.33, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 168 | 250 | 128 | - |
| CMYK | 0.33 | 0 | 0.49 | 0.02 |
| HSL | 100.33º | 0.92% | 0.74% | - |
| HSV(B) | 100.33º | 0.49% | 0.98% | - |
| XYZ | 54.23 | 78.25 | 32.67 | - |
| YUV | 211.57 | 80.83 | 96.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 250 | 128 | 0.33 | 0 | 0.49 | 0.02 | 100.33 | 0.92 | 0.74 |
| Hex | A8 | FA | 80 | 21 | 0 | 31 | 2 | 64 | 5C | 4A |
| Octal | 250 | 372 | 200 | 41 | 0 | 61 | 2 | 144 | 134 | 112 |
| Binary | 10101000 | 11111010 | 10000000 | 100001 | 0 | 110001 | 10 | 1100100 | 1011100 | 1001010 |
Color Harmonies of #A8FA80
Complementary color
Monochromatic Colors of #A8FA80
Black with #A8FA80
Text Example
Text Example
White with #A8FA80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8FA80; }
p { color: rgb(168,250,128); }
H1.HeaderClassName
{
color: #A8FA80;
}
.AnyTagClassName
{
color: #A8FA80;
}
</style>
background-color css
<style>
a { background-color: #A8FA80; }
a { background-color: rgb(168,250,128); }
div.DivClassName
{
background-color: #A8FA80;
}
.BgClassName
{
background-color: #A8FA80;
}
</style>
border-color css
<style>
span { border-color: #A8FA80; }
span { border-color: rgb(168,250,128); }
td.TdClassName
{
border-color: #A8FA80;
}
.TagClassName
{
border-color: #A8FA80;
}
</style>