Shades of Feijoa #ADF07C
Tints of Feijoa #ADF07C
RGB
CMYK
RGB Variations
Color information
#ADF07C (or 0xADF07C) is known color: Feijoa. HEX triplet: AD, F0 and 7C. RGB value is (173,240,124). Sum of RGB (Red+Green+Blue) = 173+240+124=537 (71% of max value = 765). Red value is 173 (67.97% from 255 or 32.22% from 537); Green value is 240 (94.14% from 255 or 44.69% from 537); Blue value is 124 (48.83% from 255 or 23.09% from 537); Max value from RGB is 240 - color contains mainly: green. Hex color #ADF07C is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ADF07C is #520F83. Grayscale: #CFCFCF. Windows color (decimal): -5377924 or 8188077. OLE color: 8188077.
HSL color Cylindrical-coordinate representation of color #ADF07C: hue angle of 94.66º degrees, saturation: 0.79, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #ADF07C is Cyan = 0.28, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 173 | 240 | 124 | - |
| CMYK | 0.28 | 0 | 0.48 | 0.06 |
| HSL | 94.66º | 0.79% | 0.71% | - |
| HSV(B) | 94.66º | 0.48% | 0.94% | - |
| XYZ | 52.03 | 72.66 | 30.35 | - |
| YUV | 206.74 | 81.3 | 103.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 240 | 124 | 0.28 | 0 | 0.48 | 0.06 | 94.66 | 0.79 | 0.71 |
| Hex | AD | F0 | 7C | 1C | 0 | 30 | 6 | 5F | 4F | 47 |
| Octal | 255 | 360 | 174 | 34 | 0 | 60 | 6 | 137 | 117 | 107 |
| Binary | 10101101 | 11110000 | 1111100 | 11100 | 0 | 110000 | 110 | 1011111 | 1001111 | 1000111 |
Color Harmonies of #ADF07C
Complementary color
Monochromatic Colors of #ADF07C
Black with #ADF07C
Text Example
Text Example
White with #ADF07C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADF07C; }
p { color: rgb(173,240,124); }
H1.HeaderClassName
{
color: #ADF07C;
}
.AnyTagClassName
{
color: #ADF07C;
}
</style>
background-color css
<style>
a { background-color: #ADF07C; }
a { background-color: rgb(173,240,124); }
div.DivClassName
{
background-color: #ADF07C;
}
.BgClassName
{
background-color: #ADF07C;
}
</style>
border-color css
<style>
span { border-color: #ADF07C; }
span { border-color: rgb(173,240,124); }
td.TdClassName
{
border-color: #ADF07C;
}
.TagClassName
{
border-color: #ADF07C;
}
</style>