Shades of Feijoa #ADD599
Tints of Feijoa #ADD599
RGB
CMYK
RGB Variations
Color information
#ADD599 (or 0xADD599) is known color: Feijoa. HEX triplet: AD, D5 and 99. RGB value is (173,213,153). Sum of RGB (Red+Green+Blue) = 173+213+153=539 (71% of max value = 765). Red value is 173 (67.97% from 255 or 32.10% from 539); Green value is 213 (83.59% from 255 or 39.52% from 539); Blue value is 153 (60.16% from 255 or 28.39% from 539); Max value from RGB is 213 - color contains mainly: green. Hex color #ADD599 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADD599 is #522A66. Grayscale: #C2C2C2. Windows color (decimal): -5384807 or 10081709. OLE color: 10081709.
HSL color Cylindrical-coordinate representation of color #ADD599: hue angle of 100º degrees, saturation: 0.42, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #ADD599 is Cyan = 0.19, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 173 | 213 | 153 | - |
| CMYK | 0.19 | 0 | 0.28 | 0.16 |
| HSL | 100º | 0.42% | 0.72% | - |
| HSV(B) | 100º | 0.28% | 0.84% | - |
| XYZ | 46.78 | 58.77 | 39.02 | - |
| YUV | 194.2 | 104.75 | 112.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 213 | 153 | 0.19 | 0 | 0.28 | 0.16 | 100 | 0.42 | 0.72 |
| Hex | AD | D5 | 99 | 13 | 0 | 1C | 10 | 64 | 2A | 48 |
| Octal | 255 | 325 | 231 | 23 | 0 | 34 | 20 | 144 | 52 | 110 |
| Binary | 10101101 | 11010101 | 10011001 | 10011 | 0 | 11100 | 10000 | 1100100 | 101010 | 1001000 |
Color Harmonies of #ADD599
Complementary color
Monochromatic Colors of #ADD599
Black with #ADD599
Text Example
Text Example
White with #ADD599
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADD599; }
p { color: rgb(173,213,153); }
H1.HeaderClassName
{
color: #ADD599;
}
.AnyTagClassName
{
color: #ADD599;
}
</style>
background-color css
<style>
a { background-color: #ADD599; }
a { background-color: rgb(173,213,153); }
div.DivClassName
{
background-color: #ADD599;
}
.BgClassName
{
background-color: #ADD599;
}
</style>
border-color css
<style>
span { border-color: #ADD599; }
span { border-color: rgb(173,213,153); }
td.TdClassName
{
border-color: #ADD599;
}
.TagClassName
{
border-color: #ADD599;
}
</style>