Shades of Feijoa #A0DB7B
Tints of Feijoa #A0DB7B
RGB
CMYK
RGB Variations
Color information
#A0DB7B (or 0xA0DB7B) is known color: Feijoa. HEX triplet: A0, DB and 7B. RGB value is (160,219,123). Sum of RGB (Red+Green+Blue) = 160+219+123=502 (66% of max value = 765). Red value is 160 (62.89% from 255 or 31.87% from 502); Green value is 219 (85.94% from 255 or 43.63% from 502); Blue value is 123 (48.44% from 255 or 24.50% from 502); Max value from RGB is 219 - color contains mainly: green. Hex color #A0DB7B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0DB7B is #5F2484. Grayscale: #BEBEBE. Windows color (decimal): -6235269 or 8117152. OLE color: 8117152.
HSL color Cylindrical-coordinate representation of color #A0DB7B: hue angle of 96.88º degrees, saturation: 0.57, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A0DB7B is Cyan = 0.27, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 160 | 219 | 123 | - |
| CMYK | 0.27 | 0 | 0.44 | 0.14 |
| HSL | 96.88º | 0.57% | 0.67% | - |
| HSV(B) | 96.88º | 0.44% | 0.86% | - |
| XYZ | 43.4 | 59.57 | 27.95 | - |
| YUV | 190.42 | 89.95 | 106.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 219 | 123 | 0.27 | 0 | 0.44 | 0.14 | 96.88 | 0.57 | 0.67 |
| Hex | A0 | DB | 7B | 1B | 0 | 2C | E | 61 | 39 | 43 |
| Octal | 240 | 333 | 173 | 33 | 0 | 54 | 16 | 141 | 71 | 103 |
| Binary | 10100000 | 11011011 | 1111011 | 11011 | 0 | 101100 | 1110 | 1100001 | 111001 | 1000011 |
Color Harmonies of #A0DB7B
Complementary color
Monochromatic Colors of #A0DB7B
Black with #A0DB7B
Text Example
Text Example
White with #A0DB7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0DB7B; }
p { color: rgb(160,219,123); }
H1.HeaderClassName
{
color: #A0DB7B;
}
.AnyTagClassName
{
color: #A0DB7B;
}
</style>
background-color css
<style>
a { background-color: #A0DB7B; }
a { background-color: rgb(160,219,123); }
div.DivClassName
{
background-color: #A0DB7B;
}
.BgClassName
{
background-color: #A0DB7B;
}
</style>
border-color css
<style>
span { border-color: #A0DB7B; }
span { border-color: rgb(160,219,123); }
td.TdClassName
{
border-color: #A0DB7B;
}
.TagClassName
{
border-color: #A0DB7B;
}
</style>