Shades of Feijoa #ADFC80
Tints of Feijoa #ADFC80
RGB
CMYK
RGB Variations
Color information
#ADFC80 (or 0xADFC80) is known color: Feijoa. HEX triplet: AD, FC and 80. RGB value is (173,252,128). Sum of RGB (Red+Green+Blue) = 173+252+128=553 (73% of max value = 765). Red value is 173 (67.97% from 255 or 31.28% from 553); Green value is 252 (98.83% from 255 or 45.57% from 553); Blue value is 128 (50.39% from 255 or 23.15% from 553); Max value from RGB is 252 - color contains mainly: green. Hex color #ADFC80 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ADFC80 is #52037F. Grayscale: #D6D6D6. Windows color (decimal): -5374848 or 8453293. OLE color: 8453293.
HSL color Cylindrical-coordinate representation of color #ADFC80: hue angle of 98.23º degrees, saturation: 0.95, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #ADFC80 is Cyan = 0.31, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 173 | 252 | 128 | - |
| CMYK | 0.31 | 0 | 0.49 | 0.01 |
| HSL | 98.23º | 0.95% | 0.75% | - |
| HSV(B) | 98.23º | 0.49% | 0.99% | - |
| XYZ | 55.94 | 80.06 | 32.93 | - |
| YUV | 214.24 | 79.33 | 98.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 252 | 128 | 0.31 | 0 | 0.49 | 0.01 | 98.23 | 0.95 | 0.75 |
| Hex | AD | FC | 80 | 1F | 0 | 31 | 1 | 62 | 5F | 4B |
| Octal | 255 | 374 | 200 | 37 | 0 | 61 | 1 | 142 | 137 | 113 |
| Binary | 10101101 | 11111100 | 10000000 | 11111 | 0 | 110001 | 1 | 1100010 | 1011111 | 1001011 |
Color Harmonies of #ADFC80
Complementary color
Monochromatic Colors of #ADFC80
Black with #ADFC80
Text Example
Text Example
White with #ADFC80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADFC80; }
p { color: rgb(173,252,128); }
H1.HeaderClassName
{
color: #ADFC80;
}
.AnyTagClassName
{
color: #ADFC80;
}
</style>
background-color css
<style>
a { background-color: #ADFC80; }
a { background-color: rgb(173,252,128); }
div.DivClassName
{
background-color: #ADFC80;
}
.BgClassName
{
background-color: #ADFC80;
}
</style>
border-color css
<style>
span { border-color: #ADFC80; }
span { border-color: rgb(173,252,128); }
td.TdClassName
{
border-color: #ADFC80;
}
.TagClassName
{
border-color: #ADFC80;
}
</style>