Shades of Feijoa #ADD774
Tints of Feijoa #ADD774
RGB
CMYK
RGB Variations
Color information
#ADD774 (or 0xADD774) is known color: Feijoa. HEX triplet: AD, D7 and 74. RGB value is (173,215,116). Sum of RGB (Red+Green+Blue) = 173+215+116=504 (66% of max value = 765). Red value is 173 (67.97% from 255 or 34.33% from 504); Green value is 215 (84.38% from 255 or 42.66% from 504); Blue value is 116 (45.70% from 255 or 23.02% from 504); Max value from RGB is 215 - color contains mainly: green. Hex color #ADD774 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADD774 is #52288B. Grayscale: #BFBFBF. Windows color (decimal): -5384332 or 7657389. OLE color: 7657389.
HSL color Cylindrical-coordinate representation of color #ADD774: hue angle of 85.45º degrees, saturation: 0.55, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #ADD774 is Cyan = 0.20, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 173 | 215 | 116 | - |
| CMYK | 0.20 | 0 | 0.46 | 0.16 |
| HSL | 85.45º | 0.55% | 0.65% | - |
| HSV(B) | 85.45º | 0.46% | 0.84% | - |
| XYZ | 44.69 | 58.75 | 25.51 | - |
| YUV | 191.16 | 85.59 | 115.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 215 | 116 | 0.20 | 0 | 0.46 | 0.16 | 85.45 | 0.55 | 0.65 |
| Hex | AD | D7 | 74 | 14 | 0 | 2E | 10 | 55 | 37 | 41 |
| Octal | 255 | 327 | 164 | 24 | 0 | 56 | 20 | 125 | 67 | 101 |
| Binary | 10101101 | 11010111 | 1110100 | 10100 | 0 | 101110 | 10000 | 1010101 | 110111 | 1000001 |
Color Harmonies of #ADD774
Complementary color
Monochromatic Colors of #ADD774
Black with #ADD774
Text Example
Text Example
White with #ADD774
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADD774; }
p { color: rgb(173,215,116); }
H1.HeaderClassName
{
color: #ADD774;
}
.AnyTagClassName
{
color: #ADD774;
}
</style>
background-color css
<style>
a { background-color: #ADD774; }
a { background-color: rgb(173,215,116); }
div.DivClassName
{
background-color: #ADD774;
}
.BgClassName
{
background-color: #ADD774;
}
</style>
border-color css
<style>
span { border-color: #ADD774; }
span { border-color: rgb(173,215,116); }
td.TdClassName
{
border-color: #ADD774;
}
.TagClassName
{
border-color: #ADD774;
}
</style>