Shades of Feijoa #ADE986
Tints of Feijoa #ADE986
RGB
CMYK
RGB Variations
Color information
#ADE986 (or 0xADE986) is known color: Feijoa. HEX triplet: AD, E9 and 86. RGB value is (173,233,134). Sum of RGB (Red+Green+Blue) = 173+233+134=540 (71% of max value = 765). Red value is 173 (67.97% from 255 or 32.04% from 540); Green value is 233 (91.41% from 255 or 43.15% from 540); Blue value is 134 (52.73% from 255 or 24.81% from 540); Max value from RGB is 233 - color contains mainly: green. Hex color #ADE986 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ADE986 is #521679. Grayscale: #CCCCCC. Windows color (decimal): -5379706 or 8841645. OLE color: 8841645.
HSL color Cylindrical-coordinate representation of color #ADE986: hue angle of 96.36º 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 #ADE986 is Cyan = 0.26, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 173 | 233 | 134 | - |
| CMYK | 0.26 | 0 | 0.42 | 0.09 |
| HSL | 96.36º | 0.69% | 0.72% | - |
| HSV(B) | 96.36º | 0.42% | 0.91% | - |
| XYZ | 50.68 | 68.88 | 33.18 | - |
| YUV | 203.77 | 88.62 | 106.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 233 | 134 | 0.26 | 0 | 0.42 | 0.09 | 96.36 | 0.69 | 0.72 |
| Hex | AD | E9 | 86 | 1A | 0 | 2A | 9 | 60 | 45 | 48 |
| Octal | 255 | 351 | 206 | 32 | 0 | 52 | 11 | 140 | 105 | 110 |
| Binary | 10101101 | 11101001 | 10000110 | 11010 | 0 | 101010 | 1001 | 1100000 | 1000101 | 1001000 |
Color Harmonies of #ADE986
Complementary color
Monochromatic Colors of #ADE986
Black with #ADE986
Text Example
Text Example
White with #ADE986
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADE986; }
p { color: rgb(173,233,134); }
H1.HeaderClassName
{
color: #ADE986;
}
.AnyTagClassName
{
color: #ADE986;
}
</style>
background-color css
<style>
a { background-color: #ADE986; }
a { background-color: rgb(173,233,134); }
div.DivClassName
{
background-color: #ADE986;
}
.BgClassName
{
background-color: #ADE986;
}
</style>
border-color css
<style>
span { border-color: #ADE986; }
span { border-color: rgb(173,233,134); }
td.TdClassName
{
border-color: #ADE986;
}
.TagClassName
{
border-color: #ADE986;
}
</style>