Shades of Feijoa #A8F56F
Tints of Feijoa #A8F56F
RGB
CMYK
RGB Variations
Color information
#A8F56F (or 0xA8F56F) is known color: Feijoa. HEX triplet: A8, F5 and 6F. RGB value is (168,245,111). Sum of RGB (Red+Green+Blue) = 168+245+111=524 (69% of max value = 765). Red value is 168 (66.02% from 255 or 32.06% from 524); Green value is 245 (96.09% from 255 or 46.76% from 524); Blue value is 111 (43.75% from 255 or 21.18% from 524); Max value from RGB is 245 - color contains mainly: green. Hex color #A8F56F is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A8F56F is #570A90. Grayscale: #CFCFCF. Windows color (decimal): -5704337 or 7337384. OLE color: 7337384.
HSL color Cylindrical-coordinate representation of color #A8F56F: hue angle of 94.48º degrees, saturation: 0.87, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A8F56F is Cyan = 0.31, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 168 | 245 | 111 | - |
| CMYK | 0.31 | 0 | 0.55 | 0.04 |
| HSL | 94.48º | 0.87% | 0.7% | - |
| HSV(B) | 94.48º | 0.55% | 0.96% | - |
| XYZ | 51.67 | 74.78 | 26.75 | - |
| YUV | 206.7 | 73.99 | 100.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 245 | 111 | 0.31 | 0 | 0.55 | 0.04 | 94.48 | 0.87 | 0.7 |
| Hex | A8 | F5 | 6F | 1F | 0 | 37 | 4 | 5E | 57 | 46 |
| Octal | 250 | 365 | 157 | 37 | 0 | 67 | 4 | 136 | 127 | 106 |
| Binary | 10101000 | 11110101 | 1101111 | 11111 | 0 | 110111 | 100 | 1011110 | 1010111 | 1000110 |
Color Harmonies of #A8F56F
Complementary color
Monochromatic Colors of #A8F56F
Black with #A8F56F
Text Example
Text Example
White with #A8F56F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8F56F; }
p { color: rgb(168,245,111); }
H1.HeaderClassName
{
color: #A8F56F;
}
.AnyTagClassName
{
color: #A8F56F;
}
</style>
background-color css
<style>
a { background-color: #A8F56F; }
a { background-color: rgb(168,245,111); }
div.DivClassName
{
background-color: #A8F56F;
}
.BgClassName
{
background-color: #A8F56F;
}
</style>
border-color css
<style>
span { border-color: #A8F56F; }
span { border-color: rgb(168,245,111); }
td.TdClassName
{
border-color: #A8F56F;
}
.TagClassName
{
border-color: #A8F56F;
}
</style>