Shades of Feijoa #ADD398
Tints of Feijoa #ADD398
RGB
CMYK
RGB Variations
Color information
#ADD398 (or 0xADD398) is known color: Feijoa. HEX triplet: AD, D3 and 98. RGB value is (173,211,152). Sum of RGB (Red+Green+Blue) = 173+211+152=536 (70% of max value = 765). Red value is 173 (67.97% from 255 or 32.28% from 536); Green value is 211 (82.81% from 255 or 39.37% from 536); Blue value is 152 (59.77% from 255 or 28.36% from 536); Max value from RGB is 211 - color contains mainly: green. Hex color #ADD398 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADD398 is #522C67. Grayscale: #C1C1C1. Windows color (decimal): -5385320 or 10015661. OLE color: 10015661.
HSL color Cylindrical-coordinate representation of color #ADD398: hue angle of 98.64º degrees, saturation: 0.4, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #ADD398 is Cyan = 0.18, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 173 | 211 | 152 | - |
| CMYK | 0.18 | 0 | 0.28 | 0.17 |
| HSL | 98.64º | 0.4% | 0.71% | - |
| HSV(B) | 98.64º | 0.28% | 0.83% | - |
| XYZ | 46.2 | 57.74 | 38.42 | - |
| YUV | 192.91 | 104.91 | 113.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 211 | 152 | 0.18 | 0 | 0.28 | 0.17 | 98.64 | 0.4 | 0.71 |
| Hex | AD | D3 | 98 | 12 | 0 | 1C | 11 | 63 | 28 | 47 |
| Octal | 255 | 323 | 230 | 22 | 0 | 34 | 21 | 143 | 50 | 107 |
| Binary | 10101101 | 11010011 | 10011000 | 10010 | 0 | 11100 | 10001 | 1100011 | 101000 | 1000111 |
Color Harmonies of #ADD398
Complementary color
Monochromatic Colors of #ADD398
Black with #ADD398
Text Example
Text Example
White with #ADD398
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADD398; }
p { color: rgb(173,211,152); }
H1.HeaderClassName
{
color: #ADD398;
}
.AnyTagClassName
{
color: #ADD398;
}
</style>
background-color css
<style>
a { background-color: #ADD398; }
a { background-color: rgb(173,211,152); }
div.DivClassName
{
background-color: #ADD398;
}
.BgClassName
{
background-color: #ADD398;
}
</style>
border-color css
<style>
span { border-color: #ADD398; }
span { border-color: rgb(173,211,152); }
td.TdClassName
{
border-color: #ADD398;
}
.TagClassName
{
border-color: #ADD398;
}
</style>