Shades of Feijoa #ADD298
Tints of Feijoa #ADD298
RGB
CMYK
RGB Variations
Color information
#ADD298 (or 0xADD298) is known color: Feijoa. HEX triplet: AD, D2 and 98. RGB value is (173,210,152). Sum of RGB (Red+Green+Blue) = 173+210+152=535 (70% of max value = 765). Red value is 173 (67.97% from 255 or 32.34% from 535); Green value is 210 (82.42% from 255 or 39.25% from 535); Blue value is 152 (59.77% from 255 or 28.41% from 535); Max value from RGB is 210 - color contains mainly: green. Hex color #ADD298 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADD298 is #522D67. Grayscale: #C0C0C0. Windows color (decimal): -5385576 or 10015405. OLE color: 10015405.
HSL color Cylindrical-coordinate representation of color #ADD298: hue angle of 98.28º degrees, saturation: 0.39, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #ADD298 is Cyan = 0.18, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 173 | 210 | 152 | - |
| CMYK | 0.18 | 0 | 0.28 | 0.18 |
| HSL | 98.28º | 0.39% | 0.71% | - |
| HSV(B) | 98.28º | 0.28% | 0.82% | - |
| XYZ | 45.95 | 57.24 | 38.33 | - |
| YUV | 192.33 | 105.24 | 114.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 210 | 152 | 0.18 | 0 | 0.28 | 0.18 | 98.28 | 0.39 | 0.71 |
| Hex | AD | D2 | 98 | 12 | 0 | 1C | 12 | 62 | 27 | 47 |
| Octal | 255 | 322 | 230 | 22 | 0 | 34 | 22 | 142 | 47 | 107 |
| Binary | 10101101 | 11010010 | 10011000 | 10010 | 0 | 11100 | 10010 | 1100010 | 100111 | 1000111 |
Color Harmonies of #ADD298
Complementary color
Monochromatic Colors of #ADD298
Black with #ADD298
Text Example
Text Example
White with #ADD298
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADD298; }
p { color: rgb(173,210,152); }
H1.HeaderClassName
{
color: #ADD298;
}
.AnyTagClassName
{
color: #ADD298;
}
</style>
background-color css
<style>
a { background-color: #ADD298; }
a { background-color: rgb(173,210,152); }
div.DivClassName
{
background-color: #ADD298;
}
.BgClassName
{
background-color: #ADD298;
}
</style>
border-color css
<style>
span { border-color: #ADD298; }
span { border-color: rgb(173,210,152); }
td.TdClassName
{
border-color: #ADD298;
}
.TagClassName
{
border-color: #ADD298;
}
</style>