Shades of Feijoa #A0D07A
Tints of Feijoa #A0D07A
RGB
CMYK
RGB Variations
Color information
#A0D07A (or 0xA0D07A) is known color: Feijoa. HEX triplet: A0, D0 and 7A. RGB value is (160,208,122). Sum of RGB (Red+Green+Blue) = 160+208+122=490 (64% of max value = 765). Red value is 160 (62.89% from 255 or 32.65% from 490); Green value is 208 (81.64% from 255 or 42.45% from 490); Blue value is 122 (48.05% from 255 or 24.90% from 490); Max value from RGB is 208 - color contains mainly: green. Hex color #A0D07A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0D07A is #5F2F85. Grayscale: #B8B8B8. Windows color (decimal): -6238086 or 8048800. OLE color: 8048800.
HSL color Cylindrical-coordinate representation of color #A0D07A: hue angle of 93.49º degrees, saturation: 0.48, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A0D07A is Cyan = 0.23, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 160 | 208 | 122 | - |
| CMYK | 0.23 | 0 | 0.41 | 0.18 |
| HSL | 93.49º | 0.48% | 0.65% | - |
| HSV(B) | 93.49º | 0.41% | 0.82% | - |
| XYZ | 40.57 | 53.99 | 26.7 | - |
| YUV | 183.84 | 93.1 | 110.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 208 | 122 | 0.23 | 0 | 0.41 | 0.18 | 93.49 | 0.48 | 0.65 |
| Hex | A0 | D0 | 7A | 17 | 0 | 29 | 12 | 5D | 30 | 41 |
| Octal | 240 | 320 | 172 | 27 | 0 | 51 | 22 | 135 | 60 | 101 |
| Binary | 10100000 | 11010000 | 1111010 | 10111 | 0 | 101001 | 10010 | 1011101 | 110000 | 1000001 |
Color Harmonies of #A0D07A
Complementary color
Monochromatic Colors of #A0D07A
Black with #A0D07A
Text Example
Text Example
White with #A0D07A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0D07A; }
p { color: rgb(160,208,122); }
H1.HeaderClassName
{
color: #A0D07A;
}
.AnyTagClassName
{
color: #A0D07A;
}
</style>
background-color css
<style>
a { background-color: #A0D07A; }
a { background-color: rgb(160,208,122); }
div.DivClassName
{
background-color: #A0D07A;
}
.BgClassName
{
background-color: #A0D07A;
}
</style>
border-color css
<style>
span { border-color: #A0D07A; }
span { border-color: rgb(160,208,122); }
td.TdClassName
{
border-color: #A0D07A;
}
.TagClassName
{
border-color: #A0D07A;
}
</style>