Shades of Feijoa #A8F47D
Tints of Feijoa #A8F47D
RGB
CMYK
RGB Variations
Color information
#A8F47D (or 0xA8F47D) is known color: Feijoa. HEX triplet: A8, F4 and 7D. RGB value is (168,244,125). Sum of RGB (Red+Green+Blue) = 168+244+125=537 (71% of max value = 765). Red value is 168 (66.02% from 255 or 31.28% from 537); Green value is 244 (95.70% from 255 or 45.44% from 537); Blue value is 125 (49.22% from 255 or 23.28% from 537); Max value from RGB is 244 - color contains mainly: green. Hex color #A8F47D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A8F47D is #570B82. Grayscale: #D0D0D0. Windows color (decimal): -5704579 or 8254632. OLE color: 8254632.
HSL color Cylindrical-coordinate representation of color #A8F47D: hue angle of 98.32º degrees, saturation: 0.84, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A8F47D is Cyan = 0.31, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 168 | 244 | 125 | - |
| CMYK | 0.31 | 0 | 0.49 | 0.04 |
| HSL | 98.32º | 0.84% | 0.72% | - |
| HSV(B) | 98.32º | 0.49% | 0.96% | - |
| XYZ | 52.2 | 74.51 | 31.03 | - |
| YUV | 207.71 | 81.32 | 99.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 244 | 125 | 0.31 | 0 | 0.49 | 0.04 | 98.32 | 0.84 | 0.72 |
| Hex | A8 | F4 | 7D | 1F | 0 | 31 | 4 | 62 | 54 | 48 |
| Octal | 250 | 364 | 175 | 37 | 0 | 61 | 4 | 142 | 124 | 110 |
| Binary | 10101000 | 11110100 | 1111101 | 11111 | 0 | 110001 | 100 | 1100010 | 1010100 | 1001000 |
Color Harmonies of #A8F47D
Complementary color
Monochromatic Colors of #A8F47D
Black with #A8F47D
Text Example
Text Example
White with #A8F47D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8F47D; }
p { color: rgb(168,244,125); }
H1.HeaderClassName
{
color: #A8F47D;
}
.AnyTagClassName
{
color: #A8F47D;
}
</style>
background-color css
<style>
a { background-color: #A8F47D; }
a { background-color: rgb(168,244,125); }
div.DivClassName
{
background-color: #A8F47D;
}
.BgClassName
{
background-color: #A8F47D;
}
</style>
border-color css
<style>
span { border-color: #A8F47D; }
span { border-color: rgb(168,244,125); }
td.TdClassName
{
border-color: #A8F47D;
}
.TagClassName
{
border-color: #A8F47D;
}
</style>