Shades of Feijoa #A6F47B
Tints of Feijoa #A6F47B
RGB
CMYK
RGB Variations
Color information
#A6F47B (or 0xA6F47B) is known color: Feijoa. HEX triplet: A6, F4 and 7B. RGB value is (166,244,123). Sum of RGB (Red+Green+Blue) = 166+244+123=533 (70% of max value = 765). Red value is 166 (65.23% from 255 or 31.14% from 533); Green value is 244 (95.70% from 255 or 45.78% from 533); Blue value is 123 (48.44% from 255 or 23.08% from 533); Max value from RGB is 244 - color contains mainly: green. Hex color #A6F47B is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A6F47B is #590B84. Grayscale: #CFCFCF. Windows color (decimal): -5835653 or 8123558. OLE color: 8123558.
HSL color Cylindrical-coordinate representation of color #A6F47B: hue angle of 98.68º 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 #A6F47B is Cyan = 0.32, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 166 | 244 | 123 | - |
| CMYK | 0.32 | 0 | 0.50 | 0.04 |
| HSL | 98.68º | 0.85% | 0.72% | - |
| HSV(B) | 98.68º | 0.5% | 0.96% | - |
| XYZ | 51.65 | 74.24 | 30.35 | - |
| YUV | 206.88 | 80.66 | 98.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 244 | 123 | 0.32 | 0 | 0.50 | 0.04 | 98.68 | 0.85 | 0.72 |
| Hex | A6 | F4 | 7B | 20 | 0 | 32 | 4 | 63 | 55 | 48 |
| Octal | 246 | 364 | 173 | 40 | 0 | 62 | 4 | 143 | 125 | 110 |
| Binary | 10100110 | 11110100 | 1111011 | 100000 | 0 | 110010 | 100 | 1100011 | 1010101 | 1001000 |
Color Harmonies of #A6F47B
Complementary color
Monochromatic Colors of #A6F47B
Black with #A6F47B
Text Example
Text Example
White with #A6F47B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6F47B; }
p { color: rgb(166,244,123); }
H1.HeaderClassName
{
color: #A6F47B;
}
.AnyTagClassName
{
color: #A6F47B;
}
</style>
background-color css
<style>
a { background-color: #A6F47B; }
a { background-color: rgb(166,244,123); }
div.DivClassName
{
background-color: #A6F47B;
}
.BgClassName
{
background-color: #A6F47B;
}
</style>
border-color css
<style>
span { border-color: #A6F47B; }
span { border-color: rgb(166,244,123); }
td.TdClassName
{
border-color: #A6F47B;
}
.TagClassName
{
border-color: #A6F47B;
}
</style>