Shades of Feijoa #A0DB75
Tints of Feijoa #A0DB75
RGB
CMYK
RGB Variations
Color information
#A0DB75 (or 0xA0DB75) is known color: Feijoa. HEX triplet: A0, DB and 75. RGB value is (160,219,117). Sum of RGB (Red+Green+Blue) = 160+219+117=496 (65% of max value = 765). Red value is 160 (62.89% from 255 or 32.26% from 496); Green value is 219 (85.94% from 255 or 44.15% from 496); Blue value is 117 (46.09% from 255 or 23.59% from 496); Max value from RGB is 219 - color contains mainly: green. Hex color #A0DB75 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0DB75 is #5F248A. Grayscale: #BEBEBE. Windows color (decimal): -6235275 or 7723936. OLE color: 7723936.
HSL color Cylindrical-coordinate representation of color #A0DB75: hue angle of 94.71º degrees, saturation: 0.59, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A0DB75 is Cyan = 0.27, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 160 | 219 | 117 | - |
| CMYK | 0.27 | 0 | 0.47 | 0.14 |
| HSL | 94.71º | 0.59% | 0.66% | - |
| HSV(B) | 94.71º | 0.47% | 0.86% | - |
| XYZ | 43.04 | 59.42 | 26.03 | - |
| YUV | 189.73 | 86.95 | 106.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 219 | 117 | 0.27 | 0 | 0.47 | 0.14 | 94.71 | 0.59 | 0.66 |
| Hex | A0 | DB | 75 | 1B | 0 | 2F | E | 5F | 3B | 42 |
| Octal | 240 | 333 | 165 | 33 | 0 | 57 | 16 | 137 | 73 | 102 |
| Binary | 10100000 | 11011011 | 1110101 | 11011 | 0 | 101111 | 1110 | 1011111 | 111011 | 1000010 |
Color Harmonies of #A0DB75
Complementary color
Monochromatic Colors of #A0DB75
Black with #A0DB75
Text Example
Text Example
White with #A0DB75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0DB75; }
p { color: rgb(160,219,117); }
H1.HeaderClassName
{
color: #A0DB75;
}
.AnyTagClassName
{
color: #A0DB75;
}
</style>
background-color css
<style>
a { background-color: #A0DB75; }
a { background-color: rgb(160,219,117); }
div.DivClassName
{
background-color: #A0DB75;
}
.BgClassName
{
background-color: #A0DB75;
}
</style>
border-color css
<style>
span { border-color: #A0DB75; }
span { border-color: rgb(160,219,117); }
td.TdClassName
{
border-color: #A0DB75;
}
.TagClassName
{
border-color: #A0DB75;
}
</style>