Shades of Feijoa #ADD099
Tints of Feijoa #ADD099
RGB
CMYK
RGB Variations
Color information
#ADD099 (or 0xADD099) is known color: Feijoa. HEX triplet: AD, D0 and 99. RGB value is (173,208,153). Sum of RGB (Red+Green+Blue) = 173+208+153=534 (70% of max value = 765). Red value is 173 (67.97% from 255 or 32.40% from 534); Green value is 208 (81.64% from 255 or 38.95% from 534); Blue value is 153 (60.16% from 255 or 28.65% from 534); Max value from RGB is 208 - color contains mainly: green. Hex color #ADD099 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADD099 is #522F66. Grayscale: #BFBFBF. Windows color (decimal): -5386087 or 10080429. OLE color: 10080429.
HSL color Cylindrical-coordinate representation of color #ADD099: hue angle of 98.18º degrees, saturation: 0.37, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #ADD099 is Cyan = 0.17, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 173 | 208 | 153 | - |
| CMYK | 0.17 | 0 | 0.26 | 0.18 |
| HSL | 98.18º | 0.37% | 0.71% | - |
| HSV(B) | 98.18º | 0.26% | 0.82% | - |
| XYZ | 45.54 | 56.3 | 38.6 | - |
| YUV | 191.27 | 106.4 | 114.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 208 | 153 | 0.17 | 0 | 0.26 | 0.18 | 98.18 | 0.37 | 0.71 |
| Hex | AD | D0 | 99 | 11 | 0 | 1A | 12 | 62 | 25 | 47 |
| Octal | 255 | 320 | 231 | 21 | 0 | 32 | 22 | 142 | 45 | 107 |
| Binary | 10101101 | 11010000 | 10011001 | 10001 | 0 | 11010 | 10010 | 1100010 | 100101 | 1000111 |
Color Harmonies of #ADD099
Complementary color
Monochromatic Colors of #ADD099
Black with #ADD099
Text Example
Text Example
White with #ADD099
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADD099; }
p { color: rgb(173,208,153); }
H1.HeaderClassName
{
color: #ADD099;
}
.AnyTagClassName
{
color: #ADD099;
}
</style>
background-color css
<style>
a { background-color: #ADD099; }
a { background-color: rgb(173,208,153); }
div.DivClassName
{
background-color: #ADD099;
}
.BgClassName
{
background-color: #ADD099;
}
</style>
border-color css
<style>
span { border-color: #ADD099; }
span { border-color: rgb(173,208,153); }
td.TdClassName
{
border-color: #ADD099;
}
.TagClassName
{
border-color: #ADD099;
}
</style>