Shades of Feijoa #ADD97D
Tints of Feijoa #ADD97D
RGB
CMYK
RGB Variations
Color information
#ADD97D (or 0xADD97D) is known color: Feijoa. HEX triplet: AD, D9 and 7D. RGB value is (173,217,125). Sum of RGB (Red+Green+Blue) = 173+217+125=515 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.59% from 515); Green value is 217 (85.16% from 255 or 42.14% from 515); Blue value is 125 (49.22% from 255 or 24.27% from 515); Max value from RGB is 217 - color contains mainly: green. Hex color #ADD97D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADD97D is #522682. Grayscale: #C1C1C1. Windows color (decimal): -5383811 or 8247725. OLE color: 8247725.
HSL color Cylindrical-coordinate representation of color #ADD97D: hue angle of 88.7º degrees, saturation: 0.55, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #ADD97D is Cyan = 0.20, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 173 | 217 | 125 | - |
| CMYK | 0.20 | 0 | 0.42 | 0.15 |
| HSL | 88.7º | 0.55% | 0.67% | - |
| HSV(B) | 88.7º | 0.42% | 0.85% | - |
| XYZ | 45.75 | 59.99 | 28.57 | - |
| YUV | 193.36 | 89.42 | 113.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 217 | 125 | 0.20 | 0 | 0.42 | 0.15 | 88.7 | 0.55 | 0.67 |
| Hex | AD | D9 | 7D | 14 | 0 | 2A | F | 59 | 37 | 43 |
| Octal | 255 | 331 | 175 | 24 | 0 | 52 | 17 | 131 | 67 | 103 |
| Binary | 10101101 | 11011001 | 1111101 | 10100 | 0 | 101010 | 1111 | 1011001 | 110111 | 1000011 |
Color Harmonies of #ADD97D
Complementary color
Monochromatic Colors of #ADD97D
Black with #ADD97D
Text Example
Text Example
White with #ADD97D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADD97D; }
p { color: rgb(173,217,125); }
H1.HeaderClassName
{
color: #ADD97D;
}
.AnyTagClassName
{
color: #ADD97D;
}
</style>
background-color css
<style>
a { background-color: #ADD97D; }
a { background-color: rgb(173,217,125); }
div.DivClassName
{
background-color: #ADD97D;
}
.BgClassName
{
background-color: #ADD97D;
}
</style>
border-color css
<style>
span { border-color: #ADD97D; }
span { border-color: rgb(173,217,125); }
td.TdClassName
{
border-color: #ADD97D;
}
.TagClassName
{
border-color: #ADD97D;
}
</style>