Shades of Feijoa #ADD770
Tints of Feijoa #ADD770
RGB
CMYK
RGB Variations
Color information
#ADD770 (or 0xADD770) is known color: Feijoa. HEX triplet: AD, D7 and 70. RGB value is (173,215,112). Sum of RGB (Red+Green+Blue) = 173+215+112=500 (66% of max value = 765). Red value is 173 (67.97% from 255 or 34.6% from 500); Green value is 215 (84.38% from 255 or 43% from 500); Blue value is 112 (44.14% from 255 or 22.4% from 500); Max value from RGB is 215 - color contains mainly: green. Hex color #ADD770 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADD770 is #52288F. Grayscale: #BFBFBF. Windows color (decimal): -5384336 or 7395245. OLE color: 7395245.
HSL color Cylindrical-coordinate representation of color #ADD770: hue angle of 84.47º degrees, saturation: 0.56, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #ADD770 is Cyan = 0.20, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 173 | 215 | 112 | - |
| CMYK | 0.20 | 0 | 0.48 | 0.16 |
| HSL | 84.47º | 0.56% | 0.64% | - |
| HSV(B) | 84.47º | 0.48% | 0.84% | - |
| XYZ | 44.46 | 58.65 | 24.31 | - |
| YUV | 190.7 | 83.59 | 115.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 215 | 112 | 0.20 | 0 | 0.48 | 0.16 | 84.47 | 0.56 | 0.64 |
| Hex | AD | D7 | 70 | 14 | 0 | 30 | 10 | 54 | 38 | 40 |
| Octal | 255 | 327 | 160 | 24 | 0 | 60 | 20 | 124 | 70 | 100 |
| Binary | 10101101 | 11010111 | 1110000 | 10100 | 0 | 110000 | 10000 | 1010100 | 111000 | 1000000 |
Color Harmonies of #ADD770
Complementary color
Monochromatic Colors of #ADD770
Black with #ADD770
Text Example
Text Example
White with #ADD770
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADD770; }
p { color: rgb(173,215,112); }
H1.HeaderClassName
{
color: #ADD770;
}
.AnyTagClassName
{
color: #ADD770;
}
</style>
background-color css
<style>
a { background-color: #ADD770; }
a { background-color: rgb(173,215,112); }
div.DivClassName
{
background-color: #ADD770;
}
.BgClassName
{
background-color: #ADD770;
}
</style>
border-color css
<style>
span { border-color: #ADD770; }
span { border-color: rgb(173,215,112); }
td.TdClassName
{
border-color: #ADD770;
}
.TagClassName
{
border-color: #ADD770;
}
</style>