Shades of Feijoa #ADF584
Tints of Feijoa #ADF584
RGB
CMYK
RGB Variations
Color information
#ADF584 (or 0xADF584) is known color: Feijoa. HEX triplet: AD, F5 and 84. RGB value is (173,245,132). Sum of RGB (Red+Green+Blue) = 173+245+132=550 (72% of max value = 765). Red value is 173 (67.97% from 255 or 31.45% from 550); Green value is 245 (96.09% from 255 or 44.55% from 550); Blue value is 132 (51.95% from 255 or 24% from 550); Max value from RGB is 245 - color contains mainly: green. Hex color #ADF584 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ADF584 is #520A7B. Grayscale: #D2D2D2. Windows color (decimal): -5376636 or 8713645. OLE color: 8713645.
HSL color Cylindrical-coordinate representation of color #ADF584: hue angle of 98.23º degrees, saturation: 0.85, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #ADF584 is Cyan = 0.29, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 173 | 245 | 132 | - |
| CMYK | 0.29 | 0 | 0.46 | 0.04 |
| HSL | 98.23º | 0.85% | 0.74% | - |
| HSV(B) | 98.23º | 0.46% | 0.96% | - |
| XYZ | 54.05 | 75.86 | 33.62 | - |
| YUV | 210.59 | 83.65 | 101.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 245 | 132 | 0.29 | 0 | 0.46 | 0.04 | 98.23 | 0.85 | 0.74 |
| Hex | AD | F5 | 84 | 1D | 0 | 2E | 4 | 62 | 55 | 4A |
| Octal | 255 | 365 | 204 | 35 | 0 | 56 | 4 | 142 | 125 | 112 |
| Binary | 10101101 | 11110101 | 10000100 | 11101 | 0 | 101110 | 100 | 1100010 | 1010101 | 1001010 |
Color Harmonies of #ADF584
Complementary color
Monochromatic Colors of #ADF584
Black with #ADF584
Text Example
Text Example
White with #ADF584
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADF584; }
p { color: rgb(173,245,132); }
H1.HeaderClassName
{
color: #ADF584;
}
.AnyTagClassName
{
color: #ADF584;
}
</style>
background-color css
<style>
a { background-color: #ADF584; }
a { background-color: rgb(173,245,132); }
div.DivClassName
{
background-color: #ADF584;
}
.BgClassName
{
background-color: #ADF584;
}
</style>
border-color css
<style>
span { border-color: #ADF584; }
span { border-color: rgb(173,245,132); }
td.TdClassName
{
border-color: #ADF584;
}
.TagClassName
{
border-color: #ADF584;
}
</style>