Shades of Feijoa #ADE187
Tints of Feijoa #ADE187
RGB
CMYK
RGB Variations
Color information
#ADE187 (or 0xADE187) is known color: Feijoa. HEX triplet: AD, E1 and 87. RGB value is (173,225,135). Sum of RGB (Red+Green+Blue) = 173+225+135=533 (70% of max value = 765). Red value is 173 (67.97% from 255 or 32.46% from 533); Green value is 225 (88.28% from 255 or 42.21% from 533); Blue value is 135 (53.12% from 255 or 25.33% from 533); Max value from RGB is 225 - color contains mainly: green. Hex color #ADE187 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADE187 is #521E78. Grayscale: #C7C7C7. Windows color (decimal): -5381753 or 8905133. OLE color: 8905133.
HSL color Cylindrical-coordinate representation of color #ADE187: hue angle of 94.67º degrees, saturation: 0.6, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #ADE187 is Cyan = 0.23, Magento = 0, Yellow = 0.4 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 173 | 225 | 135 | - |
| CMYK | 0.23 | 0 | 0.4 | 0.12 |
| HSL | 94.67º | 0.6% | 0.71% | - |
| HSV(B) | 94.67º | 0.4% | 0.88% | - |
| XYZ | 48.53 | 64.48 | 32.81 | - |
| YUV | 199.19 | 91.77 | 109.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 225 | 135 | 0.23 | 0 | 0.4 | 0.12 | 94.67 | 0.6 | 0.71 |
| Hex | AD | E1 | 87 | 17 | 0 | 28 | C | 5F | 3C | 47 |
| Octal | 255 | 341 | 207 | 27 | 0 | 50 | 14 | 137 | 74 | 107 |
| Binary | 10101101 | 11100001 | 10000111 | 10111 | 0 | 101000 | 1100 | 1011111 | 111100 | 1000111 |
Color Harmonies of #ADE187
Complementary color
Monochromatic Colors of #ADE187
Black with #ADE187
Text Example
Text Example
White with #ADE187
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADE187; }
p { color: rgb(173,225,135); }
H1.HeaderClassName
{
color: #ADE187;
}
.AnyTagClassName
{
color: #ADE187;
}
</style>
background-color css
<style>
a { background-color: #ADE187; }
a { background-color: rgb(173,225,135); }
div.DivClassName
{
background-color: #ADE187;
}
.BgClassName
{
background-color: #ADE187;
}
</style>
border-color css
<style>
span { border-color: #ADE187; }
span { border-color: rgb(173,225,135); }
td.TdClassName
{
border-color: #ADE187;
}
.TagClassName
{
border-color: #ADE187;
}
</style>