Shades of Feijoa #ADDB82
Tints of Feijoa #ADDB82
RGB
CMYK
RGB Variations
Color information
#ADDB82 (or 0xADDB82) is known color: Feijoa. HEX triplet: AD, DB and 82. RGB value is (173,219,130). Sum of RGB (Red+Green+Blue) = 173+219+130=522 (69% of max value = 765). Red value is 173 (67.97% from 255 or 33.14% from 522); Green value is 219 (85.94% from 255 or 41.95% from 522); Blue value is 130 (51.17% from 255 or 24.90% from 522); Max value from RGB is 219 - color contains mainly: green. Hex color #ADDB82 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADDB82 is #52247D. Grayscale: #C3C3C3. Windows color (decimal): -5383294 or 8575917. OLE color: 8575917.
HSL color Cylindrical-coordinate representation of color #ADDB82: hue angle of 91.01º degrees, saturation: 0.55, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #ADDB82 is Cyan = 0.21, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 173 | 219 | 130 | - |
| CMYK | 0.21 | 0 | 0.41 | 0.14 |
| HSL | 91.01º | 0.55% | 0.68% | - |
| HSV(B) | 91.01º | 0.41% | 0.86% | - |
| XYZ | 46.59 | 61.16 | 30.47 | - |
| YUV | 195.1 | 91.26 | 112.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 219 | 130 | 0.21 | 0 | 0.41 | 0.14 | 91.01 | 0.55 | 0.68 |
| Hex | AD | DB | 82 | 15 | 0 | 29 | E | 5B | 37 | 44 |
| Octal | 255 | 333 | 202 | 25 | 0 | 51 | 16 | 133 | 67 | 104 |
| Binary | 10101101 | 11011011 | 10000010 | 10101 | 0 | 101001 | 1110 | 1011011 | 110111 | 1000100 |
Color Harmonies of #ADDB82
Complementary color
Monochromatic Colors of #ADDB82
Black with #ADDB82
Text Example
Text Example
White with #ADDB82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADDB82; }
p { color: rgb(173,219,130); }
H1.HeaderClassName
{
color: #ADDB82;
}
.AnyTagClassName
{
color: #ADDB82;
}
</style>
background-color css
<style>
a { background-color: #ADDB82; }
a { background-color: rgb(173,219,130); }
div.DivClassName
{
background-color: #ADDB82;
}
.BgClassName
{
background-color: #ADDB82;
}
</style>
border-color css
<style>
span { border-color: #ADDB82; }
span { border-color: rgb(173,219,130); }
td.TdClassName
{
border-color: #ADDB82;
}
.TagClassName
{
border-color: #ADDB82;
}
</style>