Shades of Feijoa #A6F47A
Tints of Feijoa #A6F47A
RGB
CMYK
RGB Variations
Color information
#A6F47A (or 0xA6F47A) is known color: Feijoa. HEX triplet: A6, F4 and 7A. RGB value is (166,244,122). Sum of RGB (Red+Green+Blue) = 166+244+122=532 (70% of max value = 765). Red value is 166 (65.23% from 255 or 31.20% from 532); Green value is 244 (95.70% from 255 or 45.86% from 532); Blue value is 122 (48.05% from 255 or 22.93% from 532); Max value from RGB is 244 - color contains mainly: green. Hex color #A6F47A is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A6F47A is #590B85. Grayscale: #CFCFCF. Windows color (decimal): -5835654 or 8058022. OLE color: 8058022.
HSL color Cylindrical-coordinate representation of color #A6F47A: hue angle of 98.36º degrees, saturation: 0.85, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A6F47A is Cyan = 0.32, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 166 | 244 | 122 | - |
| CMYK | 0.32 | 0 | 0.5 | 0.04 |
| HSL | 98.36º | 0.85% | 0.72% | - |
| HSV(B) | 98.36º | 0.5% | 0.96% | - |
| XYZ | 51.59 | 74.21 | 30.02 | - |
| YUV | 206.77 | 80.16 | 98.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 244 | 122 | 0.32 | 0 | 0.5 | 0.04 | 98.36 | 0.85 | 0.72 |
| Hex | A6 | F4 | 7A | 20 | 0 | 32 | 4 | 62 | 55 | 48 |
| Octal | 246 | 364 | 172 | 40 | 0 | 62 | 4 | 142 | 125 | 110 |
| Binary | 10100110 | 11110100 | 1111010 | 100000 | 0 | 110010 | 100 | 1100010 | 1010101 | 1001000 |
Color Harmonies of #A6F47A
Complementary color
Monochromatic Colors of #A6F47A
Black with #A6F47A
Text Example
Text Example
White with #A6F47A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6F47A; }
p { color: rgb(166,244,122); }
H1.HeaderClassName
{
color: #A6F47A;
}
.AnyTagClassName
{
color: #A6F47A;
}
</style>
background-color css
<style>
a { background-color: #A6F47A; }
a { background-color: rgb(166,244,122); }
div.DivClassName
{
background-color: #A6F47A;
}
.BgClassName
{
background-color: #A6F47A;
}
</style>
border-color css
<style>
span { border-color: #A6F47A; }
span { border-color: rgb(166,244,122); }
td.TdClassName
{
border-color: #A6F47A;
}
.TagClassName
{
border-color: #A6F47A;
}
</style>