Shades of Feijoa #ADDD82
Tints of Feijoa #ADDD82
RGB
CMYK
RGB Variations
Color information
#ADDD82 (or 0xADDD82) is known color: Feijoa. HEX triplet: AD, DD and 82. RGB value is (173,221,130). Sum of RGB (Red+Green+Blue) = 173+221+130=524 (69% of max value = 765). Red value is 173 (67.97% from 255 or 33.02% from 524); Green value is 221 (86.72% from 255 or 42.18% from 524); Blue value is 130 (51.17% from 255 or 24.81% from 524); Max value from RGB is 221 - color contains mainly: green. Hex color #ADDD82 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADDD82 is #52227D. Grayscale: #C4C4C4. Windows color (decimal): -5382782 or 8576429. OLE color: 8576429.
HSL color Cylindrical-coordinate representation of color #ADDD82: hue angle of 91.65º degrees, saturation: 0.57, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #ADDD82 is Cyan = 0.22, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 173 | 221 | 130 | - |
| CMYK | 0.22 | 0 | 0.41 | 0.13 |
| HSL | 91.65º | 0.57% | 0.69% | - |
| HSV(B) | 91.65º | 0.41% | 0.87% | - |
| XYZ | 47.12 | 62.21 | 30.64 | - |
| YUV | 196.27 | 90.6 | 111.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 221 | 130 | 0.22 | 0 | 0.41 | 0.13 | 91.65 | 0.57 | 0.69 |
| Hex | AD | DD | 82 | 16 | 0 | 29 | D | 5C | 39 | 45 |
| Octal | 255 | 335 | 202 | 26 | 0 | 51 | 15 | 134 | 71 | 105 |
| Binary | 10101101 | 11011101 | 10000010 | 10110 | 0 | 101001 | 1101 | 1011100 | 111001 | 1000101 |
Color Harmonies of #ADDD82
Complementary color
Monochromatic Colors of #ADDD82
Black with #ADDD82
Text Example
Text Example
White with #ADDD82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADDD82; }
p { color: rgb(173,221,130); }
H1.HeaderClassName
{
color: #ADDD82;
}
.AnyTagClassName
{
color: #ADDD82;
}
</style>
background-color css
<style>
a { background-color: #ADDD82; }
a { background-color: rgb(173,221,130); }
div.DivClassName
{
background-color: #ADDD82;
}
.BgClassName
{
background-color: #ADDD82;
}
</style>
border-color css
<style>
span { border-color: #ADDD82; }
span { border-color: rgb(173,221,130); }
td.TdClassName
{
border-color: #ADDD82;
}
.TagClassName
{
border-color: #ADDD82;
}
</style>