Shades of Feijoa #ADE684
Tints of Feijoa #ADE684
RGB
CMYK
RGB Variations
Color information
#ADE684 (or 0xADE684) is known color: Feijoa. HEX triplet: AD, E6 and 84. RGB value is (173,230,132). Sum of RGB (Red+Green+Blue) = 173+230+132=535 (70% of max value = 765). Red value is 173 (67.97% from 255 or 32.34% from 535); Green value is 230 (90.23% from 255 or 42.99% from 535); Blue value is 132 (51.95% from 255 or 24.67% from 535); Max value from RGB is 230 - color contains mainly: green. Hex color #ADE684 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ADE684 is #52197B. Grayscale: #CACACA. Windows color (decimal): -5380476 or 8709805. OLE color: 8709805.
HSL color Cylindrical-coordinate representation of color #ADE684: hue angle of 94.9º degrees, saturation: 0.66, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #ADE684 is Cyan = 0.25, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 173 | 230 | 132 | - |
| CMYK | 0.25 | 0 | 0.43 | 0.10 |
| HSL | 94.9º | 0.66% | 0.71% | - |
| HSV(B) | 94.9º | 0.43% | 0.9% | - |
| XYZ | 49.7 | 67.14 | 32.17 | - |
| YUV | 201.79 | 88.62 | 107.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 230 | 132 | 0.25 | 0 | 0.43 | 0.10 | 94.9 | 0.66 | 0.71 |
| Hex | AD | E6 | 84 | 19 | 0 | 2B | A | 5F | 42 | 47 |
| Octal | 255 | 346 | 204 | 31 | 0 | 53 | 12 | 137 | 102 | 107 |
| Binary | 10101101 | 11100110 | 10000100 | 11001 | 0 | 101011 | 1010 | 1011111 | 1000010 | 1000111 |
Color Harmonies of #ADE684
Complementary color
Monochromatic Colors of #ADE684
Black with #ADE684
Text Example
Text Example
White with #ADE684
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADE684; }
p { color: rgb(173,230,132); }
H1.HeaderClassName
{
color: #ADE684;
}
.AnyTagClassName
{
color: #ADE684;
}
</style>
background-color css
<style>
a { background-color: #ADE684; }
a { background-color: rgb(173,230,132); }
div.DivClassName
{
background-color: #ADE684;
}
.BgClassName
{
background-color: #ADE684;
}
</style>
border-color css
<style>
span { border-color: #ADE684; }
span { border-color: rgb(173,230,132); }
td.TdClassName
{
border-color: #ADE684;
}
.TagClassName
{
border-color: #ADE684;
}
</style>