Shades of Feijoa #ADFE80
Tints of Feijoa #ADFE80
RGB
CMYK
RGB Variations
Color information
#ADFE80 (or 0xADFE80) is known color: Feijoa. HEX triplet: AD, FE and 80. RGB value is (173,254,128). Sum of RGB (Red+Green+Blue) = 173+254+128=555 (73% of max value = 765). Red value is 173 (67.97% from 255 or 31.17% from 555); Green value is 254 (99.61% from 255 or 45.77% from 555); Blue value is 128 (50.39% from 255 or 23.06% from 555); Max value from RGB is 254 - color contains mainly: green. Hex color #ADFE80 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ADFE80 is #52017F. Grayscale: #D7D7D7. Windows color (decimal): -5374336 or 8453805. OLE color: 8453805.
HSL color Cylindrical-coordinate representation of color #ADFE80: hue angle of 98.57º 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 #ADFE80 is Cyan = 0.32, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 173 | 254 | 128 | - |
| CMYK | 0.32 | 0 | 0.50 | 0.00 |
| HSL | 98.57º | 0.98% | 0.75% | - |
| HSV(B) | 98.57º | 0.5% | 1% | - |
| XYZ | 56.57 | 81.33 | 33.14 | - |
| YUV | 215.42 | 78.66 | 97.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 254 | 128 | 0.32 | 0 | 0.50 | 0.00 | 98.57 | 0.98 | 0.75 |
| Hex | AD | FE | 80 | 20 | 0 | 32 | 0 | 63 | 62 | 4B |
| Octal | 255 | 376 | 200 | 40 | 0 | 62 | 0 | 143 | 142 | 113 |
| Binary | 10101101 | 11111110 | 10000000 | 100000 | 0 | 110010 | 0 | 1100011 | 1100010 | 1001011 |
Color Harmonies of #ADFE80
Complementary color
Monochromatic Colors of #ADFE80
Black with #ADFE80
Text Example
Text Example
White with #ADFE80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADFE80; }
p { color: rgb(173,254,128); }
H1.HeaderClassName
{
color: #ADFE80;
}
.AnyTagClassName
{
color: #ADFE80;
}
</style>
background-color css
<style>
a { background-color: #ADFE80; }
a { background-color: rgb(173,254,128); }
div.DivClassName
{
background-color: #ADFE80;
}
.BgClassName
{
background-color: #ADFE80;
}
</style>
border-color css
<style>
span { border-color: #ADFE80; }
span { border-color: rgb(173,254,128); }
td.TdClassName
{
border-color: #ADFE80;
}
.TagClassName
{
border-color: #ADFE80;
}
</style>