Shades of Feijoa #ADD184
Tints of Feijoa #ADD184
RGB
CMYK
RGB Variations
Color information
#ADD184 (or 0xADD184) is known color: Feijoa. HEX triplet: AD, D1 and 84. RGB value is (173,209,132). Sum of RGB (Red+Green+Blue) = 173+209+132=514 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.66% from 514); Green value is 209 (82.03% from 255 or 40.66% from 514); Blue value is 132 (51.95% from 255 or 25.68% from 514); Max value from RGB is 209 - color contains mainly: green. Hex color #ADD184 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADD184 is #522E7B. Grayscale: #BDBDBD. Windows color (decimal): -5385852 or 8704429. OLE color: 8704429.
HSL color Cylindrical-coordinate representation of color #ADD184: hue angle of 88.05º degrees, saturation: 0.46, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #ADD184 is Cyan = 0.17, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 173 | 209 | 132 | - |
| CMYK | 0.17 | 0 | 0.37 | 0.18 |
| HSL | 88.05º | 0.46% | 0.67% | - |
| HSV(B) | 88.05º | 0.37% | 0.82% | - |
| XYZ | 44.2 | 56.15 | 30.34 | - |
| YUV | 189.46 | 95.57 | 116.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 209 | 132 | 0.17 | 0 | 0.37 | 0.18 | 88.05 | 0.46 | 0.67 |
| Hex | AD | D1 | 84 | 11 | 0 | 25 | 12 | 58 | 2E | 43 |
| Octal | 255 | 321 | 204 | 21 | 0 | 45 | 22 | 130 | 56 | 103 |
| Binary | 10101101 | 11010001 | 10000100 | 10001 | 0 | 100101 | 10010 | 1011000 | 101110 | 1000011 |
Color Harmonies of #ADD184
Complementary color
Monochromatic Colors of #ADD184
Black with #ADD184
Text Example
Text Example
White with #ADD184
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADD184; }
p { color: rgb(173,209,132); }
H1.HeaderClassName
{
color: #ADD184;
}
.AnyTagClassName
{
color: #ADD184;
}
</style>
background-color css
<style>
a { background-color: #ADD184; }
a { background-color: rgb(173,209,132); }
div.DivClassName
{
background-color: #ADD184;
}
.BgClassName
{
background-color: #ADD184;
}
</style>
border-color css
<style>
span { border-color: #ADD184; }
span { border-color: rgb(173,209,132); }
td.TdClassName
{
border-color: #ADD184;
}
.TagClassName
{
border-color: #ADD184;
}
</style>