Shades of Feijoa #ADE294
Tints of Feijoa #ADE294
RGB
CMYK
RGB Variations
Color information
#ADE294 (or 0xADE294) is known color: Feijoa. HEX triplet: AD, E2 and 94. RGB value is (173,226,148). Sum of RGB (Red+Green+Blue) = 173+226+148=547 (72% of max value = 765). Red value is 173 (67.97% from 255 or 31.63% from 547); Green value is 226 (88.67% from 255 or 41.32% from 547); Blue value is 148 (58.20% from 255 or 27.06% from 547); Max value from RGB is 226 - color contains mainly: green. Hex color #ADE294 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADE294 is #521D6B. Grayscale: #C9C9C9. Windows color (decimal): -5381484 or 9757357. OLE color: 9757357.
HSL color Cylindrical-coordinate representation of color #ADE294: hue angle of 100.77º degrees, saturation: 0.57, 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 #ADE294 is Cyan = 0.23, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 173 | 226 | 148 | - |
| CMYK | 0.23 | 0 | 0.35 | 0.11 |
| HSL | 100.77º | 0.57% | 0.73% | - |
| HSV(B) | 100.77º | 0.35% | 0.89% | - |
| XYZ | 49.78 | 65.42 | 38.02 | - |
| YUV | 201.26 | 97.94 | 107.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 226 | 148 | 0.23 | 0 | 0.35 | 0.11 | 100.77 | 0.57 | 0.73 |
| Hex | AD | E2 | 94 | 17 | 0 | 23 | B | 65 | 39 | 49 |
| Octal | 255 | 342 | 224 | 27 | 0 | 43 | 13 | 145 | 71 | 111 |
| Binary | 10101101 | 11100010 | 10010100 | 10111 | 0 | 100011 | 1011 | 1100101 | 111001 | 1001001 |
Color Harmonies of #ADE294
Complementary color
Monochromatic Colors of #ADE294
Black with #ADE294
Text Example
Text Example
White with #ADE294
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADE294; }
p { color: rgb(173,226,148); }
H1.HeaderClassName
{
color: #ADE294;
}
.AnyTagClassName
{
color: #ADE294;
}
</style>
background-color css
<style>
a { background-color: #ADE294; }
a { background-color: rgb(173,226,148); }
div.DivClassName
{
background-color: #ADE294;
}
.BgClassName
{
background-color: #ADE294;
}
</style>
border-color css
<style>
span { border-color: #ADE294; }
span { border-color: rgb(173,226,148); }
td.TdClassName
{
border-color: #ADE294;
}
.TagClassName
{
border-color: #ADE294;
}
</style>