Shades of Feijoa #ADE087
Tints of Feijoa #ADE087
RGB
CMYK
RGB Variations
Color information
#ADE087 (or 0xADE087) is known color: Feijoa. HEX triplet: AD, E0 and 87. RGB value is (173,224,135). Sum of RGB (Red+Green+Blue) = 173+224+135=532 (70% of max value = 765). Red value is 173 (67.97% from 255 or 32.52% from 532); Green value is 224 (87.89% from 255 or 42.11% from 532); Blue value is 135 (53.12% from 255 or 25.38% from 532); Max value from RGB is 224 - color contains mainly: green. Hex color #ADE087 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADE087 is #521F78. Grayscale: #C6C6C6. Windows color (decimal): -5382009 or 8904877. OLE color: 8904877.
HSL color Cylindrical-coordinate representation of color #ADE087: hue angle of 94.38º degrees, saturation: 0.59, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #ADE087 is Cyan = 0.23, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 173 | 224 | 135 | - |
| CMYK | 0.23 | 0 | 0.40 | 0.12 |
| HSL | 94.38º | 0.59% | 0.7% | - |
| HSV(B) | 94.38º | 0.4% | 0.88% | - |
| XYZ | 48.26 | 63.94 | 32.72 | - |
| YUV | 198.61 | 92.1 | 109.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 224 | 135 | 0.23 | 0 | 0.40 | 0.12 | 94.38 | 0.59 | 0.7 |
| Hex | AD | E0 | 87 | 17 | 0 | 28 | C | 5E | 3B | 46 |
| Octal | 255 | 340 | 207 | 27 | 0 | 50 | 14 | 136 | 73 | 106 |
| Binary | 10101101 | 11100000 | 10000111 | 10111 | 0 | 101000 | 1100 | 1011110 | 111011 | 1000110 |
Color Harmonies of #ADE087
Complementary color
Monochromatic Colors of #ADE087
Black with #ADE087
Text Example
Text Example
White with #ADE087
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADE087; }
p { color: rgb(173,224,135); }
H1.HeaderClassName
{
color: #ADE087;
}
.AnyTagClassName
{
color: #ADE087;
}
</style>
background-color css
<style>
a { background-color: #ADE087; }
a { background-color: rgb(173,224,135); }
div.DivClassName
{
background-color: #ADE087;
}
.BgClassName
{
background-color: #ADE087;
}
</style>
border-color css
<style>
span { border-color: #ADE087; }
span { border-color: rgb(173,224,135); }
td.TdClassName
{
border-color: #ADE087;
}
.TagClassName
{
border-color: #ADE087;
}
</style>