Shades of Feijoa #ADDA77
Tints of Feijoa #ADDA77
RGB
CMYK
RGB Variations
Color information
#ADDA77 (or 0xADDA77) is known color: Feijoa. HEX triplet: AD, DA and 77. RGB value is (173,218,119). Sum of RGB (Red+Green+Blue) = 173+218+119=510 (67% of max value = 765). Red value is 173 (67.97% from 255 or 33.92% from 510); Green value is 218 (85.55% from 255 or 42.75% from 510); Blue value is 119 (46.88% from 255 or 23.33% from 510); Max value from RGB is 218 - color contains mainly: green. Hex color #ADDA77 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADDA77 is #522588. Grayscale: #C1C1C1. Windows color (decimal): -5383561 or 7854765. OLE color: 7854765.
HSL color Cylindrical-coordinate representation of color #ADDA77: hue angle of 87.27º degrees, saturation: 0.57, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #ADDA77 is Cyan = 0.21, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 173 | 218 | 119 | - |
| CMYK | 0.21 | 0 | 0.45 | 0.15 |
| HSL | 87.27º | 0.57% | 0.66% | - |
| HSV(B) | 87.27º | 0.45% | 0.85% | - |
| XYZ | 45.63 | 60.36 | 26.7 | - |
| YUV | 193.26 | 86.09 | 113.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 218 | 119 | 0.21 | 0 | 0.45 | 0.15 | 87.27 | 0.57 | 0.66 |
| Hex | AD | DA | 77 | 15 | 0 | 2D | F | 57 | 39 | 42 |
| Octal | 255 | 332 | 167 | 25 | 0 | 55 | 17 | 127 | 71 | 102 |
| Binary | 10101101 | 11011010 | 1110111 | 10101 | 0 | 101101 | 1111 | 1010111 | 111001 | 1000010 |
Color Harmonies of #ADDA77
Complementary color
Monochromatic Colors of #ADDA77
Black with #ADDA77
Text Example
Text Example
White with #ADDA77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADDA77; }
p { color: rgb(173,218,119); }
H1.HeaderClassName
{
color: #ADDA77;
}
.AnyTagClassName
{
color: #ADDA77;
}
</style>
background-color css
<style>
a { background-color: #ADDA77; }
a { background-color: rgb(173,218,119); }
div.DivClassName
{
background-color: #ADDA77;
}
.BgClassName
{
background-color: #ADDA77;
}
</style>
border-color css
<style>
span { border-color: #ADDA77; }
span { border-color: rgb(173,218,119); }
td.TdClassName
{
border-color: #ADDA77;
}
.TagClassName
{
border-color: #ADDA77;
}
</style>