Shades of Feijoa #ADE787
Tints of Feijoa #ADE787
RGB
CMYK
RGB Variations
Color information
#ADE787 (or 0xADE787) is known color: Feijoa. HEX triplet: AD, E7 and 87. RGB value is (173,231,135). Sum of RGB (Red+Green+Blue) = 173+231+135=539 (71% of max value = 765). Red value is 173 (67.97% from 255 or 32.10% from 539); Green value is 231 (90.62% from 255 or 42.86% from 539); Blue value is 135 (53.12% from 255 or 25.05% from 539); Max value from RGB is 231 - color contains mainly: green. Hex color #ADE787 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ADE787 is #521878. Grayscale: #CBCBCB. Windows color (decimal): -5380217 or 8906669. OLE color: 8906669.
HSL color Cylindrical-coordinate representation of color #ADE787: hue angle of 96.25º degrees, saturation: 0.67, 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 #ADE787 is Cyan = 0.25, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 173 | 231 | 135 | - |
| CMYK | 0.25 | 0 | 0.42 | 0.09 |
| HSL | 96.25º | 0.67% | 0.72% | - |
| HSV(B) | 96.25º | 0.42% | 0.91% | - |
| XYZ | 50.18 | 67.79 | 33.36 | - |
| YUV | 202.71 | 89.78 | 106.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 231 | 135 | 0.25 | 0 | 0.42 | 0.09 | 96.25 | 0.67 | 0.72 |
| Hex | AD | E7 | 87 | 19 | 0 | 2A | 9 | 60 | 43 | 48 |
| Octal | 255 | 347 | 207 | 31 | 0 | 52 | 11 | 140 | 103 | 110 |
| Binary | 10101101 | 11100111 | 10000111 | 11001 | 0 | 101010 | 1001 | 1100000 | 1000011 | 1001000 |
Color Harmonies of #ADE787
Complementary color
Monochromatic Colors of #ADE787
Black with #ADE787
Text Example
Text Example
White with #ADE787
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADE787; }
p { color: rgb(173,231,135); }
H1.HeaderClassName
{
color: #ADE787;
}
.AnyTagClassName
{
color: #ADE787;
}
</style>
background-color css
<style>
a { background-color: #ADE787; }
a { background-color: rgb(173,231,135); }
div.DivClassName
{
background-color: #ADE787;
}
.BgClassName
{
background-color: #ADE787;
}
</style>
border-color css
<style>
span { border-color: #ADE787; }
span { border-color: rgb(173,231,135); }
td.TdClassName
{
border-color: #ADE787;
}
.TagClassName
{
border-color: #ADE787;
}
</style>