Shades of Feijoa #ADD97F
Tints of Feijoa #ADD97F
RGB
CMYK
RGB Variations
Color information
#ADD97F (or 0xADD97F) is known color: Feijoa. HEX triplet: AD, D9 and 7F. RGB value is (173,217,127). Sum of RGB (Red+Green+Blue) = 173+217+127=517 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.46% from 517); Green value is 217 (85.16% from 255 or 41.97% from 517); Blue value is 127 (50% from 255 or 24.56% from 517); Max value from RGB is 217 - color contains mainly: green. Hex color #ADD97F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADD97F is #522680. Grayscale: #C1C1C1. Windows color (decimal): -5383809 or 8378797. OLE color: 8378797.
HSL color Cylindrical-coordinate representation of color #ADD97F: hue angle of 89.33º degrees, saturation: 0.54, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #ADD97F is Cyan = 0.20, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 173 | 217 | 127 | - |
| CMYK | 0.20 | 0 | 0.41 | 0.15 |
| HSL | 89.33º | 0.54% | 0.67% | - |
| HSV(B) | 89.33º | 0.41% | 0.85% | - |
| XYZ | 45.88 | 60.04 | 29.25 | - |
| YUV | 193.58 | 90.42 | 113.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 217 | 127 | 0.20 | 0 | 0.41 | 0.15 | 89.33 | 0.54 | 0.67 |
| Hex | AD | D9 | 7F | 14 | 0 | 29 | F | 59 | 36 | 43 |
| Octal | 255 | 331 | 177 | 24 | 0 | 51 | 17 | 131 | 66 | 103 |
| Binary | 10101101 | 11011001 | 1111111 | 10100 | 0 | 101001 | 1111 | 1011001 | 110110 | 1000011 |
Color Harmonies of #ADD97F
Complementary color
Monochromatic Colors of #ADD97F
Black with #ADD97F
Text Example
Text Example
White with #ADD97F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADD97F; }
p { color: rgb(173,217,127); }
H1.HeaderClassName
{
color: #ADD97F;
}
.AnyTagClassName
{
color: #ADD97F;
}
</style>
background-color css
<style>
a { background-color: #ADD97F; }
a { background-color: rgb(173,217,127); }
div.DivClassName
{
background-color: #ADD97F;
}
.BgClassName
{
background-color: #ADD97F;
}
</style>
border-color css
<style>
span { border-color: #ADD97F; }
span { border-color: rgb(173,217,127); }
td.TdClassName
{
border-color: #ADD97F;
}
.TagClassName
{
border-color: #ADD97F;
}
</style>