Shades of Feijoa #A8F57D
Tints of Feijoa #A8F57D
RGB
CMYK
RGB Variations
Color information
#A8F57D (or 0xA8F57D) is known color: Feijoa. HEX triplet: A8, F5 and 7D. RGB value is (168,245,125). Sum of RGB (Red+Green+Blue) = 168+245+125=538 (71% of max value = 765). Red value is 168 (66.02% from 255 or 31.23% from 538); Green value is 245 (96.09% from 255 or 45.54% from 538); Blue value is 125 (49.22% from 255 or 23.23% from 538); Max value from RGB is 245 - color contains mainly: green. Hex color #A8F57D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A8F57D is #570A82. Grayscale: #D0D0D0. Windows color (decimal): -5704323 or 8254888. OLE color: 8254888.
HSL color Cylindrical-coordinate representation of color #A8F57D: hue angle of 98.5º degrees, saturation: 0.86, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A8F57D is Cyan = 0.31, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 168 | 245 | 125 | - |
| CMYK | 0.31 | 0 | 0.49 | 0.04 |
| HSL | 98.5º | 0.86% | 0.73% | - |
| HSV(B) | 98.5º | 0.49% | 0.96% | - |
| XYZ | 52.5 | 75.11 | 31.13 | - |
| YUV | 208.3 | 80.99 | 99.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 245 | 125 | 0.31 | 0 | 0.49 | 0.04 | 98.5 | 0.86 | 0.73 |
| Hex | A8 | F5 | 7D | 1F | 0 | 31 | 4 | 62 | 56 | 49 |
| Octal | 250 | 365 | 175 | 37 | 0 | 61 | 4 | 142 | 126 | 111 |
| Binary | 10101000 | 11110101 | 1111101 | 11111 | 0 | 110001 | 100 | 1100010 | 1010110 | 1001001 |
Color Harmonies of #A8F57D
Complementary color
Monochromatic Colors of #A8F57D
Black with #A8F57D
Text Example
Text Example
White with #A8F57D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8F57D; }
p { color: rgb(168,245,125); }
H1.HeaderClassName
{
color: #A8F57D;
}
.AnyTagClassName
{
color: #A8F57D;
}
</style>
background-color css
<style>
a { background-color: #A8F57D; }
a { background-color: rgb(168,245,125); }
div.DivClassName
{
background-color: #A8F57D;
}
.BgClassName
{
background-color: #A8F57D;
}
</style>
border-color css
<style>
span { border-color: #A8F57D; }
span { border-color: rgb(168,245,125); }
td.TdClassName
{
border-color: #A8F57D;
}
.TagClassName
{
border-color: #A8F57D;
}
</style>