Shades of Feijoa #ADDA80
Tints of Feijoa #ADDA80
RGB
CMYK
RGB Variations
Color information
#ADDA80 (or 0xADDA80) is known color: Feijoa. HEX triplet: AD, DA and 80. RGB value is (173,218,128). Sum of RGB (Red+Green+Blue) = 173+218+128=519 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.33% from 519); Green value is 218 (85.55% from 255 or 42.00% from 519); Blue value is 128 (50.39% from 255 or 24.66% from 519); Max value from RGB is 218 - color contains mainly: green. Hex color #ADDA80 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADDA80 is #52257F. Grayscale: #C2C2C2. Windows color (decimal): -5383552 or 8444589. OLE color: 8444589.
HSL color Cylindrical-coordinate representation of color #ADDA80: hue angle of 90º degrees, saturation: 0.55, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #ADDA80 is Cyan = 0.21, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 173 | 218 | 128 | - |
| CMYK | 0.21 | 0 | 0.41 | 0.15 |
| HSL | 90º | 0.55% | 0.68% | - |
| HSV(B) | 90º | 0.41% | 0.85% | - |
| XYZ | 46.2 | 60.59 | 29.68 | - |
| YUV | 194.29 | 90.59 | 112.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 218 | 128 | 0.21 | 0 | 0.41 | 0.15 | 90 | 0.55 | 0.68 |
| Hex | AD | DA | 80 | 15 | 0 | 29 | F | 5A | 37 | 44 |
| Octal | 255 | 332 | 200 | 25 | 0 | 51 | 17 | 132 | 67 | 104 |
| Binary | 10101101 | 11011010 | 10000000 | 10101 | 0 | 101001 | 1111 | 1011010 | 110111 | 1000100 |
Color Harmonies of #ADDA80
Complementary color
Monochromatic Colors of #ADDA80
Black with #ADDA80
Text Example
Text Example
White with #ADDA80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADDA80; }
p { color: rgb(173,218,128); }
H1.HeaderClassName
{
color: #ADDA80;
}
.AnyTagClassName
{
color: #ADDA80;
}
</style>
background-color css
<style>
a { background-color: #ADDA80; }
a { background-color: rgb(173,218,128); }
div.DivClassName
{
background-color: #ADDA80;
}
.BgClassName
{
background-color: #ADDA80;
}
</style>
border-color css
<style>
span { border-color: #ADDA80; }
span { border-color: rgb(173,218,128); }
td.TdClassName
{
border-color: #ADDA80;
}
.TagClassName
{
border-color: #ADDA80;
}
</style>