Shades of Feijoa #ADE493
Tints of Feijoa #ADE493
RGB
CMYK
RGB Variations
Color information
#ADE493 (or 0xADE493) is known color: Feijoa. HEX triplet: AD, E4 and 93. RGB value is (173,228,147). Sum of RGB (Red+Green+Blue) = 173+228+147=548 (72% of max value = 765). Red value is 173 (67.97% from 255 or 31.57% from 548); Green value is 228 (89.45% from 255 or 41.61% from 548); Blue value is 147 (57.81% from 255 or 26.82% from 548); Max value from RGB is 228 - color contains mainly: green. Hex color #ADE493 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADE493 is #521B6C. Grayscale: #CACACA. Windows color (decimal): -5380973 or 9692333. OLE color: 9692333.
HSL color Cylindrical-coordinate representation of color #ADE493: hue angle of 100.74º degrees, saturation: 0.6, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #ADE493 is Cyan = 0.24, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 173 | 228 | 147 | - |
| CMYK | 0.24 | 0 | 0.36 | 0.11 |
| HSL | 100.74º | 0.6% | 0.74% | - |
| HSV(B) | 100.74º | 0.36% | 0.89% | - |
| XYZ | 50.24 | 66.48 | 37.79 | - |
| YUV | 202.32 | 96.78 | 107.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 228 | 147 | 0.24 | 0 | 0.36 | 0.11 | 100.74 | 0.6 | 0.74 |
| Hex | AD | E4 | 93 | 18 | 0 | 24 | B | 65 | 3C | 4A |
| Octal | 255 | 344 | 223 | 30 | 0 | 44 | 13 | 145 | 74 | 112 |
| Binary | 10101101 | 11100100 | 10010011 | 11000 | 0 | 100100 | 1011 | 1100101 | 111100 | 1001010 |
Color Harmonies of #ADE493
Complementary color
Monochromatic Colors of #ADE493
Black with #ADE493
Text Example
Text Example
White with #ADE493
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADE493; }
p { color: rgb(173,228,147); }
H1.HeaderClassName
{
color: #ADE493;
}
.AnyTagClassName
{
color: #ADE493;
}
</style>
background-color css
<style>
a { background-color: #ADE493; }
a { background-color: rgb(173,228,147); }
div.DivClassName
{
background-color: #ADE493;
}
.BgClassName
{
background-color: #ADE493;
}
</style>
border-color css
<style>
span { border-color: #ADE493; }
span { border-color: rgb(173,228,147); }
td.TdClassName
{
border-color: #ADE493;
}
.TagClassName
{
border-color: #ADE493;
}
</style>