Shades of Feijoa #ADE387
Tints of Feijoa #ADE387
RGB
CMYK
RGB Variations
Color information
#ADE387 (or 0xADE387) is known color: Feijoa. HEX triplet: AD, E3 and 87. RGB value is (173,227,135). Sum of RGB (Red+Green+Blue) = 173+227+135=535 (70% of max value = 765). Red value is 173 (67.97% from 255 or 32.34% from 535); Green value is 227 (89.06% from 255 or 42.43% from 535); Blue value is 135 (53.12% from 255 or 25.23% from 535); Max value from RGB is 227 - color contains mainly: green. Hex color #ADE387 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADE387 is #521C78. Grayscale: #C8C8C8. Windows color (decimal): -5381241 or 8905645. OLE color: 8905645.
HSL color Cylindrical-coordinate representation of color #ADE387: hue angle of 95.22º degrees, saturation: 0.62, 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 #ADE387 is Cyan = 0.24, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 173 | 227 | 135 | - |
| CMYK | 0.24 | 0 | 0.41 | 0.11 |
| HSL | 95.22º | 0.62% | 0.71% | - |
| HSV(B) | 95.22º | 0.41% | 0.89% | - |
| XYZ | 49.08 | 65.57 | 32.99 | - |
| YUV | 200.37 | 91.11 | 108.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 227 | 135 | 0.24 | 0 | 0.41 | 0.11 | 95.22 | 0.62 | 0.71 |
| Hex | AD | E3 | 87 | 18 | 0 | 29 | B | 5F | 3E | 47 |
| Octal | 255 | 343 | 207 | 30 | 0 | 51 | 13 | 137 | 76 | 107 |
| Binary | 10101101 | 11100011 | 10000111 | 11000 | 0 | 101001 | 1011 | 1011111 | 111110 | 1000111 |
Color Harmonies of #ADE387
Complementary color
Monochromatic Colors of #ADE387
Black with #ADE387
Text Example
Text Example
White with #ADE387
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADE387; }
p { color: rgb(173,227,135); }
H1.HeaderClassName
{
color: #ADE387;
}
.AnyTagClassName
{
color: #ADE387;
}
</style>
background-color css
<style>
a { background-color: #ADE387; }
a { background-color: rgb(173,227,135); }
div.DivClassName
{
background-color: #ADE387;
}
.BgClassName
{
background-color: #ADE387;
}
</style>
border-color css
<style>
span { border-color: #ADE387; }
span { border-color: rgb(173,227,135); }
td.TdClassName
{
border-color: #ADE387;
}
.TagClassName
{
border-color: #ADE387;
}
</style>