Shades of Feijoa #ADD383
Tints of Feijoa #ADD383
RGB
CMYK
RGB Variations
Color information
#ADD383 (or 0xADD383) is known color: Feijoa. HEX triplet: AD, D3 and 83. RGB value is (173,211,131). Sum of RGB (Red+Green+Blue) = 173+211+131=515 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.59% from 515); Green value is 211 (82.81% from 255 or 40.97% from 515); Blue value is 131 (51.56% from 255 or 25.44% from 515); Max value from RGB is 211 - color contains mainly: green. Hex color #ADD383 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADD383 is #522C7C. Grayscale: #BEBEBE. Windows color (decimal): -5385341 or 8639405. OLE color: 8639405.
HSL color Cylindrical-coordinate representation of color #ADD383: hue angle of 88.5º degrees, saturation: 0.48, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #ADD383 is Cyan = 0.18, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 173 | 211 | 131 | - |
| CMYK | 0.18 | 0 | 0.38 | 0.17 |
| HSL | 88.5º | 0.48% | 0.67% | - |
| HSV(B) | 88.5º | 0.38% | 0.83% | - |
| XYZ | 44.62 | 57.11 | 30.14 | - |
| YUV | 190.52 | 94.41 | 115.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 211 | 131 | 0.18 | 0 | 0.38 | 0.17 | 88.5 | 0.48 | 0.67 |
| Hex | AD | D3 | 83 | 12 | 0 | 26 | 11 | 58 | 30 | 43 |
| Octal | 255 | 323 | 203 | 22 | 0 | 46 | 21 | 130 | 60 | 103 |
| Binary | 10101101 | 11010011 | 10000011 | 10010 | 0 | 100110 | 10001 | 1011000 | 110000 | 1000011 |
Color Harmonies of #ADD383
Complementary color
Monochromatic Colors of #ADD383
Black with #ADD383
Text Example
Text Example
White with #ADD383
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADD383; }
p { color: rgb(173,211,131); }
H1.HeaderClassName
{
color: #ADD383;
}
.AnyTagClassName
{
color: #ADD383;
}
</style>
background-color css
<style>
a { background-color: #ADD383; }
a { background-color: rgb(173,211,131); }
div.DivClassName
{
background-color: #ADD383;
}
.BgClassName
{
background-color: #ADD383;
}
</style>
border-color css
<style>
span { border-color: #ADD383; }
span { border-color: rgb(173,211,131); }
td.TdClassName
{
border-color: #ADD383;
}
.TagClassName
{
border-color: #ADD383;
}
</style>