Shades of Feijoa #A8FF78
Tints of Feijoa #A8FF78
RGB
CMYK
RGB Variations
Color information
#A8FF78 (or 0xA8FF78) is known color: Feijoa. HEX triplet: A8, FF and 78. RGB value is (168,255,120). Sum of RGB (Red+Green+Blue) = 168+255+120=543 (71% of max value = 765). Red value is 168 (66.02% from 255 or 30.94% from 543); Green value is 255 (100% from 255 or 46.96% from 543); Blue value is 120 (47.27% from 255 or 22.10% from 543); Max value from RGB is 255 - color contains mainly: green. Hex color #A8FF78 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A8FF78 is #570087. Grayscale: #D6D6D6. Windows color (decimal): -5701768 or 7929768. OLE color: 7929768.
HSL color Cylindrical-coordinate representation of color #A8FF78: hue angle of 98.67º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A8FF78 is Cyan = 0.34, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.
Color convert
| RGB | 168 | 255 | 120 | - |
| CMYK | 0.34 | 0 | 0.53 | 0 |
| HSL | 98.67º | 1% | 0.74% | - |
| HSV(B) | 98.67º | 0.53% | 1% | - |
| XYZ | 55.3 | 81.2 | 30.53 | - |
| YUV | 213.6 | 75.18 | 95.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 255 | 120 | 0.34 | 0 | 0.53 | 0 | 98.67 | 1 | 0.74 |
| Hex | A8 | FF | 78 | 22 | 0 | 35 | 0 | 63 | 64 | 4A |
| Octal | 250 | 377 | 170 | 42 | 0 | 65 | 0 | 143 | 144 | 112 |
| Binary | 10101000 | 11111111 | 1111000 | 100010 | 0 | 110101 | 0 | 1100011 | 1100100 | 1001010 |
Color Harmonies of #A8FF78
Complementary color
Monochromatic Colors of #A8FF78
Black with #A8FF78
Text Example
Text Example
White with #A8FF78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8FF78; }
p { color: rgb(168,255,120); }
H1.HeaderClassName
{
color: #A8FF78;
}
.AnyTagClassName
{
color: #A8FF78;
}
</style>
background-color css
<style>
a { background-color: #A8FF78; }
a { background-color: rgb(168,255,120); }
div.DivClassName
{
background-color: #A8FF78;
}
.BgClassName
{
background-color: #A8FF78;
}
</style>
border-color css
<style>
span { border-color: #A8FF78; }
span { border-color: rgb(168,255,120); }
td.TdClassName
{
border-color: #A8FF78;
}
.TagClassName
{
border-color: #A8FF78;
}
</style>