Shades of Feijoa #A0D768
Tints of Feijoa #A0D768
RGB
CMYK
RGB Variations
Color information
#A0D768 (or 0xA0D768) is known color: Feijoa. HEX triplet: A0, D7 and 68. RGB value is (160,215,104). Sum of RGB (Red+Green+Blue) = 160+215+104=479 (63% of max value = 765). Red value is 160 (62.89% from 255 or 33.40% from 479); Green value is 215 (84.38% from 255 or 44.89% from 479); Blue value is 104 (41.02% from 255 or 21.71% from 479); Max value from RGB is 215 - color contains mainly: green. Hex color #A0D768 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0D768 is #5F2897. Grayscale: #BABABA. Windows color (decimal): -6236312 or 6870944. OLE color: 6870944.
HSL color Cylindrical-coordinate representation of color #A0D768: hue angle of 89.73º degrees, saturation: 0.58, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A0D768 is Cyan = 0.26, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 160 | 215 | 104 | - |
| CMYK | 0.26 | 0 | 0.52 | 0.16 |
| HSL | 89.73º | 0.58% | 0.63% | - |
| HSV(B) | 89.73º | 0.52% | 0.84% | - |
| XYZ | 41.3 | 57.07 | 21.94 | - |
| YUV | 185.9 | 81.78 | 109.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 215 | 104 | 0.26 | 0 | 0.52 | 0.16 | 89.73 | 0.58 | 0.63 |
| Hex | A0 | D7 | 68 | 1A | 0 | 34 | 10 | 5A | 3A | 3F |
| Octal | 240 | 327 | 150 | 32 | 0 | 64 | 20 | 132 | 72 | 77 |
| Binary | 10100000 | 11010111 | 1101000 | 11010 | 0 | 110100 | 10000 | 1011010 | 111010 | 111111 |
Color Harmonies of #A0D768
Complementary color
Monochromatic Colors of #A0D768
Black with #A0D768
Text Example
Text Example
White with #A0D768
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0D768; }
p { color: rgb(160,215,104); }
H1.HeaderClassName
{
color: #A0D768;
}
.AnyTagClassName
{
color: #A0D768;
}
</style>
background-color css
<style>
a { background-color: #A0D768; }
a { background-color: rgb(160,215,104); }
div.DivClassName
{
background-color: #A0D768;
}
.BgClassName
{
background-color: #A0D768;
}
</style>
border-color css
<style>
span { border-color: #A0D768; }
span { border-color: rgb(160,215,104); }
td.TdClassName
{
border-color: #A0D768;
}
.TagClassName
{
border-color: #A0D768;
}
</style>