Shades of Feijoa #ADDD80
Tints of Feijoa #ADDD80
RGB
CMYK
RGB Variations
Color information
#ADDD80 (or 0xADDD80) is known color: Feijoa. HEX triplet: AD, DD and 80. RGB value is (173,221,128). Sum of RGB (Red+Green+Blue) = 173+221+128=522 (69% of max value = 765). Red value is 173 (67.97% from 255 or 33.14% from 522); Green value is 221 (86.72% from 255 or 42.34% from 522); Blue value is 128 (50.39% from 255 or 24.52% from 522); Max value from RGB is 221 - color contains mainly: green. Hex color #ADDD80 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADDD80 is #52227F. Grayscale: #C4C4C4. Windows color (decimal): -5382784 or 8445357. OLE color: 8445357.
HSL color Cylindrical-coordinate representation of color #ADDD80: hue angle of 90.97º degrees, saturation: 0.58, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #ADDD80 is Cyan = 0.22, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 173 | 221 | 128 | - |
| CMYK | 0.22 | 0 | 0.42 | 0.13 |
| HSL | 90.97º | 0.58% | 0.68% | - |
| HSV(B) | 90.97º | 0.42% | 0.87% | - |
| XYZ | 46.99 | 62.16 | 29.94 | - |
| YUV | 196.05 | 89.6 | 111.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 221 | 128 | 0.22 | 0 | 0.42 | 0.13 | 90.97 | 0.58 | 0.68 |
| Hex | AD | DD | 80 | 16 | 0 | 2A | D | 5B | 3A | 44 |
| Octal | 255 | 335 | 200 | 26 | 0 | 52 | 15 | 133 | 72 | 104 |
| Binary | 10101101 | 11011101 | 10000000 | 10110 | 0 | 101010 | 1101 | 1011011 | 111010 | 1000100 |
Color Harmonies of #ADDD80
Complementary color
Monochromatic Colors of #ADDD80
Black with #ADDD80
Text Example
Text Example
White with #ADDD80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADDD80; }
p { color: rgb(173,221,128); }
H1.HeaderClassName
{
color: #ADDD80;
}
.AnyTagClassName
{
color: #ADDD80;
}
</style>
background-color css
<style>
a { background-color: #ADDD80; }
a { background-color: rgb(173,221,128); }
div.DivClassName
{
background-color: #ADDD80;
}
.BgClassName
{
background-color: #ADDD80;
}
</style>
border-color css
<style>
span { border-color: #ADDD80; }
span { border-color: rgb(173,221,128); }
td.TdClassName
{
border-color: #ADDD80;
}
.TagClassName
{
border-color: #ADDD80;
}
</style>