Shades of Feijoa #ADD47F
Tints of Feijoa #ADD47F
RGB
CMYK
RGB Variations
Color information
#ADD47F (or 0xADD47F) is known color: Feijoa. HEX triplet: AD, D4 and 7F. RGB value is (173,212,127). Sum of RGB (Red+Green+Blue) = 173+212+127=512 (67% of max value = 765). Red value is 173 (67.97% from 255 or 33.79% from 512); Green value is 212 (83.20% from 255 or 41.41% from 512); Blue value is 127 (50% from 255 or 24.80% from 512); Max value from RGB is 212 - color contains mainly: green. Hex color #ADD47F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADD47F is #522B80. Grayscale: #BEBEBE. Windows color (decimal): -5385089 or 8377517. OLE color: 8377517.
HSL color Cylindrical-coordinate representation of color #ADD47F: hue angle of 87.53º degrees, saturation: 0.5, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #ADD47F is Cyan = 0.18, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 173 | 212 | 127 | - |
| CMYK | 0.18 | 0 | 0.40 | 0.17 |
| HSL | 87.53º | 0.5% | 0.66% | - |
| HSV(B) | 87.53º | 0.4% | 0.83% | - |
| XYZ | 44.61 | 57.5 | 28.83 | - |
| YUV | 190.65 | 92.08 | 115.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 212 | 127 | 0.18 | 0 | 0.40 | 0.17 | 87.53 | 0.5 | 0.66 |
| Hex | AD | D4 | 7F | 12 | 0 | 28 | 11 | 58 | 32 | 42 |
| Octal | 255 | 324 | 177 | 22 | 0 | 50 | 21 | 130 | 62 | 102 |
| Binary | 10101101 | 11010100 | 1111111 | 10010 | 0 | 101000 | 10001 | 1011000 | 110010 | 1000010 |
Color Harmonies of #ADD47F
Complementary color
Monochromatic Colors of #ADD47F
Black with #ADD47F
Text Example
Text Example
White with #ADD47F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADD47F; }
p { color: rgb(173,212,127); }
H1.HeaderClassName
{
color: #ADD47F;
}
.AnyTagClassName
{
color: #ADD47F;
}
</style>
background-color css
<style>
a { background-color: #ADD47F; }
a { background-color: rgb(173,212,127); }
div.DivClassName
{
background-color: #ADD47F;
}
.BgClassName
{
background-color: #ADD47F;
}
</style>
border-color css
<style>
span { border-color: #ADD47F; }
span { border-color: rgb(173,212,127); }
td.TdClassName
{
border-color: #ADD47F;
}
.TagClassName
{
border-color: #ADD47F;
}
</style>