Shades of Feijoa #ADE482
Tints of Feijoa #ADE482
RGB
CMYK
RGB Variations
Color information
#ADE482 (or 0xADE482) is known color: Feijoa. HEX triplet: AD, E4 and 82. RGB value is (173,228,130). Sum of RGB (Red+Green+Blue) = 173+228+130=531 (70% of max value = 765). Red value is 173 (67.97% from 255 or 32.58% from 531); Green value is 228 (89.45% from 255 or 42.94% from 531); Blue value is 130 (51.17% from 255 or 24.48% from 531); Max value from RGB is 228 - color contains mainly: green. Hex color #ADE482 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADE482 is #521B7D. Grayscale: #C8C8C8. Windows color (decimal): -5380990 or 8578221. OLE color: 8578221.
HSL color Cylindrical-coordinate representation of color #ADE482: hue angle of 93.67º degrees, saturation: 0.64, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #ADE482 is Cyan = 0.24, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 173 | 228 | 130 | - |
| CMYK | 0.24 | 0 | 0.43 | 0.11 |
| HSL | 93.67º | 0.64% | 0.7% | - |
| HSV(B) | 93.67º | 0.43% | 0.89% | - |
| XYZ | 49.01 | 65.98 | 31.27 | - |
| YUV | 200.38 | 88.28 | 108.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 228 | 130 | 0.24 | 0 | 0.43 | 0.11 | 93.67 | 0.64 | 0.7 |
| Hex | AD | E4 | 82 | 18 | 0 | 2B | B | 5E | 40 | 46 |
| Octal | 255 | 344 | 202 | 30 | 0 | 53 | 13 | 136 | 100 | 106 |
| Binary | 10101101 | 11100100 | 10000010 | 11000 | 0 | 101011 | 1011 | 1011110 | 1000000 | 1000110 |
Color Harmonies of #ADE482
Complementary color
Monochromatic Colors of #ADE482
Black with #ADE482
Text Example
Text Example
White with #ADE482
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADE482; }
p { color: rgb(173,228,130); }
H1.HeaderClassName
{
color: #ADE482;
}
.AnyTagClassName
{
color: #ADE482;
}
</style>
background-color css
<style>
a { background-color: #ADE482; }
a { background-color: rgb(173,228,130); }
div.DivClassName
{
background-color: #ADE482;
}
.BgClassName
{
background-color: #ADE482;
}
</style>
border-color css
<style>
span { border-color: #ADE482; }
span { border-color: rgb(173,228,130); }
td.TdClassName
{
border-color: #ADE482;
}
.TagClassName
{
border-color: #ADE482;
}
</style>