Shades of Feijoa #ADE385
Tints of Feijoa #ADE385
RGB
CMYK
RGB Variations
Color information
#ADE385 (or 0xADE385) is known color: Feijoa. HEX triplet: AD, E3 and 85. RGB value is (173,227,133). Sum of RGB (Red+Green+Blue) = 173+227+133=533 (70% of max value = 765). Red value is 173 (67.97% from 255 or 32.46% from 533); Green value is 227 (89.06% from 255 or 42.59% from 533); Blue value is 133 (52.34% from 255 or 24.95% from 533); Max value from RGB is 227 - color contains mainly: green. Hex color #ADE385 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADE385 is #521C7A. Grayscale: #C8C8C8. Windows color (decimal): -5381243 or 8774573. OLE color: 8774573.
HSL color Cylindrical-coordinate representation of color #ADE385: hue angle of 94.47º degrees, saturation: 0.63, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #ADE385 is Cyan = 0.24, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 173 | 227 | 133 | - |
| CMYK | 0.24 | 0 | 0.41 | 0.11 |
| HSL | 94.47º | 0.63% | 0.71% | - |
| HSV(B) | 94.47º | 0.41% | 0.89% | - |
| XYZ | 48.94 | 65.52 | 32.26 | - |
| YUV | 200.14 | 90.11 | 108.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 227 | 133 | 0.24 | 0 | 0.41 | 0.11 | 94.47 | 0.63 | 0.71 |
| Hex | AD | E3 | 85 | 18 | 0 | 29 | B | 5E | 3F | 47 |
| Octal | 255 | 343 | 205 | 30 | 0 | 51 | 13 | 136 | 77 | 107 |
| Binary | 10101101 | 11100011 | 10000101 | 11000 | 0 | 101001 | 1011 | 1011110 | 111111 | 1000111 |
Color Harmonies of #ADE385
Complementary color
Monochromatic Colors of #ADE385
Black with #ADE385
Text Example
Text Example
White with #ADE385
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADE385; }
p { color: rgb(173,227,133); }
H1.HeaderClassName
{
color: #ADE385;
}
.AnyTagClassName
{
color: #ADE385;
}
</style>
background-color css
<style>
a { background-color: #ADE385; }
a { background-color: rgb(173,227,133); }
div.DivClassName
{
background-color: #ADE385;
}
.BgClassName
{
background-color: #ADE385;
}
</style>
border-color css
<style>
span { border-color: #ADE385; }
span { border-color: rgb(173,227,133); }
td.TdClassName
{
border-color: #ADE385;
}
.TagClassName
{
border-color: #ADE385;
}
</style>