Shades of Feijoa #A6F67B
Tints of Feijoa #A6F67B
RGB
CMYK
RGB Variations
Color information
#A6F67B (or 0xA6F67B) is known color: Feijoa. HEX triplet: A6, F6 and 7B. RGB value is (166,246,123). Sum of RGB (Red+Green+Blue) = 166+246+123=535 (70% of max value = 765). Red value is 166 (65.23% from 255 or 31.03% from 535); Green value is 246 (96.48% from 255 or 45.98% from 535); Blue value is 123 (48.44% from 255 or 22.99% from 535); Max value from RGB is 246 - color contains mainly: green. Hex color #A6F67B is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A6F67B is #590984. Grayscale: #D0D0D0. Windows color (decimal): -5835141 or 8124070. OLE color: 8124070.
HSL color Cylindrical-coordinate representation of color #A6F67B: hue angle of 99.02º degrees, saturation: 0.87, 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 #A6F67B is Cyan = 0.33, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 166 | 246 | 123 | - |
| CMYK | 0.33 | 0 | 0.50 | 0.04 |
| HSL | 99.02º | 0.87% | 0.72% | - |
| HSV(B) | 99.02º | 0.5% | 0.96% | - |
| XYZ | 52.26 | 75.45 | 30.55 | - |
| YUV | 208.06 | 80 | 98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 246 | 123 | 0.33 | 0 | 0.50 | 0.04 | 99.02 | 0.87 | 0.72 |
| Hex | A6 | F6 | 7B | 21 | 0 | 32 | 4 | 63 | 57 | 48 |
| Octal | 246 | 366 | 173 | 41 | 0 | 62 | 4 | 143 | 127 | 110 |
| Binary | 10100110 | 11110110 | 1111011 | 100001 | 0 | 110010 | 100 | 1100011 | 1010111 | 1001000 |
Color Harmonies of #A6F67B
Complementary color
Monochromatic Colors of #A6F67B
Black with #A6F67B
Text Example
Text Example
White with #A6F67B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6F67B; }
p { color: rgb(166,246,123); }
H1.HeaderClassName
{
color: #A6F67B;
}
.AnyTagClassName
{
color: #A6F67B;
}
</style>
background-color css
<style>
a { background-color: #A6F67B; }
a { background-color: rgb(166,246,123); }
div.DivClassName
{
background-color: #A6F67B;
}
.BgClassName
{
background-color: #A6F67B;
}
</style>
border-color css
<style>
span { border-color: #A6F67B; }
span { border-color: rgb(166,246,123); }
td.TdClassName
{
border-color: #A6F67B;
}
.TagClassName
{
border-color: #A6F67B;
}
</style>