Shades of Feijoa #ADE384
Tints of Feijoa #ADE384
RGB
CMYK
RGB Variations
Color information
#ADE384 (or 0xADE384) is known color: Feijoa. HEX triplet: AD, E3 and 84. RGB value is (173,227,132). Sum of RGB (Red+Green+Blue) = 173+227+132=532 (70% of max value = 765). Red value is 173 (67.97% from 255 or 32.52% from 532); Green value is 227 (89.06% from 255 or 42.67% from 532); Blue value is 132 (51.95% from 255 or 24.81% from 532); Max value from RGB is 227 - color contains mainly: green. Hex color #ADE384 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADE384 is #521C7B. Grayscale: #C8C8C8. Windows color (decimal): -5381244 or 8709037. OLE color: 8709037.
HSL color Cylindrical-coordinate representation of color #ADE384: hue angle of 94.11º degrees, saturation: 0.63, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #ADE384 is Cyan = 0.24, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 173 | 227 | 132 | - |
| CMYK | 0.24 | 0 | 0.42 | 0.11 |
| HSL | 94.11º | 0.63% | 0.7% | - |
| HSV(B) | 94.11º | 0.42% | 0.89% | - |
| XYZ | 48.87 | 65.49 | 31.89 | - |
| YUV | 200.02 | 89.61 | 108.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 227 | 132 | 0.24 | 0 | 0.42 | 0.11 | 94.11 | 0.63 | 0.7 |
| Hex | AD | E3 | 84 | 18 | 0 | 2A | B | 5E | 3F | 46 |
| Octal | 255 | 343 | 204 | 30 | 0 | 52 | 13 | 136 | 77 | 106 |
| Binary | 10101101 | 11100011 | 10000100 | 11000 | 0 | 101010 | 1011 | 1011110 | 111111 | 1000110 |
Color Harmonies of #ADE384
Complementary color
Monochromatic Colors of #ADE384
Black with #ADE384
Text Example
Text Example
White with #ADE384
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADE384; }
p { color: rgb(173,227,132); }
H1.HeaderClassName
{
color: #ADE384;
}
.AnyTagClassName
{
color: #ADE384;
}
</style>
background-color css
<style>
a { background-color: #ADE384; }
a { background-color: rgb(173,227,132); }
div.DivClassName
{
background-color: #ADE384;
}
.BgClassName
{
background-color: #ADE384;
}
</style>
border-color css
<style>
span { border-color: #ADE384; }
span { border-color: rgb(173,227,132); }
td.TdClassName
{
border-color: #ADE384;
}
.TagClassName
{
border-color: #ADE384;
}
</style>