Shades of Feijoa #ADE293
Tints of Feijoa #ADE293
RGB
CMYK
RGB Variations
Color information
#ADE293 (or 0xADE293) is known color: Feijoa. HEX triplet: AD, E2 and 93. RGB value is (173,226,147). Sum of RGB (Red+Green+Blue) = 173+226+147=546 (72% of max value = 765). Red value is 173 (67.97% from 255 or 31.68% from 546); Green value is 226 (88.67% from 255 or 41.39% from 546); Blue value is 147 (57.81% from 255 or 26.92% from 546); Max value from RGB is 226 - color contains mainly: green. Hex color #ADE293 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADE293 is #521D6C. Grayscale: #C9C9C9. Windows color (decimal): -5381485 or 9691821. OLE color: 9691821.
HSL color Cylindrical-coordinate representation of color #ADE293: hue angle of 100.25º degrees, saturation: 0.58, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #ADE293 is Cyan = 0.23, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 173 | 226 | 147 | - |
| CMYK | 0.23 | 0 | 0.35 | 0.11 |
| HSL | 100.25º | 0.58% | 0.73% | - |
| HSV(B) | 100.25º | 0.35% | 0.89% | - |
| XYZ | 49.7 | 65.38 | 37.6 | - |
| YUV | 201.15 | 97.44 | 107.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 226 | 147 | 0.23 | 0 | 0.35 | 0.11 | 100.25 | 0.58 | 0.73 |
| Hex | AD | E2 | 93 | 17 | 0 | 23 | B | 64 | 3A | 49 |
| Octal | 255 | 342 | 223 | 27 | 0 | 43 | 13 | 144 | 72 | 111 |
| Binary | 10101101 | 11100010 | 10010011 | 10111 | 0 | 100011 | 1011 | 1100100 | 111010 | 1001001 |
Color Harmonies of #ADE293
Complementary color
Monochromatic Colors of #ADE293
Black with #ADE293
Text Example
Text Example
White with #ADE293
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADE293; }
p { color: rgb(173,226,147); }
H1.HeaderClassName
{
color: #ADE293;
}
.AnyTagClassName
{
color: #ADE293;
}
</style>
background-color css
<style>
a { background-color: #ADE293; }
a { background-color: rgb(173,226,147); }
div.DivClassName
{
background-color: #ADE293;
}
.BgClassName
{
background-color: #ADE293;
}
</style>
border-color css
<style>
span { border-color: #ADE293; }
span { border-color: rgb(173,226,147); }
td.TdClassName
{
border-color: #ADE293;
}
.TagClassName
{
border-color: #ADE293;
}
</style>