Shades of Feijoa #ADE282
Tints of Feijoa #ADE282
RGB
CMYK
RGB Variations
Color information
#ADE282 (or 0xADE282) is known color: Feijoa. HEX triplet: AD, E2 and 82. RGB value is (173,226,130). Sum of RGB (Red+Green+Blue) = 173+226+130=529 (70% of max value = 765). Red value is 173 (67.97% from 255 or 32.70% from 529); Green value is 226 (88.67% from 255 or 42.72% from 529); Blue value is 130 (51.17% from 255 or 24.57% from 529); Max value from RGB is 226 - color contains mainly: green. Hex color #ADE282 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADE282 is #521D7D. Grayscale: #C7C7C7. Windows color (decimal): -5381502 or 8577709. OLE color: 8577709.
HSL color Cylindrical-coordinate representation of color #ADE282: hue angle of 93.12º degrees, saturation: 0.62, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #ADE282 is Cyan = 0.23, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 173 | 226 | 130 | - |
| CMYK | 0.23 | 0 | 0.42 | 0.11 |
| HSL | 93.13º | 0.62% | 0.7% | - |
| HSV(B) | 93.13º | 0.42% | 0.89% | - |
| XYZ | 48.46 | 64.89 | 31.09 | - |
| YUV | 199.21 | 88.94 | 109.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 226 | 130 | 0.23 | 0 | 0.42 | 0.11 | 93.13 | 0.62 | 0.7 |
| Hex | AD | E2 | 82 | 17 | 0 | 2A | B | 5D | 3E | 46 |
| Octal | 255 | 342 | 202 | 27 | 0 | 52 | 13 | 135 | 76 | 106 |
| Binary | 10101101 | 11100010 | 10000010 | 10111 | 0 | 101010 | 1011 | 1011101 | 111110 | 1000110 |
Color Harmonies of #ADE282
Complementary color
Monochromatic Colors of #ADE282
Black with #ADE282
Text Example
Text Example
White with #ADE282
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADE282; }
p { color: rgb(173,226,130); }
H1.HeaderClassName
{
color: #ADE282;
}
.AnyTagClassName
{
color: #ADE282;
}
</style>
background-color css
<style>
a { background-color: #ADE282; }
a { background-color: rgb(173,226,130); }
div.DivClassName
{
background-color: #ADE282;
}
.BgClassName
{
background-color: #ADE282;
}
</style>
border-color css
<style>
span { border-color: #ADE282; }
span { border-color: rgb(173,226,130); }
td.TdClassName
{
border-color: #ADE282;
}
.TagClassName
{
border-color: #ADE282;
}
</style>