Shades of Feijoa #ADD098
Tints of Feijoa #ADD098
RGB
CMYK
RGB Variations
Color information
#ADD098 (or 0xADD098) is known color: Feijoa. HEX triplet: AD, D0 and 98. RGB value is (173,208,152). Sum of RGB (Red+Green+Blue) = 173+208+152=533 (70% of max value = 765). Red value is 173 (67.97% from 255 or 32.46% from 533); Green value is 208 (81.64% from 255 or 39.02% from 533); Blue value is 152 (59.77% from 255 or 28.52% from 533); Max value from RGB is 208 - color contains mainly: green. Hex color #ADD098 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADD098 is #522F67. Grayscale: #BFBFBF. Windows color (decimal): -5386088 or 10014893. OLE color: 10014893.
HSL color Cylindrical-coordinate representation of color #ADD098: hue angle of 97.5º degrees, saturation: 0.37, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #ADD098 is Cyan = 0.17, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 173 | 208 | 152 | - |
| CMYK | 0.17 | 0 | 0.27 | 0.18 |
| HSL | 97.5º | 0.37% | 0.71% | - |
| HSV(B) | 97.5º | 0.27% | 0.82% | - |
| XYZ | 45.46 | 56.26 | 38.17 | - |
| YUV | 191.15 | 105.9 | 115.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 208 | 152 | 0.17 | 0 | 0.27 | 0.18 | 97.5 | 0.37 | 0.71 |
| Hex | AD | D0 | 98 | 11 | 0 | 1B | 12 | 62 | 25 | 47 |
| Octal | 255 | 320 | 230 | 21 | 0 | 33 | 22 | 142 | 45 | 107 |
| Binary | 10101101 | 11010000 | 10011000 | 10001 | 0 | 11011 | 10010 | 1100010 | 100101 | 1000111 |
Color Harmonies of #ADD098
Complementary color
Monochromatic Colors of #ADD098
Black with #ADD098
Text Example
Text Example
White with #ADD098
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADD098; }
p { color: rgb(173,208,152); }
H1.HeaderClassName
{
color: #ADD098;
}
.AnyTagClassName
{
color: #ADD098;
}
</style>
background-color css
<style>
a { background-color: #ADD098; }
a { background-color: rgb(173,208,152); }
div.DivClassName
{
background-color: #ADD098;
}
.BgClassName
{
background-color: #ADD098;
}
</style>
border-color css
<style>
span { border-color: #ADD098; }
span { border-color: rgb(173,208,152); }
td.TdClassName
{
border-color: #ADD098;
}
.TagClassName
{
border-color: #ADD098;
}
</style>