Shades of Feijoa #ADD592
Tints of Feijoa #ADD592
RGB
CMYK
RGB Variations
Color information
#ADD592 (or 0xADD592) is known color: Feijoa. HEX triplet: AD, D5 and 92. RGB value is (173,213,146). Sum of RGB (Red+Green+Blue) = 173+213+146=532 (70% of max value = 765). Red value is 173 (67.97% from 255 or 32.52% from 532); Green value is 213 (83.59% from 255 or 40.04% from 532); Blue value is 146 (57.42% from 255 or 27.44% from 532); Max value from RGB is 213 - color contains mainly: green. Hex color #ADD592 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADD592 is #522A6D. Grayscale: #C1C1C1. Windows color (decimal): -5384814 or 9622957. OLE color: 9622957.
HSL color Cylindrical-coordinate representation of color #ADD592: hue angle of 95.82º degrees, saturation: 0.44, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #ADD592 is Cyan = 0.19, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 173 | 213 | 146 | - |
| CMYK | 0.19 | 0 | 0.31 | 0.16 |
| HSL | 95.82º | 0.44% | 0.7% | - |
| HSV(B) | 95.82º | 0.31% | 0.84% | - |
| XYZ | 46.22 | 58.55 | 36.06 | - |
| YUV | 193.4 | 101.25 | 113.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 213 | 146 | 0.19 | 0 | 0.31 | 0.16 | 95.82 | 0.44 | 0.7 |
| Hex | AD | D5 | 92 | 13 | 0 | 1F | 10 | 60 | 2C | 46 |
| Octal | 255 | 325 | 222 | 23 | 0 | 37 | 20 | 140 | 54 | 106 |
| Binary | 10101101 | 11010101 | 10010010 | 10011 | 0 | 11111 | 10000 | 1100000 | 101100 | 1000110 |
Color Harmonies of #ADD592
Complementary color
Monochromatic Colors of #ADD592
Black with #ADD592
Text Example
Text Example
White with #ADD592
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADD592; }
p { color: rgb(173,213,146); }
H1.HeaderClassName
{
color: #ADD592;
}
.AnyTagClassName
{
color: #ADD592;
}
</style>
background-color css
<style>
a { background-color: #ADD592; }
a { background-color: rgb(173,213,146); }
div.DivClassName
{
background-color: #ADD592;
}
.BgClassName
{
background-color: #ADD592;
}
</style>
border-color css
<style>
span { border-color: #ADD592; }
span { border-color: rgb(173,213,146); }
td.TdClassName
{
border-color: #ADD592;
}
.TagClassName
{
border-color: #ADD592;
}
</style>