Shades of Feijoa #ADE287
Tints of Feijoa #ADE287
RGB
CMYK
RGB Variations
Color information
#ADE287 (or 0xADE287) is known color: Feijoa. HEX triplet: AD, E2 and 87. RGB value is (173,226,135). Sum of RGB (Red+Green+Blue) = 173+226+135=534 (70% of max value = 765). Red value is 173 (67.97% from 255 or 32.40% from 534); Green value is 226 (88.67% from 255 or 42.32% from 534); Blue value is 135 (53.12% from 255 or 25.28% from 534); Max value from RGB is 226 - color contains mainly: green. Hex color #ADE287 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADE287 is #521D78. Grayscale: #C8C8C8. Windows color (decimal): -5381497 or 8905389. OLE color: 8905389.
HSL color Cylindrical-coordinate representation of color #ADE287: hue angle of 94.95º degrees, saturation: 0.61, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #ADE287 is Cyan = 0.23, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 173 | 226 | 135 | - |
| CMYK | 0.23 | 0 | 0.40 | 0.11 |
| HSL | 94.95º | 0.61% | 0.71% | - |
| HSV(B) | 94.95º | 0.4% | 0.89% | - |
| XYZ | 48.8 | 65.03 | 32.9 | - |
| YUV | 199.78 | 91.44 | 108.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 226 | 135 | 0.23 | 0 | 0.40 | 0.11 | 94.95 | 0.61 | 0.71 |
| Hex | AD | E2 | 87 | 17 | 0 | 28 | B | 5F | 3D | 47 |
| Octal | 255 | 342 | 207 | 27 | 0 | 50 | 13 | 137 | 75 | 107 |
| Binary | 10101101 | 11100010 | 10000111 | 10111 | 0 | 101000 | 1011 | 1011111 | 111101 | 1000111 |
Color Harmonies of #ADE287
Complementary color
Monochromatic Colors of #ADE287
Black with #ADE287
Text Example
Text Example
White with #ADE287
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADE287; }
p { color: rgb(173,226,135); }
H1.HeaderClassName
{
color: #ADE287;
}
.AnyTagClassName
{
color: #ADE287;
}
</style>
background-color css
<style>
a { background-color: #ADE287; }
a { background-color: rgb(173,226,135); }
div.DivClassName
{
background-color: #ADE287;
}
.BgClassName
{
background-color: #ADE287;
}
</style>
border-color css
<style>
span { border-color: #ADE287; }
span { border-color: rgb(173,226,135); }
td.TdClassName
{
border-color: #ADE287;
}
.TagClassName
{
border-color: #ADE287;
}
</style>