Shades of Feijoa #ADE286
Tints of Feijoa #ADE286
RGB
CMYK
RGB Variations
Color information
#ADE286 (or 0xADE286) is known color: Feijoa. HEX triplet: AD, E2 and 86. RGB value is (173,226,134). Sum of RGB (Red+Green+Blue) = 173+226+134=533 (70% of max value = 765). Red value is 173 (67.97% from 255 or 32.46% from 533); Green value is 226 (88.67% from 255 or 42.40% from 533); Blue value is 134 (52.73% from 255 or 25.14% from 533); Max value from RGB is 226 - color contains mainly: green. Hex color #ADE286 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADE286 is #521D79. Grayscale: #C7C7C7. Windows color (decimal): -5381498 or 8839853. OLE color: 8839853.
HSL color Cylindrical-coordinate representation of color #ADE286: hue angle of 94.57º degrees, saturation: 0.61, 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 #ADE286 is Cyan = 0.23, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 173 | 226 | 134 | - |
| CMYK | 0.23 | 0 | 0.41 | 0.11 |
| HSL | 94.57º | 0.61% | 0.71% | - |
| HSV(B) | 94.57º | 0.41% | 0.89% | - |
| XYZ | 48.73 | 65 | 32.53 | - |
| YUV | 199.67 | 90.94 | 108.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 226 | 134 | 0.23 | 0 | 0.41 | 0.11 | 94.57 | 0.61 | 0.71 |
| Hex | AD | E2 | 86 | 17 | 0 | 29 | B | 5F | 3D | 47 |
| Octal | 255 | 342 | 206 | 27 | 0 | 51 | 13 | 137 | 75 | 107 |
| Binary | 10101101 | 11100010 | 10000110 | 10111 | 0 | 101001 | 1011 | 1011111 | 111101 | 1000111 |
Color Harmonies of #ADE286
Complementary color
Monochromatic Colors of #ADE286
Black with #ADE286
Text Example
Text Example
White with #ADE286
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADE286; }
p { color: rgb(173,226,134); }
H1.HeaderClassName
{
color: #ADE286;
}
.AnyTagClassName
{
color: #ADE286;
}
</style>
background-color css
<style>
a { background-color: #ADE286; }
a { background-color: rgb(173,226,134); }
div.DivClassName
{
background-color: #ADE286;
}
.BgClassName
{
background-color: #ADE286;
}
</style>
border-color css
<style>
span { border-color: #ADE286; }
span { border-color: rgb(173,226,134); }
td.TdClassName
{
border-color: #ADE286;
}
.TagClassName
{
border-color: #ADE286;
}
</style>