Shades of Feijoa #ADFE7E
Tints of Feijoa #ADFE7E
RGB
CMYK
RGB Variations
Color information
#ADFE7E (or 0xADFE7E) is known color: Feijoa. HEX triplet: AD, FE and 7E. RGB value is (173,254,126). Sum of RGB (Red+Green+Blue) = 173+254+126=553 (73% of max value = 765). Red value is 173 (67.97% from 255 or 31.28% from 553); Green value is 254 (99.61% from 255 or 45.93% from 553); Blue value is 126 (49.61% from 255 or 22.78% from 553); Max value from RGB is 254 - color contains mainly: green. Hex color #ADFE7E is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ADFE7E is #520181. Grayscale: #D7D7D7. Windows color (decimal): -5374338 or 8322733. OLE color: 8322733.
HSL color Cylindrical-coordinate representation of color #ADFE7E: hue angle of 97.97º degrees, saturation: 0.98, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #ADFE7E is Cyan = 0.32, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 173 | 254 | 126 | - |
| CMYK | 0.32 | 0 | 0.50 | 0.00 |
| HSL | 97.97º | 0.98% | 0.75% | - |
| HSV(B) | 97.97º | 0.5% | 1% | - |
| XYZ | 56.44 | 81.27 | 32.45 | - |
| YUV | 215.19 | 77.66 | 97.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 254 | 126 | 0.32 | 0 | 0.50 | 0.00 | 97.97 | 0.98 | 0.75 |
| Hex | AD | FE | 7E | 20 | 0 | 32 | 0 | 62 | 62 | 4B |
| Octal | 255 | 376 | 176 | 40 | 0 | 62 | 0 | 142 | 142 | 113 |
| Binary | 10101101 | 11111110 | 1111110 | 100000 | 0 | 110010 | 0 | 1100010 | 1100010 | 1001011 |
Color Harmonies of #ADFE7E
Complementary color
Monochromatic Colors of #ADFE7E
Black with #ADFE7E
Text Example
Text Example
White with #ADFE7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADFE7E; }
p { color: rgb(173,254,126); }
H1.HeaderClassName
{
color: #ADFE7E;
}
.AnyTagClassName
{
color: #ADFE7E;
}
</style>
background-color css
<style>
a { background-color: #ADFE7E; }
a { background-color: rgb(173,254,126); }
div.DivClassName
{
background-color: #ADFE7E;
}
.BgClassName
{
background-color: #ADFE7E;
}
</style>
border-color css
<style>
span { border-color: #ADFE7E; }
span { border-color: rgb(173,254,126); }
td.TdClassName
{
border-color: #ADFE7E;
}
.TagClassName
{
border-color: #ADFE7E;
}
</style>