Shades of Feijoa #ADE987
Tints of Feijoa #ADE987
RGB
CMYK
RGB Variations
Color information
#ADE987 (or 0xADE987) is known color: Feijoa. HEX triplet: AD, E9 and 87. RGB value is (173,233,135). Sum of RGB (Red+Green+Blue) = 173+233+135=541 (71% of max value = 765). Red value is 173 (67.97% from 255 or 31.98% from 541); Green value is 233 (91.41% from 255 or 43.07% from 541); Blue value is 135 (53.12% from 255 or 24.95% from 541); Max value from RGB is 233 - color contains mainly: green. Hex color #ADE987 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ADE987 is #521678. Grayscale: #CCCCCC. Windows color (decimal): -5379705 or 8907181. OLE color: 8907181.
HSL color Cylindrical-coordinate representation of color #ADE987: hue angle of 96.73º degrees, saturation: 0.69, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #ADE987 is Cyan = 0.26, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 173 | 233 | 135 | - |
| CMYK | 0.26 | 0 | 0.42 | 0.09 |
| HSL | 96.73º | 0.69% | 0.72% | - |
| HSV(B) | 96.73º | 0.42% | 0.91% | - |
| XYZ | 50.75 | 68.91 | 33.55 | - |
| YUV | 203.89 | 89.12 | 105.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 233 | 135 | 0.26 | 0 | 0.42 | 0.09 | 96.73 | 0.69 | 0.72 |
| Hex | AD | E9 | 87 | 1A | 0 | 2A | 9 | 61 | 45 | 48 |
| Octal | 255 | 351 | 207 | 32 | 0 | 52 | 11 | 141 | 105 | 110 |
| Binary | 10101101 | 11101001 | 10000111 | 11010 | 0 | 101010 | 1001 | 1100001 | 1000101 | 1001000 |
Color Harmonies of #ADE987
Complementary color
Monochromatic Colors of #ADE987
Black with #ADE987
Text Example
Text Example
White with #ADE987
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADE987; }
p { color: rgb(173,233,135); }
H1.HeaderClassName
{
color: #ADE987;
}
.AnyTagClassName
{
color: #ADE987;
}
</style>
background-color css
<style>
a { background-color: #ADE987; }
a { background-color: rgb(173,233,135); }
div.DivClassName
{
background-color: #ADE987;
}
.BgClassName
{
background-color: #ADE987;
}
</style>
border-color css
<style>
span { border-color: #ADE987; }
span { border-color: rgb(173,233,135); }
td.TdClassName
{
border-color: #ADE987;
}
.TagClassName
{
border-color: #ADE987;
}
</style>