Shades of Feijoa #ADF77E
Tints of Feijoa #ADF77E
RGB
CMYK
RGB Variations
Color information
#ADF77E (or 0xADF77E) is known color: Feijoa. HEX triplet: AD, F7 and 7E. RGB value is (173,247,126). Sum of RGB (Red+Green+Blue) = 173+247+126=546 (72% of max value = 765). Red value is 173 (67.97% from 255 or 31.68% from 546); Green value is 247 (96.88% from 255 or 45.24% from 546); Blue value is 126 (49.61% from 255 or 23.08% from 546); Max value from RGB is 247 - color contains mainly: green. Hex color #ADF77E is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ADF77E is #520881. Grayscale: #D3D3D3. Windows color (decimal): -5376130 or 8320941. OLE color: 8320941.
HSL color Cylindrical-coordinate representation of color #ADF77E: hue angle of 96.69º degrees, saturation: 0.88, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #ADF77E is Cyan = 0.30, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 173 | 247 | 126 | - |
| CMYK | 0.30 | 0 | 0.49 | 0.03 |
| HSL | 96.69º | 0.88% | 0.73% | - |
| HSV(B) | 96.69º | 0.49% | 0.97% | - |
| XYZ | 54.26 | 76.91 | 31.72 | - |
| YUV | 211.08 | 79.98 | 100.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 247 | 126 | 0.30 | 0 | 0.49 | 0.03 | 96.69 | 0.88 | 0.73 |
| Hex | AD | F7 | 7E | 1E | 0 | 31 | 3 | 61 | 58 | 49 |
| Octal | 255 | 367 | 176 | 36 | 0 | 61 | 3 | 141 | 130 | 111 |
| Binary | 10101101 | 11110111 | 1111110 | 11110 | 0 | 110001 | 11 | 1100001 | 1011000 | 1001001 |
Color Harmonies of #ADF77E
Complementary color
Monochromatic Colors of #ADF77E
Black with #ADF77E
Text Example
Text Example
White with #ADF77E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADF77E; }
p { color: rgb(173,247,126); }
H1.HeaderClassName
{
color: #ADF77E;
}
.AnyTagClassName
{
color: #ADF77E;
}
</style>
background-color css
<style>
a { background-color: #ADF77E; }
a { background-color: rgb(173,247,126); }
div.DivClassName
{
background-color: #ADF77E;
}
.BgClassName
{
background-color: #ADF77E;
}
</style>
border-color css
<style>
span { border-color: #ADF77E; }
span { border-color: rgb(173,247,126); }
td.TdClassName
{
border-color: #ADF77E;
}
.TagClassName
{
border-color: #ADF77E;
}
</style>