Shades of Feijoa #ADE091
Tints of Feijoa #ADE091
RGB
CMYK
RGB Variations
Color information
#ADE091 (or 0xADE091) is known color: Feijoa. HEX triplet: AD, E0 and 91. RGB value is (173,224,145). Sum of RGB (Red+Green+Blue) = 173+224+145=542 (71% of max value = 765). Red value is 173 (67.97% from 255 or 31.92% from 542); Green value is 224 (87.89% from 255 or 41.33% from 542); Blue value is 145 (57.03% from 255 or 26.75% from 542); Max value from RGB is 224 - color contains mainly: green. Hex color #ADE091 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADE091 is #521F6E. Grayscale: #C8C8C8. Windows color (decimal): -5381999 or 9560237. OLE color: 9560237.
HSL color Cylindrical-coordinate representation of color #ADE091: hue angle of 98.73º degrees, saturation: 0.56, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #ADE091 is Cyan = 0.23, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 173 | 224 | 145 | - |
| CMYK | 0.23 | 0 | 0.35 | 0.12 |
| HSL | 98.73º | 0.56% | 0.72% | - |
| HSV(B) | 98.73º | 0.35% | 0.88% | - |
| XYZ | 49 | 64.24 | 36.61 | - |
| YUV | 199.75 | 97.1 | 108.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 224 | 145 | 0.23 | 0 | 0.35 | 0.12 | 98.73 | 0.56 | 0.72 |
| Hex | AD | E0 | 91 | 17 | 0 | 23 | C | 63 | 38 | 48 |
| Octal | 255 | 340 | 221 | 27 | 0 | 43 | 14 | 143 | 70 | 110 |
| Binary | 10101101 | 11100000 | 10010001 | 10111 | 0 | 100011 | 1100 | 1100011 | 111000 | 1001000 |
Color Harmonies of #ADE091
Complementary color
Monochromatic Colors of #ADE091
Black with #ADE091
Text Example
Text Example
White with #ADE091
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADE091; }
p { color: rgb(173,224,145); }
H1.HeaderClassName
{
color: #ADE091;
}
.AnyTagClassName
{
color: #ADE091;
}
</style>
background-color css
<style>
a { background-color: #ADE091; }
a { background-color: rgb(173,224,145); }
div.DivClassName
{
background-color: #ADE091;
}
.BgClassName
{
background-color: #ADE091;
}
</style>
border-color css
<style>
span { border-color: #ADE091; }
span { border-color: rgb(173,224,145); }
td.TdClassName
{
border-color: #ADE091;
}
.TagClassName
{
border-color: #ADE091;
}
</style>