Shades of Feijoa #ADF580
Tints of Feijoa #ADF580
RGB
CMYK
RGB Variations
Color information
#ADF580 (or 0xADF580) is known color: Feijoa. HEX triplet: AD, F5 and 80. RGB value is (173,245,128). Sum of RGB (Red+Green+Blue) = 173+245+128=546 (72% of max value = 765). Red value is 173 (67.97% from 255 or 31.68% from 546); Green value is 245 (96.09% from 255 or 44.87% from 546); Blue value is 128 (50.39% from 255 or 23.44% from 546); Max value from RGB is 245 - color contains mainly: green. Hex color #ADF580 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ADF580 is #520A7F. Grayscale: #D2D2D2. Windows color (decimal): -5376640 or 8451501. OLE color: 8451501.
HSL color Cylindrical-coordinate representation of color #ADF580: hue angle of 96.92º degrees, saturation: 0.85, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #ADF580 is Cyan = 0.29, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 173 | 245 | 128 | - |
| CMYK | 0.29 | 0 | 0.48 | 0.04 |
| HSL | 96.92º | 0.85% | 0.73% | - |
| HSV(B) | 96.92º | 0.48% | 0.96% | - |
| XYZ | 53.78 | 75.75 | 32.21 | - |
| YUV | 210.13 | 81.65 | 101.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 245 | 128 | 0.29 | 0 | 0.48 | 0.04 | 96.92 | 0.85 | 0.73 |
| Hex | AD | F5 | 80 | 1D | 0 | 30 | 4 | 61 | 55 | 49 |
| Octal | 255 | 365 | 200 | 35 | 0 | 60 | 4 | 141 | 125 | 111 |
| Binary | 10101101 | 11110101 | 10000000 | 11101 | 0 | 110000 | 100 | 1100001 | 1010101 | 1001001 |
Color Harmonies of #ADF580
Complementary color
Monochromatic Colors of #ADF580
Black with #ADF580
Text Example
Text Example
White with #ADF580
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADF580; }
p { color: rgb(173,245,128); }
H1.HeaderClassName
{
color: #ADF580;
}
.AnyTagClassName
{
color: #ADF580;
}
</style>
background-color css
<style>
a { background-color: #ADF580; }
a { background-color: rgb(173,245,128); }
div.DivClassName
{
background-color: #ADF580;
}
.BgClassName
{
background-color: #ADF580;
}
</style>
border-color css
<style>
span { border-color: #ADF580; }
span { border-color: rgb(173,245,128); }
td.TdClassName
{
border-color: #ADF580;
}
.TagClassName
{
border-color: #ADF580;
}
</style>