Shades of Feijoa #ADE394
Tints of Feijoa #ADE394
RGB
CMYK
RGB Variations
Color information
#ADE394 (or 0xADE394) is known color: Feijoa. HEX triplet: AD, E3 and 94. RGB value is (173,227,148). Sum of RGB (Red+Green+Blue) = 173+227+148=548 (72% of max value = 765). Red value is 173 (67.97% from 255 or 31.57% from 548); Green value is 227 (89.06% from 255 or 41.42% from 548); Blue value is 148 (58.20% from 255 or 27.01% from 548); Max value from RGB is 227 - color contains mainly: green. Hex color #ADE394 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADE394 is #521C6B. Grayscale: #CACACA. Windows color (decimal): -5381228 or 9757613. OLE color: 9757613.
HSL color Cylindrical-coordinate representation of color #ADE394: hue angle of 101.01º degrees, saturation: 0.59, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #ADE394 is Cyan = 0.24, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 173 | 227 | 148 | - |
| CMYK | 0.24 | 0 | 0.35 | 0.11 |
| HSL | 101.01º | 0.59% | 0.74% | - |
| HSV(B) | 101.01º | 0.35% | 0.89% | - |
| XYZ | 50.05 | 65.96 | 38.11 | - |
| YUV | 201.85 | 97.61 | 107.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 227 | 148 | 0.24 | 0 | 0.35 | 0.11 | 101.01 | 0.59 | 0.74 |
| Hex | AD | E3 | 94 | 18 | 0 | 23 | B | 65 | 3B | 4A |
| Octal | 255 | 343 | 224 | 30 | 0 | 43 | 13 | 145 | 73 | 112 |
| Binary | 10101101 | 11100011 | 10010100 | 11000 | 0 | 100011 | 1011 | 1100101 | 111011 | 1001010 |
Color Harmonies of #ADE394
Complementary color
Monochromatic Colors of #ADE394
Black with #ADE394
Text Example
Text Example
White with #ADE394
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADE394; }
p { color: rgb(173,227,148); }
H1.HeaderClassName
{
color: #ADE394;
}
.AnyTagClassName
{
color: #ADE394;
}
</style>
background-color css
<style>
a { background-color: #ADE394; }
a { background-color: rgb(173,227,148); }
div.DivClassName
{
background-color: #ADE394;
}
.BgClassName
{
background-color: #ADE394;
}
</style>
border-color css
<style>
span { border-color: #ADE394; }
span { border-color: rgb(173,227,148); }
td.TdClassName
{
border-color: #ADE394;
}
.TagClassName
{
border-color: #ADE394;
}
</style>