Shades of Feijoa #A8FC6E
Tints of Feijoa #A8FC6E
RGB
CMYK
RGB Variations
Color information
#A8FC6E (or 0xA8FC6E) is known color: Feijoa. HEX triplet: A8, FC and 6E. RGB value is (168,252,110). Sum of RGB (Red+Green+Blue) = 168+252+110=530 (70% of max value = 765). Red value is 168 (66.02% from 255 or 31.70% from 530); Green value is 252 (98.83% from 255 or 47.55% from 530); Blue value is 110 (43.36% from 255 or 20.75% from 530); Max value from RGB is 252 - color contains mainly: green. Hex color #A8FC6E is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A8FC6E is #570391. Grayscale: #D3D3D3. Windows color (decimal): -5702546 or 7273640. OLE color: 7273640.
HSL color Cylindrical-coordinate representation of color #A8FC6E: hue angle of 95.49º degrees, saturation: 0.96, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A8FC6E is Cyan = 0.33, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 168 | 252 | 110 | - |
| CMYK | 0.33 | 0 | 0.56 | 0.01 |
| HSL | 95.49º | 0.96% | 0.71% | - |
| HSV(B) | 95.49º | 0.56% | 0.99% | - |
| XYZ | 53.77 | 79.07 | 27.18 | - |
| YUV | 210.7 | 71.17 | 97.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 252 | 110 | 0.33 | 0 | 0.56 | 0.01 | 95.49 | 0.96 | 0.71 |
| Hex | A8 | FC | 6E | 21 | 0 | 38 | 1 | 5F | 60 | 47 |
| Octal | 250 | 374 | 156 | 41 | 0 | 70 | 1 | 137 | 140 | 107 |
| Binary | 10101000 | 11111100 | 1101110 | 100001 | 0 | 111000 | 1 | 1011111 | 1100000 | 1000111 |
Color Harmonies of #A8FC6E
Complementary color
Monochromatic Colors of #A8FC6E
Black with #A8FC6E
Text Example
Text Example
White with #A8FC6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8FC6E; }
p { color: rgb(168,252,110); }
H1.HeaderClassName
{
color: #A8FC6E;
}
.AnyTagClassName
{
color: #A8FC6E;
}
</style>
background-color css
<style>
a { background-color: #A8FC6E; }
a { background-color: rgb(168,252,110); }
div.DivClassName
{
background-color: #A8FC6E;
}
.BgClassName
{
background-color: #A8FC6E;
}
</style>
border-color css
<style>
span { border-color: #A8FC6E; }
span { border-color: rgb(168,252,110); }
td.TdClassName
{
border-color: #A8FC6E;
}
.TagClassName
{
border-color: #A8FC6E;
}
</style>