Shades of Feijoa #A8FC78
Tints of Feijoa #A8FC78
RGB
CMYK
RGB Variations
Color information
#A8FC78 (or 0xA8FC78) is known color: Feijoa. HEX triplet: A8, FC and 78. RGB value is (168,252,120). Sum of RGB (Red+Green+Blue) = 168+252+120=540 (71% of max value = 765). Red value is 168 (66.02% from 255 or 31.11% from 540); Green value is 252 (98.83% from 255 or 46.67% from 540); Blue value is 120 (47.27% from 255 or 22.22% from 540); Max value from RGB is 252 - color contains mainly: green. Hex color #A8FC78 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A8FC78 is #570387. Grayscale: #D4D4D4. Windows color (decimal): -5702536 or 7929000. OLE color: 7929000.
HSL color Cylindrical-coordinate representation of color #A8FC78: hue angle of 98.18º degrees, saturation: 0.96, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A8FC78 is Cyan = 0.33, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 168 | 252 | 120 | - |
| CMYK | 0.33 | 0 | 0.52 | 0.01 |
| HSL | 98.18º | 0.96% | 0.73% | - |
| HSV(B) | 98.18º | 0.52% | 0.99% | - |
| XYZ | 54.35 | 79.3 | 30.21 | - |
| YUV | 211.84 | 76.17 | 96.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 252 | 120 | 0.33 | 0 | 0.52 | 0.01 | 98.18 | 0.96 | 0.73 |
| Hex | A8 | FC | 78 | 21 | 0 | 34 | 1 | 62 | 60 | 49 |
| Octal | 250 | 374 | 170 | 41 | 0 | 64 | 1 | 142 | 140 | 111 |
| Binary | 10101000 | 11111100 | 1111000 | 100001 | 0 | 110100 | 1 | 1100010 | 1100000 | 1001001 |
Color Harmonies of #A8FC78
Complementary color
Monochromatic Colors of #A8FC78
Black with #A8FC78
Text Example
Text Example
White with #A8FC78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8FC78; }
p { color: rgb(168,252,120); }
H1.HeaderClassName
{
color: #A8FC78;
}
.AnyTagClassName
{
color: #A8FC78;
}
</style>
background-color css
<style>
a { background-color: #A8FC78; }
a { background-color: rgb(168,252,120); }
div.DivClassName
{
background-color: #A8FC78;
}
.BgClassName
{
background-color: #A8FC78;
}
</style>
border-color css
<style>
span { border-color: #A8FC78; }
span { border-color: rgb(168,252,120); }
td.TdClassName
{
border-color: #A8FC78;
}
.TagClassName
{
border-color: #A8FC78;
}
</style>