Shades of Feijoa #ADE191
Tints of Feijoa #ADE191
RGB
CMYK
RGB Variations
Color information
#ADE191 (or 0xADE191) is known color: Feijoa. HEX triplet: AD, E1 and 91. RGB value is (173,225,145). Sum of RGB (Red+Green+Blue) = 173+225+145=543 (71% of max value = 765). Red value is 173 (67.97% from 255 or 31.86% from 543); Green value is 225 (88.28% from 255 or 41.44% from 543); Blue value is 145 (57.03% from 255 or 26.70% from 543); Max value from RGB is 225 - color contains mainly: green. Hex color #ADE191 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADE191 is #521E6E. Grayscale: #C8C8C8. Windows color (decimal): -5381743 or 9560493. OLE color: 9560493.
HSL color Cylindrical-coordinate representation of color #ADE191: hue angle of 99º degrees, saturation: 0.57, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #ADE191 is Cyan = 0.23, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 173 | 225 | 145 | - |
| CMYK | 0.23 | 0 | 0.36 | 0.12 |
| HSL | 99º | 0.57% | 0.73% | - |
| HSV(B) | 99º | 0.36% | 0.88% | - |
| XYZ | 49.27 | 64.78 | 36.69 | - |
| YUV | 200.33 | 96.77 | 108.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 225 | 145 | 0.23 | 0 | 0.36 | 0.12 | 99 | 0.57 | 0.73 |
| Hex | AD | E1 | 91 | 17 | 0 | 24 | C | 63 | 39 | 49 |
| Octal | 255 | 341 | 221 | 27 | 0 | 44 | 14 | 143 | 71 | 111 |
| Binary | 10101101 | 11100001 | 10010001 | 10111 | 0 | 100100 | 1100 | 1100011 | 111001 | 1001001 |
Color Harmonies of #ADE191
Complementary color
Monochromatic Colors of #ADE191
Black with #ADE191
Text Example
Text Example
White with #ADE191
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADE191; }
p { color: rgb(173,225,145); }
H1.HeaderClassName
{
color: #ADE191;
}
.AnyTagClassName
{
color: #ADE191;
}
</style>
background-color css
<style>
a { background-color: #ADE191; }
a { background-color: rgb(173,225,145); }
div.DivClassName
{
background-color: #ADE191;
}
.BgClassName
{
background-color: #ADE191;
}
</style>
border-color css
<style>
span { border-color: #ADE191; }
span { border-color: rgb(173,225,145); }
td.TdClassName
{
border-color: #ADE191;
}
.TagClassName
{
border-color: #ADE191;
}
</style>