Shades of Feijoa #ADD192
Tints of Feijoa #ADD192
RGB
CMYK
RGB Variations
Color information
#ADD192 (or 0xADD192) is known color: Feijoa. HEX triplet: AD, D1 and 92. RGB value is (173,209,146). Sum of RGB (Red+Green+Blue) = 173+209+146=528 (69% of max value = 765). Red value is 173 (67.97% from 255 or 32.77% from 528); Green value is 209 (82.03% from 255 or 39.58% from 528); Blue value is 146 (57.42% from 255 or 27.65% from 528); Max value from RGB is 209 - color contains mainly: green. Hex color #ADD192 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADD192 is #522E6D. Grayscale: #BFBFBF. Windows color (decimal): -5385838 or 9621933. OLE color: 9621933.
HSL color Cylindrical-coordinate representation of color #ADD192: hue angle of 94.29º degrees, saturation: 0.41, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #ADD192 is Cyan = 0.17, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 173 | 209 | 146 | - |
| CMYK | 0.17 | 0 | 0.30 | 0.18 |
| HSL | 94.29º | 0.41% | 0.7% | - |
| HSV(B) | 94.29º | 0.3% | 0.82% | - |
| XYZ | 45.22 | 56.56 | 35.73 | - |
| YUV | 191.05 | 102.57 | 115.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 209 | 146 | 0.17 | 0 | 0.30 | 0.18 | 94.29 | 0.41 | 0.7 |
| Hex | AD | D1 | 92 | 11 | 0 | 1E | 12 | 5E | 29 | 46 |
| Octal | 255 | 321 | 222 | 21 | 0 | 36 | 22 | 136 | 51 | 106 |
| Binary | 10101101 | 11010001 | 10010010 | 10001 | 0 | 11110 | 10010 | 1011110 | 101001 | 1000110 |
Color Harmonies of #ADD192
Complementary color
Monochromatic Colors of #ADD192
Black with #ADD192
Text Example
Text Example
White with #ADD192
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADD192; }
p { color: rgb(173,209,146); }
H1.HeaderClassName
{
color: #ADD192;
}
.AnyTagClassName
{
color: #ADD192;
}
</style>
background-color css
<style>
a { background-color: #ADD192; }
a { background-color: rgb(173,209,146); }
div.DivClassName
{
background-color: #ADD192;
}
.BgClassName
{
background-color: #ADD192;
}
</style>
border-color css
<style>
span { border-color: #ADD192; }
span { border-color: rgb(173,209,146); }
td.TdClassName
{
border-color: #ADD192;
}
.TagClassName
{
border-color: #ADD192;
}
</style>