Shades of Feijoa #ADD183
Tints of Feijoa #ADD183
RGB
CMYK
RGB Variations
Color information
#ADD183 (or 0xADD183) is known color: Feijoa. HEX triplet: AD, D1 and 83. RGB value is (173,209,131). Sum of RGB (Red+Green+Blue) = 173+209+131=513 (67% of max value = 765). Red value is 173 (67.97% from 255 or 33.72% from 513); Green value is 209 (82.03% from 255 or 40.74% from 513); Blue value is 131 (51.56% from 255 or 25.54% from 513); Max value from RGB is 209 - color contains mainly: green. Hex color #ADD183 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADD183 is #522E7C. Grayscale: #BDBDBD. Windows color (decimal): -5385853 or 8638893. OLE color: 8638893.
HSL color Cylindrical-coordinate representation of color #ADD183: hue angle of 87.69º 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 #ADD183 is Cyan = 0.17, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 173 | 209 | 131 | - |
| CMYK | 0.17 | 0 | 0.37 | 0.18 |
| HSL | 87.69º | 0.46% | 0.67% | - |
| HSV(B) | 87.69º | 0.37% | 0.82% | - |
| XYZ | 44.13 | 56.12 | 29.98 | - |
| YUV | 189.34 | 95.07 | 116.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 209 | 131 | 0.17 | 0 | 0.37 | 0.18 | 87.69 | 0.46 | 0.67 |
| Hex | AD | D1 | 83 | 11 | 0 | 25 | 12 | 58 | 2E | 43 |
| Octal | 255 | 321 | 203 | 21 | 0 | 45 | 22 | 130 | 56 | 103 |
| Binary | 10101101 | 11010001 | 10000011 | 10001 | 0 | 100101 | 10010 | 1011000 | 101110 | 1000011 |
Color Harmonies of #ADD183
Complementary color
Monochromatic Colors of #ADD183
Black with #ADD183
Text Example
Text Example
White with #ADD183
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADD183; }
p { color: rgb(173,209,131); }
H1.HeaderClassName
{
color: #ADD183;
}
.AnyTagClassName
{
color: #ADD183;
}
</style>
background-color css
<style>
a { background-color: #ADD183; }
a { background-color: rgb(173,209,131); }
div.DivClassName
{
background-color: #ADD183;
}
.BgClassName
{
background-color: #ADD183;
}
</style>
border-color css
<style>
span { border-color: #ADD183; }
span { border-color: rgb(173,209,131); }
td.TdClassName
{
border-color: #ADD183;
}
.TagClassName
{
border-color: #ADD183;
}
</style>