Shades of Feijoa #ADD399
Tints of Feijoa #ADD399
RGB
CMYK
RGB Variations
Color information
#ADD399 (or 0xADD399) is known color: Feijoa. HEX triplet: AD, D3 and 99. RGB value is (173,211,153). Sum of RGB (Red+Green+Blue) = 173+211+153=537 (71% of max value = 765). Red value is 173 (67.97% from 255 or 32.22% from 537); Green value is 211 (82.81% from 255 or 39.29% from 537); Blue value is 153 (60.16% from 255 or 28.49% from 537); Max value from RGB is 211 - color contains mainly: green. Hex color #ADD399 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADD399 is #522C66. Grayscale: #C1C1C1. Windows color (decimal): -5385319 or 10081197. OLE color: 10081197.
HSL color Cylindrical-coordinate representation of color #ADD399: hue angle of 99.31º degrees, saturation: 0.4, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #ADD399 is Cyan = 0.18, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 173 | 211 | 153 | - |
| CMYK | 0.18 | 0 | 0.27 | 0.17 |
| HSL | 99.31º | 0.4% | 0.71% | - |
| HSV(B) | 99.31º | 0.27% | 0.83% | - |
| XYZ | 46.28 | 57.77 | 38.85 | - |
| YUV | 193.03 | 105.41 | 113.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 211 | 153 | 0.18 | 0 | 0.27 | 0.17 | 99.31 | 0.4 | 0.71 |
| Hex | AD | D3 | 99 | 12 | 0 | 1B | 11 | 63 | 28 | 47 |
| Octal | 255 | 323 | 231 | 22 | 0 | 33 | 21 | 143 | 50 | 107 |
| Binary | 10101101 | 11010011 | 10011001 | 10010 | 0 | 11011 | 10001 | 1100011 | 101000 | 1000111 |
Color Harmonies of #ADD399
Complementary color
Monochromatic Colors of #ADD399
Black with #ADD399
Text Example
Text Example
White with #ADD399
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADD399; }
p { color: rgb(173,211,153); }
H1.HeaderClassName
{
color: #ADD399;
}
.AnyTagClassName
{
color: #ADD399;
}
</style>
background-color css
<style>
a { background-color: #ADD399; }
a { background-color: rgb(173,211,153); }
div.DivClassName
{
background-color: #ADD399;
}
.BgClassName
{
background-color: #ADD399;
}
</style>
border-color css
<style>
span { border-color: #ADD399; }
span { border-color: rgb(173,211,153); }
td.TdClassName
{
border-color: #ADD399;
}
.TagClassName
{
border-color: #ADD399;
}
</style>