Shades of Feijoa #A0D76B
Tints of Feijoa #A0D76B
RGB
CMYK
RGB Variations
Color information
#A0D76B (or 0xA0D76B) is known color: Feijoa. HEX triplet: A0, D7 and 6B. RGB value is (160,215,107). Sum of RGB (Red+Green+Blue) = 160+215+107=482 (63% of max value = 765). Red value is 160 (62.89% from 255 or 33.20% from 482); Green value is 215 (84.38% from 255 or 44.61% from 482); Blue value is 107 (42.19% from 255 or 22.20% from 482); Max value from RGB is 215 - color contains mainly: green. Hex color #A0D76B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0D76B is #5F2894. Grayscale: #BABABA. Windows color (decimal): -6236309 or 7067552. OLE color: 7067552.
HSL color Cylindrical-coordinate representation of color #A0D76B: hue angle of 90.56º degrees, saturation: 0.57, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A0D76B is Cyan = 0.26, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 160 | 215 | 107 | - |
| CMYK | 0.26 | 0 | 0.50 | 0.16 |
| HSL | 90.56º | 0.57% | 0.63% | - |
| HSV(B) | 90.56º | 0.5% | 0.84% | - |
| XYZ | 41.45 | 57.14 | 22.75 | - |
| YUV | 186.24 | 83.28 | 109.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 215 | 107 | 0.26 | 0 | 0.50 | 0.16 | 90.56 | 0.57 | 0.63 |
| Hex | A0 | D7 | 6B | 1A | 0 | 32 | 10 | 5B | 39 | 3F |
| Octal | 240 | 327 | 153 | 32 | 0 | 62 | 20 | 133 | 71 | 77 |
| Binary | 10100000 | 11010111 | 1101011 | 11010 | 0 | 110010 | 10000 | 1011011 | 111001 | 111111 |
Color Harmonies of #A0D76B
Complementary color
Monochromatic Colors of #A0D76B
Black with #A0D76B
Text Example
Text Example
White with #A0D76B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0D76B; }
p { color: rgb(160,215,107); }
H1.HeaderClassName
{
color: #A0D76B;
}
.AnyTagClassName
{
color: #A0D76B;
}
</style>
background-color css
<style>
a { background-color: #A0D76B; }
a { background-color: rgb(160,215,107); }
div.DivClassName
{
background-color: #A0D76B;
}
.BgClassName
{
background-color: #A0D76B;
}
</style>
border-color css
<style>
span { border-color: #A0D76B; }
span { border-color: rgb(160,215,107); }
td.TdClassName
{
border-color: #A0D76B;
}
.TagClassName
{
border-color: #A0D76B;
}
</style>