Shades of Feijoa #ADE584
Tints of Feijoa #ADE584
RGB
CMYK
RGB Variations
Color information
#ADE584 (or 0xADE584) is known color: Feijoa. HEX triplet: AD, E5 and 84. RGB value is (173,229,132). Sum of RGB (Red+Green+Blue) = 173+229+132=534 (70% of max value = 765). Red value is 173 (67.97% from 255 or 32.40% from 534); Green value is 229 (89.84% from 255 or 42.88% from 534); Blue value is 132 (51.95% from 255 or 24.72% from 534); Max value from RGB is 229 - color contains mainly: green. Hex color #ADE584 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADE584 is #521A7B. Grayscale: #C9C9C9. Windows color (decimal): -5380732 or 8709549. OLE color: 8709549.
HSL color Cylindrical-coordinate representation of color #ADE584: hue angle of 94.64º degrees, saturation: 0.65, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #ADE584 is Cyan = 0.24, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 173 | 229 | 132 | - |
| CMYK | 0.24 | 0 | 0.42 | 0.10 |
| HSL | 94.64º | 0.65% | 0.71% | - |
| HSV(B) | 94.64º | 0.42% | 0.9% | - |
| XYZ | 49.42 | 66.59 | 32.08 | - |
| YUV | 201.2 | 88.95 | 107.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 229 | 132 | 0.24 | 0 | 0.42 | 0.10 | 94.64 | 0.65 | 0.71 |
| Hex | AD | E5 | 84 | 18 | 0 | 2A | A | 5F | 41 | 47 |
| Octal | 255 | 345 | 204 | 30 | 0 | 52 | 12 | 137 | 101 | 107 |
| Binary | 10101101 | 11100101 | 10000100 | 11000 | 0 | 101010 | 1010 | 1011111 | 1000001 | 1000111 |
Color Harmonies of #ADE584
Complementary color
Monochromatic Colors of #ADE584
Black with #ADE584
Text Example
Text Example
White with #ADE584
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADE584; }
p { color: rgb(173,229,132); }
H1.HeaderClassName
{
color: #ADE584;
}
.AnyTagClassName
{
color: #ADE584;
}
</style>
background-color css
<style>
a { background-color: #ADE584; }
a { background-color: rgb(173,229,132); }
div.DivClassName
{
background-color: #ADE584;
}
.BgClassName
{
background-color: #ADE584;
}
</style>
border-color css
<style>
span { border-color: #ADE584; }
span { border-color: rgb(173,229,132); }
td.TdClassName
{
border-color: #ADE584;
}
.TagClassName
{
border-color: #ADE584;
}
</style>