Shades of Feijoa #ADD677
Tints of Feijoa #ADD677
RGB
CMYK
RGB Variations
Color information
#ADD677 (or 0xADD677) is known color: Feijoa. HEX triplet: AD, D6 and 77. RGB value is (173,214,119). Sum of RGB (Red+Green+Blue) = 173+214+119=506 (67% of max value = 765). Red value is 173 (67.97% from 255 or 34.19% from 506); Green value is 214 (83.98% from 255 or 42.29% from 506); Blue value is 119 (46.88% from 255 or 23.52% from 506); Max value from RGB is 214 - color contains mainly: green. Hex color #ADD677 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADD677 is #522988. Grayscale: #BFBFBF. Windows color (decimal): -5384585 or 7853741. OLE color: 7853741.
HSL color Cylindrical-coordinate representation of color #ADD677: hue angle of 85.89º degrees, saturation: 0.54, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #ADD677 is Cyan = 0.19, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 173 | 214 | 119 | - |
| CMYK | 0.19 | 0 | 0.44 | 0.16 |
| HSL | 85.89º | 0.54% | 0.65% | - |
| HSV(B) | 85.89º | 0.44% | 0.84% | - |
| XYZ | 44.61 | 58.31 | 26.36 | - |
| YUV | 190.91 | 87.42 | 115.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 214 | 119 | 0.19 | 0 | 0.44 | 0.16 | 85.89 | 0.54 | 0.65 |
| Hex | AD | D6 | 77 | 13 | 0 | 2C | 10 | 56 | 36 | 41 |
| Octal | 255 | 326 | 167 | 23 | 0 | 54 | 20 | 126 | 66 | 101 |
| Binary | 10101101 | 11010110 | 1110111 | 10011 | 0 | 101100 | 10000 | 1010110 | 110110 | 1000001 |
Color Harmonies of #ADD677
Complementary color
Monochromatic Colors of #ADD677
Black with #ADD677
Text Example
Text Example
White with #ADD677
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADD677; }
p { color: rgb(173,214,119); }
H1.HeaderClassName
{
color: #ADD677;
}
.AnyTagClassName
{
color: #ADD677;
}
</style>
background-color css
<style>
a { background-color: #ADD677; }
a { background-color: rgb(173,214,119); }
div.DivClassName
{
background-color: #ADD677;
}
.BgClassName
{
background-color: #ADD677;
}
</style>
border-color css
<style>
span { border-color: #ADD677; }
span { border-color: rgb(173,214,119); }
td.TdClassName
{
border-color: #ADD677;
}
.TagClassName
{
border-color: #ADD677;
}
</style>