Shades of Feijoa #ADDB80
Tints of Feijoa #ADDB80
RGB
CMYK
RGB Variations
Color information
#ADDB80 (or 0xADDB80) is known color: Feijoa. HEX triplet: AD, DB and 80. RGB value is (173,219,128). Sum of RGB (Red+Green+Blue) = 173+219+128=520 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.27% from 520); Green value is 219 (85.94% from 255 or 42.12% from 520); Blue value is 128 (50.39% from 255 or 24.62% from 520); Max value from RGB is 219 - color contains mainly: green. Hex color #ADDB80 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADDB80 is #52247F. Grayscale: #C3C3C3. Windows color (decimal): -5383296 or 8444845. OLE color: 8444845.
HSL color Cylindrical-coordinate representation of color #ADDB80: hue angle of 90.33º degrees, saturation: 0.56, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #ADDB80 is Cyan = 0.21, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 173 | 219 | 128 | - |
| CMYK | 0.21 | 0 | 0.42 | 0.14 |
| HSL | 90.33º | 0.56% | 0.68% | - |
| HSV(B) | 90.33º | 0.42% | 0.86% | - |
| XYZ | 46.46 | 61.11 | 29.77 | - |
| YUV | 194.87 | 90.26 | 112.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 219 | 128 | 0.21 | 0 | 0.42 | 0.14 | 90.33 | 0.56 | 0.68 |
| Hex | AD | DB | 80 | 15 | 0 | 2A | E | 5A | 38 | 44 |
| Octal | 255 | 333 | 200 | 25 | 0 | 52 | 16 | 132 | 70 | 104 |
| Binary | 10101101 | 11011011 | 10000000 | 10101 | 0 | 101010 | 1110 | 1011010 | 111000 | 1000100 |
Color Harmonies of #ADDB80
Complementary color
Monochromatic Colors of #ADDB80
Black with #ADDB80
Text Example
Text Example
White with #ADDB80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADDB80; }
p { color: rgb(173,219,128); }
H1.HeaderClassName
{
color: #ADDB80;
}
.AnyTagClassName
{
color: #ADDB80;
}
</style>
background-color css
<style>
a { background-color: #ADDB80; }
a { background-color: rgb(173,219,128); }
div.DivClassName
{
background-color: #ADDB80;
}
.BgClassName
{
background-color: #ADDB80;
}
</style>
border-color css
<style>
span { border-color: #ADDB80; }
span { border-color: rgb(173,219,128); }
td.TdClassName
{
border-color: #ADDB80;
}
.TagClassName
{
border-color: #ADDB80;
}
</style>