Shades of Feijoa #A8F06D
Tints of Feijoa #A8F06D
RGB
CMYK
RGB Variations
Color information
#A8F06D (or 0xA8F06D) is known color: Feijoa. HEX triplet: A8, F0 and 6D. RGB value is (168,240,109). Sum of RGB (Red+Green+Blue) = 168+240+109=517 (68% of max value = 765). Red value is 168 (66.02% from 255 or 32.50% from 517); Green value is 240 (94.14% from 255 or 46.42% from 517); Blue value is 109 (42.97% from 255 or 21.08% from 517); Max value from RGB is 240 - color contains mainly: green. Hex color #A8F06D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A8F06D is #570F92. Grayscale: #CBCBCB. Windows color (decimal): -5705619 or 7205032. OLE color: 7205032.
HSL color Cylindrical-coordinate representation of color #A8F06D: hue angle of 92.98º degrees, saturation: 0.81, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A8F06D is Cyan = 0.3, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 168 | 240 | 109 | - |
| CMYK | 0.3 | 0 | 0.55 | 0.06 |
| HSL | 92.98º | 0.81% | 0.68% | - |
| HSV(B) | 92.98º | 0.55% | 0.94% | - |
| XYZ | 50.07 | 71.75 | 25.68 | - |
| YUV | 203.54 | 74.65 | 102.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 240 | 109 | 0.3 | 0 | 0.55 | 0.06 | 92.98 | 0.81 | 0.68 |
| Hex | A8 | F0 | 6D | 1E | 0 | 37 | 6 | 5D | 51 | 44 |
| Octal | 250 | 360 | 155 | 36 | 0 | 67 | 6 | 135 | 121 | 104 |
| Binary | 10101000 | 11110000 | 1101101 | 11110 | 0 | 110111 | 110 | 1011101 | 1010001 | 1000100 |
Color Harmonies of #A8F06D
Complementary color
Monochromatic Colors of #A8F06D
Black with #A8F06D
Text Example
Text Example
White with #A8F06D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8F06D; }
p { color: rgb(168,240,109); }
H1.HeaderClassName
{
color: #A8F06D;
}
.AnyTagClassName
{
color: #A8F06D;
}
</style>
background-color css
<style>
a { background-color: #A8F06D; }
a { background-color: rgb(168,240,109); }
div.DivClassName
{
background-color: #A8F06D;
}
.BgClassName
{
background-color: #A8F06D;
}
</style>
border-color css
<style>
span { border-color: #A8F06D; }
span { border-color: rgb(168,240,109); }
td.TdClassName
{
border-color: #A8F06D;
}
.TagClassName
{
border-color: #A8F06D;
}
</style>