Shades of Feijoa #ADD88F
Tints of Feijoa #ADD88F
RGB
CMYK
RGB Variations
Color information
#ADD88F (or 0xADD88F) is known color: Feijoa. HEX triplet: AD, D8 and 8F. RGB value is (173,216,143). Sum of RGB (Red+Green+Blue) = 173+216+143=532 (70% of max value = 765). Red value is 173 (67.97% from 255 or 32.52% from 532); Green value is 216 (84.77% from 255 or 40.60% from 532); Blue value is 143 (56.25% from 255 or 26.88% from 532); Max value from RGB is 216 - color contains mainly: green. Hex color #ADD88F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADD88F is #522770. Grayscale: #C3C3C3. Windows color (decimal): -5384049 or 9427117. OLE color: 9427117.
HSL color Cylindrical-coordinate representation of color #ADD88F: hue angle of 95.34º degrees, saturation: 0.48, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #ADD88F is Cyan = 0.20, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 173 | 216 | 143 | - |
| CMYK | 0.20 | 0 | 0.34 | 0.15 |
| HSL | 95.34º | 0.48% | 0.7% | - |
| HSV(B) | 95.34º | 0.34% | 0.85% | - |
| XYZ | 46.75 | 59.98 | 35.1 | - |
| YUV | 194.82 | 98.75 | 112.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 216 | 143 | 0.20 | 0 | 0.34 | 0.15 | 95.34 | 0.48 | 0.7 |
| Hex | AD | D8 | 8F | 14 | 0 | 22 | F | 5F | 30 | 46 |
| Octal | 255 | 330 | 217 | 24 | 0 | 42 | 17 | 137 | 60 | 106 |
| Binary | 10101101 | 11011000 | 10001111 | 10100 | 0 | 100010 | 1111 | 1011111 | 110000 | 1000110 |
Color Harmonies of #ADD88F
Complementary color
Monochromatic Colors of #ADD88F
Black with #ADD88F
Text Example
Text Example
White with #ADD88F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADD88F; }
p { color: rgb(173,216,143); }
H1.HeaderClassName
{
color: #ADD88F;
}
.AnyTagClassName
{
color: #ADD88F;
}
</style>
background-color css
<style>
a { background-color: #ADD88F; }
a { background-color: rgb(173,216,143); }
div.DivClassName
{
background-color: #ADD88F;
}
.BgClassName
{
background-color: #ADD88F;
}
</style>
border-color css
<style>
span { border-color: #ADD88F; }
span { border-color: rgb(173,216,143); }
td.TdClassName
{
border-color: #ADD88F;
}
.TagClassName
{
border-color: #ADD88F;
}
</style>