Shades of Feijoa #ADD47B
Tints of Feijoa #ADD47B
RGB
CMYK
RGB Variations
Color information
#ADD47B (or 0xADD47B) is known color: Feijoa. HEX triplet: AD, D4 and 7B. RGB value is (173,212,123). Sum of RGB (Red+Green+Blue) = 173+212+123=508 (67% of max value = 765). Red value is 173 (67.97% from 255 or 34.06% from 508); Green value is 212 (83.20% from 255 or 41.73% from 508); Blue value is 123 (48.44% from 255 or 24.21% from 508); Max value from RGB is 212 - color contains mainly: green. Hex color #ADD47B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADD47B is #522B84. Grayscale: #BEBEBE. Windows color (decimal): -5385093 or 8115373. OLE color: 8115373.
HSL color Cylindrical-coordinate representation of color #ADD47B: hue angle of 86.29º degrees, saturation: 0.51, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #ADD47B is Cyan = 0.18, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 173 | 212 | 123 | - |
| CMYK | 0.18 | 0 | 0.42 | 0.17 |
| HSL | 86.29º | 0.51% | 0.66% | - |
| HSV(B) | 86.29º | 0.42% | 0.83% | - |
| XYZ | 44.35 | 57.4 | 27.48 | - |
| YUV | 190.19 | 90.08 | 115.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 212 | 123 | 0.18 | 0 | 0.42 | 0.17 | 86.29 | 0.51 | 0.66 |
| Hex | AD | D4 | 7B | 12 | 0 | 2A | 11 | 56 | 33 | 42 |
| Octal | 255 | 324 | 173 | 22 | 0 | 52 | 21 | 126 | 63 | 102 |
| Binary | 10101101 | 11010100 | 1111011 | 10010 | 0 | 101010 | 10001 | 1010110 | 110011 | 1000010 |
Color Harmonies of #ADD47B
Complementary color
Monochromatic Colors of #ADD47B
Black with #ADD47B
Text Example
Text Example
White with #ADD47B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADD47B; }
p { color: rgb(173,212,123); }
H1.HeaderClassName
{
color: #ADD47B;
}
.AnyTagClassName
{
color: #ADD47B;
}
</style>
background-color css
<style>
a { background-color: #ADD47B; }
a { background-color: rgb(173,212,123); }
div.DivClassName
{
background-color: #ADD47B;
}
.BgClassName
{
background-color: #ADD47B;
}
</style>
border-color css
<style>
span { border-color: #ADD47B; }
span { border-color: rgb(173,212,123); }
td.TdClassName
{
border-color: #ADD47B;
}
.TagClassName
{
border-color: #ADD47B;
}
</style>