Shades of Feijoa #A6D37B
Tints of Feijoa #A6D37B
RGB
CMYK
RGB Variations
Color information
#A6D37B (or 0xA6D37B) is known color: Feijoa. HEX triplet: A6, D3 and 7B. RGB value is (166,211,123). Sum of RGB (Red+Green+Blue) = 166+211+123=500 (66% of max value = 765). Red value is 166 (65.23% from 255 or 33.2% from 500); Green value is 211 (82.81% from 255 or 42.2% from 500); Blue value is 123 (48.44% from 255 or 24.6% from 500); Max value from RGB is 211 - color contains mainly: green. Hex color #A6D37B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A6D37B is #592C84. Grayscale: #BBBBBB. Windows color (decimal): -5844101 or 8115110. OLE color: 8115110.
HSL color Cylindrical-coordinate representation of color #A6D37B: hue angle of 90.68º degrees, saturation: 0.5, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A6D37B is Cyan = 0.21, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 166 | 211 | 123 | - |
| CMYK | 0.21 | 0 | 0.42 | 0.17 |
| HSL | 90.68º | 0.5% | 0.65% | - |
| HSV(B) | 90.68º | 0.42% | 0.83% | - |
| XYZ | 42.6 | 56.13 | 27.33 | - |
| YUV | 187.51 | 91.59 | 112.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 211 | 123 | 0.21 | 0 | 0.42 | 0.17 | 90.68 | 0.5 | 0.65 |
| Hex | A6 | D3 | 7B | 15 | 0 | 2A | 11 | 5B | 32 | 41 |
| Octal | 246 | 323 | 173 | 25 | 0 | 52 | 21 | 133 | 62 | 101 |
| Binary | 10100110 | 11010011 | 1111011 | 10101 | 0 | 101010 | 10001 | 1011011 | 110010 | 1000001 |
Color Harmonies of #A6D37B
Complementary color
Monochromatic Colors of #A6D37B
Black with #A6D37B
Text Example
Text Example
White with #A6D37B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6D37B; }
p { color: rgb(166,211,123); }
H1.HeaderClassName
{
color: #A6D37B;
}
.AnyTagClassName
{
color: #A6D37B;
}
</style>
background-color css
<style>
a { background-color: #A6D37B; }
a { background-color: rgb(166,211,123); }
div.DivClassName
{
background-color: #A6D37B;
}
.BgClassName
{
background-color: #A6D37B;
}
</style>
border-color css
<style>
span { border-color: #A6D37B; }
span { border-color: rgb(166,211,123); }
td.TdClassName
{
border-color: #A6D37B;
}
.TagClassName
{
border-color: #A6D37B;
}
</style>