Shades of Feijoa #ADF77C
Tints of Feijoa #ADF77C
RGB
CMYK
RGB Variations
Color information
#ADF77C (or 0xADF77C) is known color: Feijoa. HEX triplet: AD, F7 and 7C. RGB value is (173,247,124). Sum of RGB (Red+Green+Blue) = 173+247+124=544 (72% of max value = 765). Red value is 173 (67.97% from 255 or 31.80% from 544); Green value is 247 (96.88% from 255 or 45.40% from 544); Blue value is 124 (48.83% from 255 or 22.79% from 544); Max value from RGB is 247 - color contains mainly: green. Hex color #ADF77C is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ADF77C is #520883. Grayscale: #D3D3D3. Windows color (decimal): -5376132 or 8189869. OLE color: 8189869.
HSL color Cylindrical-coordinate representation of color #ADF77C: hue angle of 96.1º degrees, saturation: 0.88, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #ADF77C is Cyan = 0.30, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 173 | 247 | 124 | - |
| CMYK | 0.30 | 0 | 0.50 | 0.03 |
| HSL | 96.1º | 0.88% | 0.73% | - |
| HSV(B) | 96.1º | 0.5% | 0.97% | - |
| XYZ | 54.13 | 76.86 | 31.05 | - |
| YUV | 210.85 | 78.98 | 101 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 247 | 124 | 0.30 | 0 | 0.50 | 0.03 | 96.1 | 0.88 | 0.73 |
| Hex | AD | F7 | 7C | 1E | 0 | 32 | 3 | 60 | 58 | 49 |
| Octal | 255 | 367 | 174 | 36 | 0 | 62 | 3 | 140 | 130 | 111 |
| Binary | 10101101 | 11110111 | 1111100 | 11110 | 0 | 110010 | 11 | 1100000 | 1011000 | 1001001 |
Color Harmonies of #ADF77C
Complementary color
Monochromatic Colors of #ADF77C
Black with #ADF77C
Text Example
Text Example
White with #ADF77C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADF77C; }
p { color: rgb(173,247,124); }
H1.HeaderClassName
{
color: #ADF77C;
}
.AnyTagClassName
{
color: #ADF77C;
}
</style>
background-color css
<style>
a { background-color: #ADF77C; }
a { background-color: rgb(173,247,124); }
div.DivClassName
{
background-color: #ADF77C;
}
.BgClassName
{
background-color: #ADF77C;
}
</style>
border-color css
<style>
span { border-color: #ADF77C; }
span { border-color: rgb(173,247,124); }
td.TdClassName
{
border-color: #ADF77C;
}
.TagClassName
{
border-color: #ADF77C;
}
</style>