Shades of Feijoa #ADF788
Tints of Feijoa #ADF788
RGB
CMYK
RGB Variations
Color information
#ADF788 (or 0xADF788) is known color: Feijoa. HEX triplet: AD, F7 and 88. RGB value is (173,247,136). Sum of RGB (Red+Green+Blue) = 173+247+136=556 (73% of max value = 765). Red value is 173 (67.97% from 255 or 31.12% from 556); Green value is 247 (96.88% from 255 or 44.42% from 556); Blue value is 136 (53.52% from 255 or 24.46% from 556); Max value from RGB is 247 - color contains mainly: green. Hex color #ADF788 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ADF788 is #520877. Grayscale: #D4D4D4. Windows color (decimal): -5376120 or 8976301. OLE color: 8976301.
HSL color Cylindrical-coordinate representation of color #ADF788: hue angle of 100º degrees, saturation: 0.87, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #ADF788 is Cyan = 0.30, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 173 | 247 | 136 | - |
| CMYK | 0.30 | 0 | 0.45 | 0.03 |
| HSL | 100º | 0.87% | 0.75% | - |
| HSV(B) | 100º | 0.45% | 0.97% | - |
| XYZ | 54.94 | 77.18 | 35.29 | - |
| YUV | 212.22 | 84.98 | 100.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 247 | 136 | 0.30 | 0 | 0.45 | 0.03 | 100 | 0.87 | 0.75 |
| Hex | AD | F7 | 88 | 1E | 0 | 2D | 3 | 64 | 57 | 4B |
| Octal | 255 | 367 | 210 | 36 | 0 | 55 | 3 | 144 | 127 | 113 |
| Binary | 10101101 | 11110111 | 10001000 | 11110 | 0 | 101101 | 11 | 1100100 | 1010111 | 1001011 |
Color Harmonies of #ADF788
Complementary color
Monochromatic Colors of #ADF788
Black with #ADF788
Text Example
Text Example
White with #ADF788
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADF788; }
p { color: rgb(173,247,136); }
H1.HeaderClassName
{
color: #ADF788;
}
.AnyTagClassName
{
color: #ADF788;
}
</style>
background-color css
<style>
a { background-color: #ADF788; }
a { background-color: rgb(173,247,136); }
div.DivClassName
{
background-color: #ADF788;
}
.BgClassName
{
background-color: #ADF788;
}
</style>
border-color css
<style>
span { border-color: #ADF788; }
span { border-color: rgb(173,247,136); }
td.TdClassName
{
border-color: #ADF788;
}
.TagClassName
{
border-color: #ADF788;
}
</style>