Shades of Feijoa #ADE491
Tints of Feijoa #ADE491
RGB
CMYK
RGB Variations
Color information
#ADE491 (or 0xADE491) is known color: Feijoa. HEX triplet: AD, E4 and 91. RGB value is (173,228,145). Sum of RGB (Red+Green+Blue) = 173+228+145=546 (72% of max value = 765). Red value is 173 (67.97% from 255 or 31.68% from 546); Green value is 228 (89.45% from 255 or 41.76% from 546); Blue value is 145 (57.03% from 255 or 26.56% from 546); Max value from RGB is 228 - color contains mainly: green. Hex color #ADE491 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADE491 is #521B6E. Grayscale: #CACACA. Windows color (decimal): -5380975 or 9561261. OLE color: 9561261.
HSL color Cylindrical-coordinate representation of color #ADE491: hue angle of 99.76º degrees, saturation: 0.61, 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 #ADE491 is Cyan = 0.24, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 173 | 228 | 145 | - |
| CMYK | 0.24 | 0 | 0.36 | 0.11 |
| HSL | 99.76º | 0.61% | 0.73% | - |
| HSV(B) | 99.76º | 0.36% | 0.89% | - |
| XYZ | 50.09 | 66.42 | 36.97 | - |
| YUV | 202.09 | 95.78 | 107.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 228 | 145 | 0.24 | 0 | 0.36 | 0.11 | 99.76 | 0.61 | 0.73 |
| Hex | AD | E4 | 91 | 18 | 0 | 24 | B | 64 | 3D | 49 |
| Octal | 255 | 344 | 221 | 30 | 0 | 44 | 13 | 144 | 75 | 111 |
| Binary | 10101101 | 11100100 | 10010001 | 11000 | 0 | 100100 | 1011 | 1100100 | 111101 | 1001001 |
Color Harmonies of #ADE491
Complementary color
Monochromatic Colors of #ADE491
Black with #ADE491
Text Example
Text Example
White with #ADE491
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADE491; }
p { color: rgb(173,228,145); }
H1.HeaderClassName
{
color: #ADE491;
}
.AnyTagClassName
{
color: #ADE491;
}
</style>
background-color css
<style>
a { background-color: #ADE491; }
a { background-color: rgb(173,228,145); }
div.DivClassName
{
background-color: #ADE491;
}
.BgClassName
{
background-color: #ADE491;
}
</style>
border-color css
<style>
span { border-color: #ADE491; }
span { border-color: rgb(173,228,145); }
td.TdClassName
{
border-color: #ADE491;
}
.TagClassName
{
border-color: #ADE491;
}
</style>