Shades of Feijoa #ADE892
Tints of Feijoa #ADE892
RGB
CMYK
RGB Variations
Color information
#ADE892 (or 0xADE892) is known color: Feijoa. HEX triplet: AD, E8 and 92. RGB value is (173,232,146). Sum of RGB (Red+Green+Blue) = 173+232+146=551 (72% of max value = 765). Red value is 173 (67.97% from 255 or 31.40% from 551); Green value is 232 (91.02% from 255 or 42.11% from 551); Blue value is 146 (57.42% from 255 or 26.50% from 551); Max value from RGB is 232 - color contains mainly: green. Hex color #ADE892 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ADE892 is #52176D. Grayscale: #CCCCCC. Windows color (decimal): -5379950 or 9627821. OLE color: 9627821.
HSL color Cylindrical-coordinate representation of color #ADE892: hue angle of 101.16º degrees, saturation: 0.65, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #ADE892 is Cyan = 0.25, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 173 | 232 | 146 | - |
| CMYK | 0.25 | 0 | 0.37 | 0.09 |
| HSL | 101.16º | 0.65% | 0.74% | - |
| HSV(B) | 101.16º | 0.37% | 0.91% | - |
| XYZ | 51.28 | 68.67 | 37.75 | - |
| YUV | 204.56 | 94.95 | 105.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 232 | 146 | 0.25 | 0 | 0.37 | 0.09 | 101.16 | 0.65 | 0.74 |
| Hex | AD | E8 | 92 | 19 | 0 | 25 | 9 | 65 | 41 | 4A |
| Octal | 255 | 350 | 222 | 31 | 0 | 45 | 11 | 145 | 101 | 112 |
| Binary | 10101101 | 11101000 | 10010010 | 11001 | 0 | 100101 | 1001 | 1100101 | 1000001 | 1001010 |
Color Harmonies of #ADE892
Complementary color
Monochromatic Colors of #ADE892
Black with #ADE892
Text Example
Text Example
White with #ADE892
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADE892; }
p { color: rgb(173,232,146); }
H1.HeaderClassName
{
color: #ADE892;
}
.AnyTagClassName
{
color: #ADE892;
}
</style>
background-color css
<style>
a { background-color: #ADE892; }
a { background-color: rgb(173,232,146); }
div.DivClassName
{
background-color: #ADE892;
}
.BgClassName
{
background-color: #ADE892;
}
</style>
border-color css
<style>
span { border-color: #ADE892; }
span { border-color: rgb(173,232,146); }
td.TdClassName
{
border-color: #ADE892;
}
.TagClassName
{
border-color: #ADE892;
}
</style>