Shades of Feijoa #A6E38B
Tints of Feijoa #A6E38B
RGB
CMYK
RGB Variations
Color information
#A6E38B (or 0xA6E38B) is known color: Feijoa. HEX triplet: A6, E3 and 8B. RGB value is (166,227,139). Sum of RGB (Red+Green+Blue) = 166+227+139=532 (70% of max value = 765). Red value is 166 (65.23% from 255 or 31.20% from 532); Green value is 227 (89.06% from 255 or 42.67% from 532); Blue value is 139 (54.69% from 255 or 26.13% from 532); Max value from RGB is 227 - color contains mainly: green. Hex color #A6E38B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6E38B is #591C74. Grayscale: #C7C7C7. Windows color (decimal): -5839989 or 9167782. OLE color: 9167782.
HSL color Cylindrical-coordinate representation of color #A6E38B: hue angle of 101.59º degrees, saturation: 0.61, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A6E38B is Cyan = 0.27, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 166 | 227 | 139 | - |
| CMYK | 0.27 | 0 | 0.39 | 0.11 |
| HSL | 101.59º | 0.61% | 0.72% | - |
| HSV(B) | 101.59º | 0.39% | 0.89% | - |
| XYZ | 47.86 | 64.91 | 34.43 | - |
| YUV | 198.73 | 94.29 | 104.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 227 | 139 | 0.27 | 0 | 0.39 | 0.11 | 101.59 | 0.61 | 0.72 |
| Hex | A6 | E3 | 8B | 1B | 0 | 27 | B | 66 | 3D | 48 |
| Octal | 246 | 343 | 213 | 33 | 0 | 47 | 13 | 146 | 75 | 110 |
| Binary | 10100110 | 11100011 | 10001011 | 11011 | 0 | 100111 | 1011 | 1100110 | 111101 | 1001000 |
Color Harmonies of #A6E38B
Complementary color
Monochromatic Colors of #A6E38B
Black with #A6E38B
Text Example
Text Example
White with #A6E38B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6E38B; }
p { color: rgb(166,227,139); }
H1.HeaderClassName
{
color: #A6E38B;
}
.AnyTagClassName
{
color: #A6E38B;
}
</style>
background-color css
<style>
a { background-color: #A6E38B; }
a { background-color: rgb(166,227,139); }
div.DivClassName
{
background-color: #A6E38B;
}
.BgClassName
{
background-color: #A6E38B;
}
</style>
border-color css
<style>
span { border-color: #A6E38B; }
span { border-color: rgb(166,227,139); }
td.TdClassName
{
border-color: #A6E38B;
}
.TagClassName
{
border-color: #A6E38B;
}
</style>