Shades of Feijoa #ADE492
Tints of Feijoa #ADE492
RGB
CMYK
RGB Variations
Color information
#ADE492 (or 0xADE492) is known color: Feijoa. HEX triplet: AD, E4 and 92. RGB value is (173,228,146). Sum of RGB (Red+Green+Blue) = 173+228+146=547 (72% of max value = 765). Red value is 173 (67.97% from 255 or 31.63% from 547); Green value is 228 (89.45% from 255 or 41.68% from 547); Blue value is 146 (57.42% from 255 or 26.69% from 547); Max value from RGB is 228 - color contains mainly: green. Hex color #ADE492 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADE492 is #521B6D. Grayscale: #CACACA. Windows color (decimal): -5380974 or 9626797. OLE color: 9626797.
HSL color Cylindrical-coordinate representation of color #ADE492: hue angle of 100.24º degrees, saturation: 0.6, 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 #ADE492 is Cyan = 0.24, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 173 | 228 | 146 | - |
| CMYK | 0.24 | 0 | 0.36 | 0.11 |
| HSL | 100.24º | 0.6% | 0.73% | - |
| HSV(B) | 100.24º | 0.36% | 0.89% | - |
| XYZ | 50.17 | 66.45 | 37.38 | - |
| YUV | 202.21 | 96.28 | 107.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 228 | 146 | 0.24 | 0 | 0.36 | 0.11 | 100.24 | 0.6 | 0.73 |
| Hex | AD | E4 | 92 | 18 | 0 | 24 | B | 64 | 3C | 49 |
| Octal | 255 | 344 | 222 | 30 | 0 | 44 | 13 | 144 | 74 | 111 |
| Binary | 10101101 | 11100100 | 10010010 | 11000 | 0 | 100100 | 1011 | 1100100 | 111100 | 1001001 |
Color Harmonies of #ADE492
Complementary color
Monochromatic Colors of #ADE492
Black with #ADE492
Text Example
Text Example
White with #ADE492
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADE492; }
p { color: rgb(173,228,146); }
H1.HeaderClassName
{
color: #ADE492;
}
.AnyTagClassName
{
color: #ADE492;
}
</style>
background-color css
<style>
a { background-color: #ADE492; }
a { background-color: rgb(173,228,146); }
div.DivClassName
{
background-color: #ADE492;
}
.BgClassName
{
background-color: #ADE492;
}
</style>
border-color css
<style>
span { border-color: #ADE492; }
span { border-color: rgb(173,228,146); }
td.TdClassName
{
border-color: #ADE492;
}
.TagClassName
{
border-color: #ADE492;
}
</style>