Shades of Feijoa #ADE185
Tints of Feijoa #ADE185
RGB
CMYK
RGB Variations
Color information
#ADE185 (or 0xADE185) is known color: Feijoa. HEX triplet: AD, E1 and 85. RGB value is (173,225,133). Sum of RGB (Red+Green+Blue) = 173+225+133=531 (70% of max value = 765). Red value is 173 (67.97% from 255 or 32.58% from 531); Green value is 225 (88.28% from 255 or 42.37% from 531); Blue value is 133 (52.34% from 255 or 25.05% from 531); Max value from RGB is 225 - color contains mainly: green. Hex color #ADE185 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADE185 is #521E7A. Grayscale: #C7C7C7. Windows color (decimal): -5381755 or 8774061. OLE color: 8774061.
HSL color Cylindrical-coordinate representation of color #ADE185: hue angle of 93.91º 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 #ADE185 is Cyan = 0.23, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 173 | 225 | 133 | - |
| CMYK | 0.23 | 0 | 0.41 | 0.12 |
| HSL | 93.91º | 0.61% | 0.7% | - |
| HSV(B) | 93.91º | 0.41% | 0.88% | - |
| XYZ | 48.39 | 64.43 | 32.08 | - |
| YUV | 198.96 | 90.77 | 109.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 225 | 133 | 0.23 | 0 | 0.41 | 0.12 | 93.91 | 0.61 | 0.7 |
| Hex | AD | E1 | 85 | 17 | 0 | 29 | C | 5E | 3D | 46 |
| Octal | 255 | 341 | 205 | 27 | 0 | 51 | 14 | 136 | 75 | 106 |
| Binary | 10101101 | 11100001 | 10000101 | 10111 | 0 | 101001 | 1100 | 1011110 | 111101 | 1000110 |
Color Harmonies of #ADE185
Complementary color
Monochromatic Colors of #ADE185
Black with #ADE185
Text Example
Text Example
White with #ADE185
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADE185; }
p { color: rgb(173,225,133); }
H1.HeaderClassName
{
color: #ADE185;
}
.AnyTagClassName
{
color: #ADE185;
}
</style>
background-color css
<style>
a { background-color: #ADE185; }
a { background-color: rgb(173,225,133); }
div.DivClassName
{
background-color: #ADE185;
}
.BgClassName
{
background-color: #ADE185;
}
</style>
border-color css
<style>
span { border-color: #ADE185; }
span { border-color: rgb(173,225,133); }
td.TdClassName
{
border-color: #ADE185;
}
.TagClassName
{
border-color: #ADE185;
}
</style>