Shades of Feijoa #ADE291
Tints of Feijoa #ADE291
RGB
CMYK
RGB Variations
Color information
#ADE291 (or 0xADE291) is known color: Feijoa. HEX triplet: AD, E2 and 91. RGB value is (173,226,145). Sum of RGB (Red+Green+Blue) = 173+226+145=544 (72% of max value = 765). Red value is 173 (67.97% from 255 or 31.80% from 544); Green value is 226 (88.67% from 255 or 41.54% from 544); Blue value is 145 (57.03% from 255 or 26.65% from 544); Max value from RGB is 226 - color contains mainly: green. Hex color #ADE291 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADE291 is #521D6E. Grayscale: #C9C9C9. Windows color (decimal): -5381487 or 9560749. OLE color: 9560749.
HSL color Cylindrical-coordinate representation of color #ADE291: hue angle of 99.26º degrees, saturation: 0.58, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #ADE291 is Cyan = 0.23, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 173 | 226 | 145 | - |
| CMYK | 0.23 | 0 | 0.36 | 0.11 |
| HSL | 99.26º | 0.58% | 0.73% | - |
| HSV(B) | 99.26º | 0.36% | 0.89% | - |
| XYZ | 49.54 | 65.32 | 36.79 | - |
| YUV | 200.92 | 96.44 | 108.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 226 | 145 | 0.23 | 0 | 0.36 | 0.11 | 99.26 | 0.58 | 0.73 |
| Hex | AD | E2 | 91 | 17 | 0 | 24 | B | 63 | 3A | 49 |
| Octal | 255 | 342 | 221 | 27 | 0 | 44 | 13 | 143 | 72 | 111 |
| Binary | 10101101 | 11100010 | 10010001 | 10111 | 0 | 100100 | 1011 | 1100011 | 111010 | 1001001 |
Color Harmonies of #ADE291
Complementary color
Monochromatic Colors of #ADE291
Black with #ADE291
Text Example
Text Example
White with #ADE291
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADE291; }
p { color: rgb(173,226,145); }
H1.HeaderClassName
{
color: #ADE291;
}
.AnyTagClassName
{
color: #ADE291;
}
</style>
background-color css
<style>
a { background-color: #ADE291; }
a { background-color: rgb(173,226,145); }
div.DivClassName
{
background-color: #ADE291;
}
.BgClassName
{
background-color: #ADE291;
}
</style>
border-color css
<style>
span { border-color: #ADE291; }
span { border-color: rgb(173,226,145); }
td.TdClassName
{
border-color: #ADE291;
}
.TagClassName
{
border-color: #ADE291;
}
</style>