Shades of Feijoa #ADD788
Tints of Feijoa #ADD788
RGB
CMYK
RGB Variations
Color information
#ADD788 (or 0xADD788) is known color: Feijoa. HEX triplet: AD, D7 and 88. RGB value is (173,215,136). Sum of RGB (Red+Green+Blue) = 173+215+136=524 (69% of max value = 765). Red value is 173 (67.97% from 255 or 33.02% from 524); Green value is 215 (84.38% from 255 or 41.03% from 524); Blue value is 136 (53.52% from 255 or 25.95% from 524); Max value from RGB is 215 - color contains mainly: green. Hex color #ADD788 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADD788 is #522877. Grayscale: #C1C1C1. Windows color (decimal): -5384312 or 8968109. OLE color: 8968109.
HSL color Cylindrical-coordinate representation of color #ADD788: hue angle of 91.9º degrees, saturation: 0.5, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #ADD788 is Cyan = 0.20, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 173 | 215 | 136 | - |
| CMYK | 0.20 | 0 | 0.37 | 0.16 |
| HSL | 91.9º | 0.5% | 0.69% | - |
| HSV(B) | 91.9º | 0.37% | 0.84% | - |
| XYZ | 45.98 | 59.26 | 32.31 | - |
| YUV | 193.44 | 95.59 | 113.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 215 | 136 | 0.20 | 0 | 0.37 | 0.16 | 91.9 | 0.5 | 0.69 |
| Hex | AD | D7 | 88 | 14 | 0 | 25 | 10 | 5C | 32 | 45 |
| Octal | 255 | 327 | 210 | 24 | 0 | 45 | 20 | 134 | 62 | 105 |
| Binary | 10101101 | 11010111 | 10001000 | 10100 | 0 | 100101 | 10000 | 1011100 | 110010 | 1000101 |
Color Harmonies of #ADD788
Complementary color
Monochromatic Colors of #ADD788
Black with #ADD788
Text Example
Text Example
White with #ADD788
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADD788; }
p { color: rgb(173,215,136); }
H1.HeaderClassName
{
color: #ADD788;
}
.AnyTagClassName
{
color: #ADD788;
}
</style>
background-color css
<style>
a { background-color: #ADD788; }
a { background-color: rgb(173,215,136); }
div.DivClassName
{
background-color: #ADD788;
}
.BgClassName
{
background-color: #ADD788;
}
</style>
border-color css
<style>
span { border-color: #ADD788; }
span { border-color: rgb(173,215,136); }
td.TdClassName
{
border-color: #ADD788;
}
.TagClassName
{
border-color: #ADD788;
}
</style>