Shades of Feijoa #ADE194
Tints of Feijoa #ADE194
RGB
CMYK
RGB Variations
Color information
#ADE194 (or 0xADE194) is known color: Feijoa. HEX triplet: AD, E1 and 94. RGB value is (173,225,148). Sum of RGB (Red+Green+Blue) = 173+225+148=546 (72% of max value = 765). Red value is 173 (67.97% from 255 or 31.68% from 546); Green value is 225 (88.28% from 255 or 41.21% from 546); Blue value is 148 (58.20% from 255 or 27.11% from 546); Max value from RGB is 225 - color contains mainly: green. Hex color #ADE194 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADE194 is #521E6B. Grayscale: #C8C8C8. Windows color (decimal): -5381740 or 9757101. OLE color: 9757101.
HSL color Cylindrical-coordinate representation of color #ADE194: hue angle of 100.52º degrees, saturation: 0.56, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #ADE194 is Cyan = 0.23, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 173 | 225 | 148 | - |
| CMYK | 0.23 | 0 | 0.34 | 0.12 |
| HSL | 100.52º | 0.56% | 0.73% | - |
| HSV(B) | 100.52º | 0.34% | 0.88% | - |
| XYZ | 49.5 | 64.87 | 37.93 | - |
| YUV | 200.67 | 98.27 | 108.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 225 | 148 | 0.23 | 0 | 0.34 | 0.12 | 100.52 | 0.56 | 0.73 |
| Hex | AD | E1 | 94 | 17 | 0 | 22 | C | 65 | 38 | 49 |
| Octal | 255 | 341 | 224 | 27 | 0 | 42 | 14 | 145 | 70 | 111 |
| Binary | 10101101 | 11100001 | 10010100 | 10111 | 0 | 100010 | 1100 | 1100101 | 111000 | 1001001 |
Color Harmonies of #ADE194
Complementary color
Monochromatic Colors of #ADE194
Black with #ADE194
Text Example
Text Example
White with #ADE194
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADE194; }
p { color: rgb(173,225,148); }
H1.HeaderClassName
{
color: #ADE194;
}
.AnyTagClassName
{
color: #ADE194;
}
</style>
background-color css
<style>
a { background-color: #ADE194; }
a { background-color: rgb(173,225,148); }
div.DivClassName
{
background-color: #ADE194;
}
.BgClassName
{
background-color: #ADE194;
}
</style>
border-color css
<style>
span { border-color: #ADE194; }
span { border-color: rgb(173,225,148); }
td.TdClassName
{
border-color: #ADE194;
}
.TagClassName
{
border-color: #ADE194;
}
</style>