Shades of Feijoa #ADF080
Tints of Feijoa #ADF080
RGB
CMYK
RGB Variations
Color information
#ADF080 (or 0xADF080) is known color: Feijoa. HEX triplet: AD, F0 and 80. RGB value is (173,240,128). Sum of RGB (Red+Green+Blue) = 173+240+128=541 (71% of max value = 765). Red value is 173 (67.97% from 255 or 31.98% from 541); Green value is 240 (94.14% from 255 or 44.36% from 541); Blue value is 128 (50.39% from 255 or 23.66% from 541); Max value from RGB is 240 - color contains mainly: green. Hex color #ADF080 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ADF080 is #520F7F. Grayscale: #CFCFCF. Windows color (decimal): -5377920 or 8450221. OLE color: 8450221.
HSL color Cylindrical-coordinate representation of color #ADF080: hue angle of 95.89º degrees, saturation: 0.79, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #ADF080 is Cyan = 0.28, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 173 | 240 | 128 | - |
| CMYK | 0.28 | 0 | 0.47 | 0.06 |
| HSL | 95.89º | 0.79% | 0.72% | - |
| HSV(B) | 95.89º | 0.47% | 0.94% | - |
| XYZ | 52.29 | 72.76 | 31.71 | - |
| YUV | 207.2 | 83.3 | 103.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 240 | 128 | 0.28 | 0 | 0.47 | 0.06 | 95.89 | 0.79 | 0.72 |
| Hex | AD | F0 | 80 | 1C | 0 | 2F | 6 | 60 | 4F | 48 |
| Octal | 255 | 360 | 200 | 34 | 0 | 57 | 6 | 140 | 117 | 110 |
| Binary | 10101101 | 11110000 | 10000000 | 11100 | 0 | 101111 | 110 | 1100000 | 1001111 | 1001000 |
Color Harmonies of #ADF080
Complementary color
Monochromatic Colors of #ADF080
Black with #ADF080
Text Example
Text Example
White with #ADF080
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADF080; }
p { color: rgb(173,240,128); }
H1.HeaderClassName
{
color: #ADF080;
}
.AnyTagClassName
{
color: #ADF080;
}
</style>
background-color css
<style>
a { background-color: #ADF080; }
a { background-color: rgb(173,240,128); }
div.DivClassName
{
background-color: #ADF080;
}
.BgClassName
{
background-color: #ADF080;
}
</style>
border-color css
<style>
span { border-color: #ADF080; }
span { border-color: rgb(173,240,128); }
td.TdClassName
{
border-color: #ADF080;
}
.TagClassName
{
border-color: #ADF080;
}
</style>