Shades of Feijoa #ADE484
Tints of Feijoa #ADE484
RGB
CMYK
RGB Variations
Color information
#ADE484 (or 0xADE484) is known color: Feijoa. HEX triplet: AD, E4 and 84. RGB value is (173,228,132). Sum of RGB (Red+Green+Blue) = 173+228+132=533 (70% of max value = 765). Red value is 173 (67.97% from 255 or 32.46% from 533); Green value is 228 (89.45% from 255 or 42.78% from 533); Blue value is 132 (51.95% from 255 or 24.77% from 533); Max value from RGB is 228 - color contains mainly: green. Hex color #ADE484 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADE484 is #521B7B. Grayscale: #C8C8C8. Windows color (decimal): -5380988 or 8709293. OLE color: 8709293.
HSL color Cylindrical-coordinate representation of color #ADE484: hue angle of 94.38º degrees, saturation: 0.64, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #ADE484 is Cyan = 0.24, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 173 | 228 | 132 | - |
| CMYK | 0.24 | 0 | 0.42 | 0.11 |
| HSL | 94.38º | 0.64% | 0.71% | - |
| HSV(B) | 94.38º | 0.42% | 0.89% | - |
| XYZ | 49.14 | 66.04 | 31.99 | - |
| YUV | 200.61 | 89.28 | 108.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 228 | 132 | 0.24 | 0 | 0.42 | 0.11 | 94.38 | 0.64 | 0.71 |
| Hex | AD | E4 | 84 | 18 | 0 | 2A | B | 5E | 40 | 47 |
| Octal | 255 | 344 | 204 | 30 | 0 | 52 | 13 | 136 | 100 | 107 |
| Binary | 10101101 | 11100100 | 10000100 | 11000 | 0 | 101010 | 1011 | 1011110 | 1000000 | 1000111 |
Color Harmonies of #ADE484
Complementary color
Monochromatic Colors of #ADE484
Black with #ADE484
Text Example
Text Example
White with #ADE484
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADE484; }
p { color: rgb(173,228,132); }
H1.HeaderClassName
{
color: #ADE484;
}
.AnyTagClassName
{
color: #ADE484;
}
</style>
background-color css
<style>
a { background-color: #ADE484; }
a { background-color: rgb(173,228,132); }
div.DivClassName
{
background-color: #ADE484;
}
.BgClassName
{
background-color: #ADE484;
}
</style>
border-color css
<style>
span { border-color: #ADE484; }
span { border-color: rgb(173,228,132); }
td.TdClassName
{
border-color: #ADE484;
}
.TagClassName
{
border-color: #ADE484;
}
</style>