Shades of Feijoa #A6F47D
Tints of Feijoa #A6F47D
RGB
CMYK
RGB Variations
Color information
#A6F47D (or 0xA6F47D) is known color: Feijoa. HEX triplet: A6, F4 and 7D. RGB value is (166,244,125). Sum of RGB (Red+Green+Blue) = 166+244+125=535 (70% of max value = 765). Red value is 166 (65.23% from 255 or 31.03% from 535); Green value is 244 (95.70% from 255 or 45.61% from 535); Blue value is 125 (49.22% from 255 or 23.36% from 535); Max value from RGB is 244 - color contains mainly: green. Hex color #A6F47D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A6F47D is #590B82. Grayscale: #CFCFCF. Windows color (decimal): -5835651 or 8254630. OLE color: 8254630.
HSL color Cylindrical-coordinate representation of color #A6F47D: hue angle of 99.33º 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 #A6F47D is Cyan = 0.32, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 166 | 244 | 125 | - |
| CMYK | 0.32 | 0 | 0.49 | 0.04 |
| HSL | 99.33º | 0.84% | 0.72% | - |
| HSV(B) | 99.33º | 0.49% | 0.96% | - |
| XYZ | 51.78 | 74.29 | 31.01 | - |
| YUV | 207.11 | 81.66 | 98.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 244 | 125 | 0.32 | 0 | 0.49 | 0.04 | 99.33 | 0.84 | 0.72 |
| Hex | A6 | F4 | 7D | 20 | 0 | 31 | 4 | 63 | 54 | 48 |
| Octal | 246 | 364 | 175 | 40 | 0 | 61 | 4 | 143 | 124 | 110 |
| Binary | 10100110 | 11110100 | 1111101 | 100000 | 0 | 110001 | 100 | 1100011 | 1010100 | 1001000 |
Color Harmonies of #A6F47D
Complementary color
Monochromatic Colors of #A6F47D
Black with #A6F47D
Text Example
Text Example
White with #A6F47D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6F47D; }
p { color: rgb(166,244,125); }
H1.HeaderClassName
{
color: #A6F47D;
}
.AnyTagClassName
{
color: #A6F47D;
}
</style>
background-color css
<style>
a { background-color: #A6F47D; }
a { background-color: rgb(166,244,125); }
div.DivClassName
{
background-color: #A6F47D;
}
.BgClassName
{
background-color: #A6F47D;
}
</style>
border-color css
<style>
span { border-color: #A6F47D; }
span { border-color: rgb(166,244,125); }
td.TdClassName
{
border-color: #A6F47D;
}
.TagClassName
{
border-color: #A6F47D;
}
</style>