Shades of Feijoa #ADE982
Tints of Feijoa #ADE982
RGB
CMYK
RGB Variations
Color information
#ADE982 (or 0xADE982) is known color: Feijoa. HEX triplet: AD, E9 and 82. RGB value is (173,233,130). Sum of RGB (Red+Green+Blue) = 173+233+130=536 (70% of max value = 765). Red value is 173 (67.97% from 255 or 32.28% from 536); Green value is 233 (91.41% from 255 or 43.47% from 536); Blue value is 130 (51.17% from 255 or 24.25% from 536); Max value from RGB is 233 - color contains mainly: green. Hex color #ADE982 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ADE982 is #52167D. Grayscale: #CBCBCB. Windows color (decimal): -5379710 or 8579501. OLE color: 8579501.
HSL color Cylindrical-coordinate representation of color #ADE982: hue angle of 94.95º degrees, saturation: 0.7, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #ADE982 is Cyan = 0.26, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 173 | 233 | 130 | - |
| CMYK | 0.26 | 0 | 0.44 | 0.09 |
| HSL | 94.95º | 0.7% | 0.71% | - |
| HSV(B) | 94.95º | 0.44% | 0.91% | - |
| XYZ | 50.4 | 68.77 | 31.74 | - |
| YUV | 203.32 | 86.62 | 106.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 233 | 130 | 0.26 | 0 | 0.44 | 0.09 | 94.95 | 0.7 | 0.71 |
| Hex | AD | E9 | 82 | 1A | 0 | 2C | 9 | 5F | 46 | 47 |
| Octal | 255 | 351 | 202 | 32 | 0 | 54 | 11 | 137 | 106 | 107 |
| Binary | 10101101 | 11101001 | 10000010 | 11010 | 0 | 101100 | 1001 | 1011111 | 1000110 | 1000111 |
Color Harmonies of #ADE982
Complementary color
Monochromatic Colors of #ADE982
Black with #ADE982
Text Example
Text Example
White with #ADE982
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADE982; }
p { color: rgb(173,233,130); }
H1.HeaderClassName
{
color: #ADE982;
}
.AnyTagClassName
{
color: #ADE982;
}
</style>
background-color css
<style>
a { background-color: #ADE982; }
a { background-color: rgb(173,233,130); }
div.DivClassName
{
background-color: #ADE982;
}
.BgClassName
{
background-color: #ADE982;
}
</style>
border-color css
<style>
span { border-color: #ADE982; }
span { border-color: rgb(173,233,130); }
td.TdClassName
{
border-color: #ADE982;
}
.TagClassName
{
border-color: #ADE982;
}
</style>