Shades of Feijoa #A0D66C
Tints of Feijoa #A0D66C
RGB
CMYK
RGB Variations
Color information
#A0D66C (or 0xA0D66C) is known color: Feijoa. HEX triplet: A0, D6 and 6C. RGB value is (160,214,108). Sum of RGB (Red+Green+Blue) = 160+214+108=482 (63% of max value = 765). Red value is 160 (62.89% from 255 or 33.20% from 482); Green value is 214 (83.98% from 255 or 44.40% from 482); Blue value is 108 (42.58% from 255 or 22.41% from 482); Max value from RGB is 214 - color contains mainly: green. Hex color #A0D66C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0D66C is #5F2993. Grayscale: #BABABA. Windows color (decimal): -6236564 or 7132832. OLE color: 7132832.
HSL color Cylindrical-coordinate representation of color #A0D66C: hue angle of 90.57º degrees, saturation: 0.56, 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 #A0D66C is Cyan = 0.25, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 160 | 214 | 108 | - |
| CMYK | 0.25 | 0 | 0.50 | 0.16 |
| HSL | 90.57º | 0.56% | 0.63% | - |
| HSV(B) | 90.57º | 0.5% | 0.84% | - |
| XYZ | 41.25 | 56.65 | 22.95 | - |
| YUV | 185.77 | 84.11 | 109.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 214 | 108 | 0.25 | 0 | 0.50 | 0.16 | 90.57 | 0.56 | 0.63 |
| Hex | A0 | D6 | 6C | 19 | 0 | 32 | 10 | 5B | 38 | 3F |
| Octal | 240 | 326 | 154 | 31 | 0 | 62 | 20 | 133 | 70 | 77 |
| Binary | 10100000 | 11010110 | 1101100 | 11001 | 0 | 110010 | 10000 | 1011011 | 111000 | 111111 |
Color Harmonies of #A0D66C
Complementary color
Monochromatic Colors of #A0D66C
Black with #A0D66C
Text Example
Text Example
White with #A0D66C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0D66C; }
p { color: rgb(160,214,108); }
H1.HeaderClassName
{
color: #A0D66C;
}
.AnyTagClassName
{
color: #A0D66C;
}
</style>
background-color css
<style>
a { background-color: #A0D66C; }
a { background-color: rgb(160,214,108); }
div.DivClassName
{
background-color: #A0D66C;
}
.BgClassName
{
background-color: #A0D66C;
}
</style>
border-color css
<style>
span { border-color: #A0D66C; }
span { border-color: rgb(160,214,108); }
td.TdClassName
{
border-color: #A0D66C;
}
.TagClassName
{
border-color: #A0D66C;
}
</style>