Shades of Feijoa #ADD784
Tints of Feijoa #ADD784
RGB
CMYK
RGB Variations
Color information
#ADD784 (or 0xADD784) is known color: Feijoa. HEX triplet: AD, D7 and 84. RGB value is (173,215,132). Sum of RGB (Red+Green+Blue) = 173+215+132=520 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.27% from 520); Green value is 215 (84.38% from 255 or 41.35% from 520); Blue value is 132 (51.95% from 255 or 25.38% from 520); Max value from RGB is 215 - color contains mainly: green. Hex color #ADD784 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADD784 is #52287B. Grayscale: #C1C1C1. Windows color (decimal): -5384316 or 8705965. OLE color: 8705965.
HSL color Cylindrical-coordinate representation of color #ADD784: hue angle of 90.36º degrees, saturation: 0.51, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #ADD784 is Cyan = 0.20, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 173 | 215 | 132 | - |
| CMYK | 0.20 | 0 | 0.39 | 0.16 |
| HSL | 90.36º | 0.51% | 0.68% | - |
| HSV(B) | 90.36º | 0.39% | 0.84% | - |
| XYZ | 45.7 | 59.15 | 30.84 | - |
| YUV | 192.98 | 93.59 | 113.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 215 | 132 | 0.20 | 0 | 0.39 | 0.16 | 90.36 | 0.51 | 0.68 |
| Hex | AD | D7 | 84 | 14 | 0 | 27 | 10 | 5A | 33 | 44 |
| Octal | 255 | 327 | 204 | 24 | 0 | 47 | 20 | 132 | 63 | 104 |
| Binary | 10101101 | 11010111 | 10000100 | 10100 | 0 | 100111 | 10000 | 1011010 | 110011 | 1000100 |
Color Harmonies of #ADD784
Complementary color
Monochromatic Colors of #ADD784
Black with #ADD784
Text Example
Text Example
White with #ADD784
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADD784; }
p { color: rgb(173,215,132); }
H1.HeaderClassName
{
color: #ADD784;
}
.AnyTagClassName
{
color: #ADD784;
}
</style>
background-color css
<style>
a { background-color: #ADD784; }
a { background-color: rgb(173,215,132); }
div.DivClassName
{
background-color: #ADD784;
}
.BgClassName
{
background-color: #ADD784;
}
</style>
border-color css
<style>
span { border-color: #ADD784; }
span { border-color: rgb(173,215,132); }
td.TdClassName
{
border-color: #ADD784;
}
.TagClassName
{
border-color: #ADD784;
}
</style>