Shades of Feijoa #ADE276
Tints of Feijoa #ADE276
RGB
CMYK
RGB Variations
Color information
#ADE276 (or 0xADE276) is known color: Feijoa. HEX triplet: AD, E2 and 76. RGB value is (173,226,118). Sum of RGB (Red+Green+Blue) = 173+226+118=517 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.46% from 517); Green value is 226 (88.67% from 255 or 43.71% from 517); Blue value is 118 (46.48% from 255 or 22.82% from 517); Max value from RGB is 226 - color contains mainly: green. Hex color #ADE276 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADE276 is #521D89. Grayscale: #C6C6C6. Windows color (decimal): -5381514 or 7791277. OLE color: 7791277.
HSL color Cylindrical-coordinate representation of color #ADE276: hue angle of 89.44º degrees, saturation: 0.65, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #ADE276 is Cyan = 0.23, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 173 | 226 | 118 | - |
| CMYK | 0.23 | 0 | 0.48 | 0.11 |
| HSL | 89.44º | 0.65% | 0.67% | - |
| HSV(B) | 89.44º | 0.48% | 0.89% | - |
| XYZ | 47.7 | 64.58 | 27.09 | - |
| YUV | 197.84 | 82.94 | 110.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 226 | 118 | 0.23 | 0 | 0.48 | 0.11 | 89.44 | 0.65 | 0.67 |
| Hex | AD | E2 | 76 | 17 | 0 | 30 | B | 59 | 41 | 43 |
| Octal | 255 | 342 | 166 | 27 | 0 | 60 | 13 | 131 | 101 | 103 |
| Binary | 10101101 | 11100010 | 1110110 | 10111 | 0 | 110000 | 1011 | 1011001 | 1000001 | 1000011 |
Color Harmonies of #ADE276
Complementary color
Monochromatic Colors of #ADE276
Black with #ADE276
Text Example
Text Example
White with #ADE276
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADE276; }
p { color: rgb(173,226,118); }
H1.HeaderClassName
{
color: #ADE276;
}
.AnyTagClassName
{
color: #ADE276;
}
</style>
background-color css
<style>
a { background-color: #ADE276; }
a { background-color: rgb(173,226,118); }
div.DivClassName
{
background-color: #ADE276;
}
.BgClassName
{
background-color: #ADE276;
}
</style>
border-color css
<style>
span { border-color: #ADE276; }
span { border-color: rgb(173,226,118); }
td.TdClassName
{
border-color: #ADE276;
}
.TagClassName
{
border-color: #ADE276;
}
</style>