Shades of Feijoa #ADE084
Tints of Feijoa #ADE084
RGB
CMYK
RGB Variations
Color information
#ADE084 (or 0xADE084) is known color: Feijoa. HEX triplet: AD, E0 and 84. RGB value is (173,224,132). Sum of RGB (Red+Green+Blue) = 173+224+132=529 (70% of max value = 765). Red value is 173 (67.97% from 255 or 32.70% from 529); Green value is 224 (87.89% from 255 or 42.34% from 529); Blue value is 132 (51.95% from 255 or 24.95% from 529); Max value from RGB is 224 - color contains mainly: green. Hex color #ADE084 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADE084 is #521F7B. Grayscale: #C6C6C6. Windows color (decimal): -5382012 or 8708269. OLE color: 8708269.
HSL color Cylindrical-coordinate representation of color #ADE084: hue angle of 93.26º degrees, saturation: 0.6, 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 #ADE084 is Cyan = 0.23, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 173 | 224 | 132 | - |
| CMYK | 0.23 | 0 | 0.41 | 0.12 |
| HSL | 93.26º | 0.6% | 0.7% | - |
| HSV(B) | 93.26º | 0.41% | 0.88% | - |
| XYZ | 48.05 | 63.86 | 31.62 | - |
| YUV | 198.26 | 90.6 | 109.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 224 | 132 | 0.23 | 0 | 0.41 | 0.12 | 93.26 | 0.6 | 0.7 |
| Hex | AD | E0 | 84 | 17 | 0 | 29 | C | 5D | 3C | 46 |
| Octal | 255 | 340 | 204 | 27 | 0 | 51 | 14 | 135 | 74 | 106 |
| Binary | 10101101 | 11100000 | 10000100 | 10111 | 0 | 101001 | 1100 | 1011101 | 111100 | 1000110 |
Color Harmonies of #ADE084
Complementary color
Monochromatic Colors of #ADE084
Black with #ADE084
Text Example
Text Example
White with #ADE084
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADE084; }
p { color: rgb(173,224,132); }
H1.HeaderClassName
{
color: #ADE084;
}
.AnyTagClassName
{
color: #ADE084;
}
</style>
background-color css
<style>
a { background-color: #ADE084; }
a { background-color: rgb(173,224,132); }
div.DivClassName
{
background-color: #ADE084;
}
.BgClassName
{
background-color: #ADE084;
}
</style>
border-color css
<style>
span { border-color: #ADE084; }
span { border-color: rgb(173,224,132); }
td.TdClassName
{
border-color: #ADE084;
}
.TagClassName
{
border-color: #ADE084;
}
</style>