Shades of Feijoa #A8F57F
Tints of Feijoa #A8F57F
RGB
CMYK
RGB Variations
Color information
#A8F57F (or 0xA8F57F) is known color: Feijoa. HEX triplet: A8, F5 and 7F. RGB value is (168,245,127). Sum of RGB (Red+Green+Blue) = 168+245+127=540 (71% of max value = 765). Red value is 168 (66.02% from 255 or 31.11% from 540); Green value is 245 (96.09% from 255 or 45.37% from 540); Blue value is 127 (50% from 255 or 23.52% from 540); Max value from RGB is 245 - color contains mainly: green. Hex color #A8F57F is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A8F57F is #570A80. Grayscale: #D0D0D0. Windows color (decimal): -5704321 or 8385960. OLE color: 8385960.
HSL color Cylindrical-coordinate representation of color #A8F57F: hue angle of 99.15º degrees, saturation: 0.86, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A8F57F is Cyan = 0.31, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 168 | 245 | 127 | - |
| CMYK | 0.31 | 0 | 0.48 | 0.04 |
| HSL | 99.15º | 0.86% | 0.73% | - |
| HSV(B) | 99.15º | 0.48% | 0.96% | - |
| XYZ | 52.63 | 75.16 | 31.81 | - |
| YUV | 208.53 | 81.99 | 99.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 245 | 127 | 0.31 | 0 | 0.48 | 0.04 | 99.15 | 0.86 | 0.73 |
| Hex | A8 | F5 | 7F | 1F | 0 | 30 | 4 | 63 | 56 | 49 |
| Octal | 250 | 365 | 177 | 37 | 0 | 60 | 4 | 143 | 126 | 111 |
| Binary | 10101000 | 11110101 | 1111111 | 11111 | 0 | 110000 | 100 | 1100011 | 1010110 | 1001001 |
Color Harmonies of #A8F57F
Complementary color
Monochromatic Colors of #A8F57F
Black with #A8F57F
Text Example
Text Example
White with #A8F57F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8F57F; }
p { color: rgb(168,245,127); }
H1.HeaderClassName
{
color: #A8F57F;
}
.AnyTagClassName
{
color: #A8F57F;
}
</style>
background-color css
<style>
a { background-color: #A8F57F; }
a { background-color: rgb(168,245,127); }
div.DivClassName
{
background-color: #A8F57F;
}
.BgClassName
{
background-color: #A8F57F;
}
</style>
border-color css
<style>
span { border-color: #A8F57F; }
span { border-color: rgb(168,245,127); }
td.TdClassName
{
border-color: #A8F57F;
}
.TagClassName
{
border-color: #A8F57F;
}
</style>