Shades of Feijoa #ADE87F
Tints of Feijoa #ADE87F
RGB
CMYK
RGB Variations
Color information
#ADE87F (or 0xADE87F) is known color: Feijoa. HEX triplet: AD, E8 and 7F. RGB value is (173,232,127). Sum of RGB (Red+Green+Blue) = 173+232+127=532 (70% of max value = 765). Red value is 173 (67.97% from 255 or 32.52% from 532); Green value is 232 (91.02% from 255 or 43.61% from 532); Blue value is 127 (50% from 255 or 23.87% from 532); Max value from RGB is 232 - color contains mainly: green. Hex color #ADE87F is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ADE87F is #521780. Grayscale: #CACACA. Windows color (decimal): -5379969 or 8382637. OLE color: 8382637.
HSL color Cylindrical-coordinate representation of color #ADE87F: hue angle of 93.71º degrees, saturation: 0.7, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #ADE87F is Cyan = 0.25, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 173 | 232 | 127 | - |
| CMYK | 0.25 | 0 | 0.45 | 0.09 |
| HSL | 93.71º | 0.7% | 0.7% | - |
| HSV(B) | 93.71º | 0.45% | 0.91% | - |
| XYZ | 49.92 | 68.13 | 30.6 | - |
| YUV | 202.39 | 85.45 | 107.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 232 | 127 | 0.25 | 0 | 0.45 | 0.09 | 93.71 | 0.7 | 0.7 |
| Hex | AD | E8 | 7F | 19 | 0 | 2D | 9 | 5E | 46 | 46 |
| Octal | 255 | 350 | 177 | 31 | 0 | 55 | 11 | 136 | 106 | 106 |
| Binary | 10101101 | 11101000 | 1111111 | 11001 | 0 | 101101 | 1001 | 1011110 | 1000110 | 1000110 |
Color Harmonies of #ADE87F
Complementary color
Monochromatic Colors of #ADE87F
Black with #ADE87F
Text Example
Text Example
White with #ADE87F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADE87F; }
p { color: rgb(173,232,127); }
H1.HeaderClassName
{
color: #ADE87F;
}
.AnyTagClassName
{
color: #ADE87F;
}
</style>
background-color css
<style>
a { background-color: #ADE87F; }
a { background-color: rgb(173,232,127); }
div.DivClassName
{
background-color: #ADE87F;
}
.BgClassName
{
background-color: #ADE87F;
}
</style>
border-color css
<style>
span { border-color: #ADE87F; }
span { border-color: rgb(173,232,127); }
td.TdClassName
{
border-color: #ADE87F;
}
.TagClassName
{
border-color: #ADE87F;
}
</style>