Shades of Feijoa #ADF478
Tints of Feijoa #ADF478
RGB
CMYK
RGB Variations
Color information
#ADF478 (or 0xADF478) is known color: Feijoa. HEX triplet: AD, F4 and 78. RGB value is (173,244,120). Sum of RGB (Red+Green+Blue) = 173+244+120=537 (71% of max value = 765). Red value is 173 (67.97% from 255 or 32.22% from 537); Green value is 244 (95.70% from 255 or 45.44% from 537); Blue value is 120 (47.27% from 255 or 22.35% from 537); Max value from RGB is 244 - color contains mainly: green. Hex color #ADF478 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ADF478 is #520B87. Grayscale: #D1D1D1. Windows color (decimal): -5376904 or 7926957. OLE color: 7926957.
HSL color Cylindrical-coordinate representation of color #ADF478: hue angle of 94.35º degrees, saturation: 0.85, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #ADF478 is Cyan = 0.29, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 173 | 244 | 120 | - |
| CMYK | 0.29 | 0 | 0.51 | 0.04 |
| HSL | 94.35º | 0.85% | 0.71% | - |
| HSV(B) | 94.35º | 0.51% | 0.96% | - |
| XYZ | 52.97 | 74.94 | 29.44 | - |
| YUV | 208.64 | 77.98 | 102.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 244 | 120 | 0.29 | 0 | 0.51 | 0.04 | 94.35 | 0.85 | 0.71 |
| Hex | AD | F4 | 78 | 1D | 0 | 33 | 4 | 5E | 55 | 47 |
| Octal | 255 | 364 | 170 | 35 | 0 | 63 | 4 | 136 | 125 | 107 |
| Binary | 10101101 | 11110100 | 1111000 | 11101 | 0 | 110011 | 100 | 1011110 | 1010101 | 1000111 |
Color Harmonies of #ADF478
Complementary color
Monochromatic Colors of #ADF478
Black with #ADF478
Text Example
Text Example
White with #ADF478
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADF478; }
p { color: rgb(173,244,120); }
H1.HeaderClassName
{
color: #ADF478;
}
.AnyTagClassName
{
color: #ADF478;
}
</style>
background-color css
<style>
a { background-color: #ADF478; }
a { background-color: rgb(173,244,120); }
div.DivClassName
{
background-color: #ADF478;
}
.BgClassName
{
background-color: #ADF478;
}
</style>
border-color css
<style>
span { border-color: #ADF478; }
span { border-color: rgb(173,244,120); }
td.TdClassName
{
border-color: #ADF478;
}
.TagClassName
{
border-color: #ADF478;
}
</style>