Shades of Feijoa #ADE487
Tints of Feijoa #ADE487
RGB
CMYK
RGB Variations
Color information
#ADE487 (or 0xADE487) is known color: Feijoa. HEX triplet: AD, E4 and 87. RGB value is (173,228,135). Sum of RGB (Red+Green+Blue) = 173+228+135=536 (70% of max value = 765). Red value is 173 (67.97% from 255 or 32.28% from 536); Green value is 228 (89.45% from 255 or 42.54% from 536); Blue value is 135 (53.12% from 255 or 25.19% from 536); Max value from RGB is 228 - color contains mainly: green. Hex color #ADE487 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADE487 is #521B78. Grayscale: #C9C9C9. Windows color (decimal): -5380985 or 8905901. OLE color: 8905901.
HSL color Cylindrical-coordinate representation of color #ADE487: hue angle of 95.48º degrees, saturation: 0.63, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #ADE487 is Cyan = 0.24, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 173 | 228 | 135 | - |
| CMYK | 0.24 | 0 | 0.41 | 0.11 |
| HSL | 95.48º | 0.63% | 0.71% | - |
| HSV(B) | 95.48º | 0.41% | 0.89% | - |
| XYZ | 49.35 | 66.12 | 33.08 | - |
| YUV | 200.95 | 90.78 | 108.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 228 | 135 | 0.24 | 0 | 0.41 | 0.11 | 95.48 | 0.63 | 0.71 |
| Hex | AD | E4 | 87 | 18 | 0 | 29 | B | 5F | 3F | 47 |
| Octal | 255 | 344 | 207 | 30 | 0 | 51 | 13 | 137 | 77 | 107 |
| Binary | 10101101 | 11100100 | 10000111 | 11000 | 0 | 101001 | 1011 | 1011111 | 111111 | 1000111 |
Color Harmonies of #ADE487
Complementary color
Monochromatic Colors of #ADE487
Black with #ADE487
Text Example
Text Example
White with #ADE487
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADE487; }
p { color: rgb(173,228,135); }
H1.HeaderClassName
{
color: #ADE487;
}
.AnyTagClassName
{
color: #ADE487;
}
</style>
background-color css
<style>
a { background-color: #ADE487; }
a { background-color: rgb(173,228,135); }
div.DivClassName
{
background-color: #ADE487;
}
.BgClassName
{
background-color: #ADE487;
}
</style>
border-color css
<style>
span { border-color: #ADE487; }
span { border-color: rgb(173,228,135); }
td.TdClassName
{
border-color: #ADE487;
}
.TagClassName
{
border-color: #ADE487;
}
</style>