Shades of Feijoa #ADDA82
Tints of Feijoa #ADDA82
RGB
CMYK
RGB Variations
Color information
#ADDA82 (or 0xADDA82) is known color: Feijoa. HEX triplet: AD, DA and 82. RGB value is (173,218,130). Sum of RGB (Red+Green+Blue) = 173+218+130=521 (69% of max value = 765). Red value is 173 (67.97% from 255 or 33.21% from 521); Green value is 218 (85.55% from 255 or 41.84% from 521); Blue value is 130 (51.17% from 255 or 24.95% from 521); Max value from RGB is 218 - color contains mainly: green. Hex color #ADDA82 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADDA82 is #52257D. Grayscale: #C2C2C2. Windows color (decimal): -5383550 or 8575661. OLE color: 8575661.
HSL color Cylindrical-coordinate representation of color #ADDA82: hue angle of 90.68º degrees, saturation: 0.54, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #ADDA82 is Cyan = 0.21, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 173 | 218 | 130 | - |
| CMYK | 0.21 | 0 | 0.40 | 0.15 |
| HSL | 90.68º | 0.54% | 0.68% | - |
| HSV(B) | 90.68º | 0.4% | 0.85% | - |
| XYZ | 46.33 | 60.64 | 30.38 | - |
| YUV | 194.51 | 91.59 | 112.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 218 | 130 | 0.21 | 0 | 0.40 | 0.15 | 90.68 | 0.54 | 0.68 |
| Hex | AD | DA | 82 | 15 | 0 | 28 | F | 5B | 36 | 44 |
| Octal | 255 | 332 | 202 | 25 | 0 | 50 | 17 | 133 | 66 | 104 |
| Binary | 10101101 | 11011010 | 10000010 | 10101 | 0 | 101000 | 1111 | 1011011 | 110110 | 1000100 |
Color Harmonies of #ADDA82
Complementary color
Monochromatic Colors of #ADDA82
Black with #ADDA82
Text Example
Text Example
White with #ADDA82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADDA82; }
p { color: rgb(173,218,130); }
H1.HeaderClassName
{
color: #ADDA82;
}
.AnyTagClassName
{
color: #ADDA82;
}
</style>
background-color css
<style>
a { background-color: #ADDA82; }
a { background-color: rgb(173,218,130); }
div.DivClassName
{
background-color: #ADDA82;
}
.BgClassName
{
background-color: #ADDA82;
}
</style>
border-color css
<style>
span { border-color: #ADDA82; }
span { border-color: rgb(173,218,130); }
td.TdClassName
{
border-color: #ADDA82;
}
.TagClassName
{
border-color: #ADDA82;
}
</style>