Shades of Feijoa #A0D66D
Tints of Feijoa #A0D66D
RGB
CMYK
RGB Variations
Color information
#A0D66D (or 0xA0D66D) is known color: Feijoa. HEX triplet: A0, D6 and 6D. RGB value is (160,214,109). Sum of RGB (Red+Green+Blue) = 160+214+109=483 (63% of max value = 765). Red value is 160 (62.89% from 255 or 33.13% from 483); Green value is 214 (83.98% from 255 or 44.31% from 483); Blue value is 109 (42.97% from 255 or 22.57% from 483); Max value from RGB is 214 - color contains mainly: green. Hex color #A0D66D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0D66D is #5F2992. Grayscale: #BABABA. Windows color (decimal): -6236563 or 7198368. OLE color: 7198368.
HSL color Cylindrical-coordinate representation of color #A0D66D: hue angle of 90.86º degrees, saturation: 0.56, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A0D66D is Cyan = 0.25, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 160 | 214 | 109 | - |
| CMYK | 0.25 | 0 | 0.49 | 0.16 |
| HSL | 90.86º | 0.56% | 0.63% | - |
| HSV(B) | 90.86º | 0.49% | 0.84% | - |
| XYZ | 41.3 | 56.67 | 23.23 | - |
| YUV | 185.88 | 84.61 | 109.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 214 | 109 | 0.25 | 0 | 0.49 | 0.16 | 90.86 | 0.56 | 0.63 |
| Hex | A0 | D6 | 6D | 19 | 0 | 31 | 10 | 5B | 38 | 3F |
| Octal | 240 | 326 | 155 | 31 | 0 | 61 | 20 | 133 | 70 | 77 |
| Binary | 10100000 | 11010110 | 1101101 | 11001 | 0 | 110001 | 10000 | 1011011 | 111000 | 111111 |
Color Harmonies of #A0D66D
Complementary color
Monochromatic Colors of #A0D66D
Black with #A0D66D
Text Example
Text Example
White with #A0D66D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0D66D; }
p { color: rgb(160,214,109); }
H1.HeaderClassName
{
color: #A0D66D;
}
.AnyTagClassName
{
color: #A0D66D;
}
</style>
background-color css
<style>
a { background-color: #A0D66D; }
a { background-color: rgb(160,214,109); }
div.DivClassName
{
background-color: #A0D66D;
}
.BgClassName
{
background-color: #A0D66D;
}
</style>
border-color css
<style>
span { border-color: #A0D66D; }
span { border-color: rgb(160,214,109); }
td.TdClassName
{
border-color: #A0D66D;
}
.TagClassName
{
border-color: #A0D66D;
}
</style>