Shades of Feijoa #ADFF7F
Tints of Feijoa #ADFF7F
RGB
CMYK
RGB Variations
Color information
#ADFF7F (or 0xADFF7F) is known color: Feijoa. HEX triplet: AD, FF and 7F. RGB value is (173,255,127). Sum of RGB (Red+Green+Blue) = 173+255+127=555 (73% of max value = 765). Red value is 173 (67.97% from 255 or 31.17% from 555); Green value is 255 (100% from 255 or 45.95% from 555); Blue value is 127 (50% from 255 or 22.88% from 555); Max value from RGB is 255 - color contains mainly: green. Hex color #ADFF7F is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ADFF7F is #520080. Grayscale: #D8D8D8. Windows color (decimal): -5374081 or 8388525. OLE color: 8388525.
HSL color Cylindrical-coordinate representation of color #ADFF7F: hue angle of 98.44º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #ADFF7F is Cyan = 0.32, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.
Color convert
| RGB | 173 | 255 | 127 | - |
| CMYK | 0.32 | 0 | 0.50 | 0 |
| HSL | 98.44º | 1% | 0.75% | - |
| HSV(B) | 98.44º | 0.5% | 1% | - |
| XYZ | 56.82 | 81.94 | 32.9 | - |
| YUV | 215.89 | 77.83 | 97.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 255 | 127 | 0.32 | 0 | 0.50 | 0 | 98.44 | 1 | 0.75 |
| Hex | AD | FF | 7F | 20 | 0 | 32 | 0 | 62 | 64 | 4B |
| Octal | 255 | 377 | 177 | 40 | 0 | 62 | 0 | 142 | 144 | 113 |
| Binary | 10101101 | 11111111 | 1111111 | 100000 | 0 | 110010 | 0 | 1100010 | 1100100 | 1001011 |
Color Harmonies of #ADFF7F
Complementary color
Monochromatic Colors of #ADFF7F
Black with #ADFF7F
Text Example
Text Example
White with #ADFF7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADFF7F; }
p { color: rgb(173,255,127); }
H1.HeaderClassName
{
color: #ADFF7F;
}
.AnyTagClassName
{
color: #ADFF7F;
}
</style>
background-color css
<style>
a { background-color: #ADFF7F; }
a { background-color: rgb(173,255,127); }
div.DivClassName
{
background-color: #ADFF7F;
}
.BgClassName
{
background-color: #ADFF7F;
}
</style>
border-color css
<style>
span { border-color: #ADFF7F; }
span { border-color: rgb(173,255,127); }
td.TdClassName
{
border-color: #ADFF7F;
}
.TagClassName
{
border-color: #ADFF7F;
}
</style>