Shades of Feijoa #ADD47A
Tints of Feijoa #ADD47A
RGB
CMYK
RGB Variations
Color information
#ADD47A (or 0xADD47A) is known color: Feijoa. HEX triplet: AD, D4 and 7A. RGB value is (173,212,122). Sum of RGB (Red+Green+Blue) = 173+212+122=507 (67% of max value = 765). Red value is 173 (67.97% from 255 or 34.12% from 507); Green value is 212 (83.20% from 255 or 41.81% from 507); Blue value is 122 (48.05% from 255 or 24.06% from 507); Max value from RGB is 212 - color contains mainly: green. Hex color #ADD47A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADD47A is #522B85. Grayscale: #BEBEBE. Windows color (decimal): -5385094 or 8049837. OLE color: 8049837.
HSL color Cylindrical-coordinate representation of color #ADD47A: hue angle of 86º degrees, saturation: 0.51, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #ADD47A is Cyan = 0.18, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 173 | 212 | 122 | - |
| CMYK | 0.18 | 0 | 0.42 | 0.17 |
| HSL | 86º | 0.51% | 0.65% | - |
| HSV(B) | 86º | 0.42% | 0.83% | - |
| XYZ | 44.29 | 57.38 | 27.15 | - |
| YUV | 190.08 | 89.58 | 115.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 212 | 122 | 0.18 | 0 | 0.42 | 0.17 | 86 | 0.51 | 0.65 |
| Hex | AD | D4 | 7A | 12 | 0 | 2A | 11 | 56 | 33 | 41 |
| Octal | 255 | 324 | 172 | 22 | 0 | 52 | 21 | 126 | 63 | 101 |
| Binary | 10101101 | 11010100 | 1111010 | 10010 | 0 | 101010 | 10001 | 1010110 | 110011 | 1000001 |
Color Harmonies of #ADD47A
Complementary color
Monochromatic Colors of #ADD47A
Black with #ADD47A
Text Example
Text Example
White with #ADD47A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADD47A; }
p { color: rgb(173,212,122); }
H1.HeaderClassName
{
color: #ADD47A;
}
.AnyTagClassName
{
color: #ADD47A;
}
</style>
background-color css
<style>
a { background-color: #ADD47A; }
a { background-color: rgb(173,212,122); }
div.DivClassName
{
background-color: #ADD47A;
}
.BgClassName
{
background-color: #ADD47A;
}
</style>
border-color css
<style>
span { border-color: #ADD47A; }
span { border-color: rgb(173,212,122); }
td.TdClassName
{
border-color: #ADD47A;
}
.TagClassName
{
border-color: #ADD47A;
}
</style>