Shades of Feijoa #A6F87B
Tints of Feijoa #A6F87B
RGB
CMYK
RGB Variations
Color information
#A6F87B (or 0xA6F87B) is known color: Feijoa. HEX triplet: A6, F8 and 7B. RGB value is (166,248,123). Sum of RGB (Red+Green+Blue) = 166+248+123=537 (71% of max value = 765). Red value is 166 (65.23% from 255 or 30.91% from 537); Green value is 248 (97.27% from 255 or 46.18% from 537); Blue value is 123 (48.44% from 255 or 22.91% from 537); Max value from RGB is 248 - color contains mainly: green. Hex color #A6F87B is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A6F87B is #590784. Grayscale: #D1D1D1. Windows color (decimal): -5834629 or 8124582. OLE color: 8124582.
HSL color Cylindrical-coordinate representation of color #A6F87B: hue angle of 99.36º degrees, saturation: 0.9, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A6F87B is Cyan = 0.33, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 166 | 248 | 123 | - |
| CMYK | 0.33 | 0 | 0.50 | 0.03 |
| HSL | 99.36º | 0.9% | 0.73% | - |
| HSV(B) | 99.36º | 0.5% | 0.97% | - |
| XYZ | 52.87 | 76.67 | 30.75 | - |
| YUV | 209.23 | 79.33 | 97.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 248 | 123 | 0.33 | 0 | 0.50 | 0.03 | 99.36 | 0.9 | 0.73 |
| Hex | A6 | F8 | 7B | 21 | 0 | 32 | 3 | 63 | 5A | 49 |
| Octal | 246 | 370 | 173 | 41 | 0 | 62 | 3 | 143 | 132 | 111 |
| Binary | 10100110 | 11111000 | 1111011 | 100001 | 0 | 110010 | 11 | 1100011 | 1011010 | 1001001 |
Color Harmonies of #A6F87B
Complementary color
Monochromatic Colors of #A6F87B
Black with #A6F87B
Text Example
Text Example
White with #A6F87B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6F87B; }
p { color: rgb(166,248,123); }
H1.HeaderClassName
{
color: #A6F87B;
}
.AnyTagClassName
{
color: #A6F87B;
}
</style>
background-color css
<style>
a { background-color: #A6F87B; }
a { background-color: rgb(166,248,123); }
div.DivClassName
{
background-color: #A6F87B;
}
.BgClassName
{
background-color: #A6F87B;
}
</style>
border-color css
<style>
span { border-color: #A6F87B; }
span { border-color: rgb(166,248,123); }
td.TdClassName
{
border-color: #A6F87B;
}
.TagClassName
{
border-color: #A6F87B;
}
</style>