Shades of Feijoa #ADF582
Tints of Feijoa #ADF582
RGB
CMYK
RGB Variations
Color information
#ADF582 (or 0xADF582) is known color: Feijoa. HEX triplet: AD, F5 and 82. RGB value is (173,245,130). Sum of RGB (Red+Green+Blue) = 173+245+130=548 (72% of max value = 765). Red value is 173 (67.97% from 255 or 31.57% from 548); Green value is 245 (96.09% from 255 or 44.71% from 548); Blue value is 130 (51.17% from 255 or 23.72% from 548); Max value from RGB is 245 - color contains mainly: green. Hex color #ADF582 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ADF582 is #520A7D. Grayscale: #D2D2D2. Windows color (decimal): -5376638 or 8582573. OLE color: 8582573.
HSL color Cylindrical-coordinate representation of color #ADF582: hue angle of 97.57º degrees, saturation: 0.85, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #ADF582 is Cyan = 0.29, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 173 | 245 | 130 | - |
| CMYK | 0.29 | 0 | 0.47 | 0.04 |
| HSL | 97.57º | 0.85% | 0.74% | - |
| HSV(B) | 97.57º | 0.47% | 0.96% | - |
| XYZ | 53.92 | 75.8 | 32.91 | - |
| YUV | 210.36 | 82.65 | 101.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 245 | 130 | 0.29 | 0 | 0.47 | 0.04 | 97.57 | 0.85 | 0.74 |
| Hex | AD | F5 | 82 | 1D | 0 | 2F | 4 | 62 | 55 | 4A |
| Octal | 255 | 365 | 202 | 35 | 0 | 57 | 4 | 142 | 125 | 112 |
| Binary | 10101101 | 11110101 | 10000010 | 11101 | 0 | 101111 | 100 | 1100010 | 1010101 | 1001010 |
Color Harmonies of #ADF582
Complementary color
Monochromatic Colors of #ADF582
Black with #ADF582
Text Example
Text Example
White with #ADF582
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADF582; }
p { color: rgb(173,245,130); }
H1.HeaderClassName
{
color: #ADF582;
}
.AnyTagClassName
{
color: #ADF582;
}
</style>
background-color css
<style>
a { background-color: #ADF582; }
a { background-color: rgb(173,245,130); }
div.DivClassName
{
background-color: #ADF582;
}
.BgClassName
{
background-color: #ADF582;
}
</style>
border-color css
<style>
span { border-color: #ADF582; }
span { border-color: rgb(173,245,130); }
td.TdClassName
{
border-color: #ADF582;
}
.TagClassName
{
border-color: #ADF582;
}
</style>