Shades of Feijoa #ADE184
Tints of Feijoa #ADE184
RGB
CMYK
RGB Variations
Color information
#ADE184 (or 0xADE184) is known color: Feijoa. HEX triplet: AD, E1 and 84. RGB value is (173,225,132). Sum of RGB (Red+Green+Blue) = 173+225+132=530 (70% of max value = 765). Red value is 173 (67.97% from 255 or 32.64% from 530); Green value is 225 (88.28% from 255 or 42.45% from 530); Blue value is 132 (51.95% from 255 or 24.91% from 530); Max value from RGB is 225 - color contains mainly: green. Hex color #ADE184 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADE184 is #521E7B. Grayscale: #C7C7C7. Windows color (decimal): -5381756 or 8708525. OLE color: 8708525.
HSL color Cylindrical-coordinate representation of color #ADE184: hue angle of 93.55º degrees, saturation: 0.61, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #ADE184 is Cyan = 0.23, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 173 | 225 | 132 | - |
| CMYK | 0.23 | 0 | 0.41 | 0.12 |
| HSL | 93.55º | 0.61% | 0.7% | - |
| HSV(B) | 93.55º | 0.41% | 0.88% | - |
| XYZ | 48.32 | 64.4 | 31.71 | - |
| YUV | 198.85 | 90.27 | 109.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 225 | 132 | 0.23 | 0 | 0.41 | 0.12 | 93.55 | 0.61 | 0.7 |
| Hex | AD | E1 | 84 | 17 | 0 | 29 | C | 5E | 3D | 46 |
| Octal | 255 | 341 | 204 | 27 | 0 | 51 | 14 | 136 | 75 | 106 |
| Binary | 10101101 | 11100001 | 10000100 | 10111 | 0 | 101001 | 1100 | 1011110 | 111101 | 1000110 |
Color Harmonies of #ADE184
Complementary color
Monochromatic Colors of #ADE184
Black with #ADE184
Text Example
Text Example
White with #ADE184
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADE184; }
p { color: rgb(173,225,132); }
H1.HeaderClassName
{
color: #ADE184;
}
.AnyTagClassName
{
color: #ADE184;
}
</style>
background-color css
<style>
a { background-color: #ADE184; }
a { background-color: rgb(173,225,132); }
div.DivClassName
{
background-color: #ADE184;
}
.BgClassName
{
background-color: #ADE184;
}
</style>
border-color css
<style>
span { border-color: #ADE184; }
span { border-color: rgb(173,225,132); }
td.TdClassName
{
border-color: #ADE184;
}
.TagClassName
{
border-color: #ADE184;
}
</style>