Shades of Feijoa #ADDC77
Tints of Feijoa #ADDC77
RGB
CMYK
RGB Variations
Color information
#ADDC77 (or 0xADDC77) is known color: Feijoa. HEX triplet: AD, DC and 77. RGB value is (173,220,119). Sum of RGB (Red+Green+Blue) = 173+220+119=512 (67% of max value = 765). Red value is 173 (67.97% from 255 or 33.79% from 512); Green value is 220 (86.33% from 255 or 42.97% from 512); Blue value is 119 (46.88% from 255 or 23.24% from 512); Max value from RGB is 220 - color contains mainly: green. Hex color #ADDC77 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADDC77 is #522388. Grayscale: #C2C2C2. Windows color (decimal): -5383049 or 7855277. OLE color: 7855277.
HSL color Cylindrical-coordinate representation of color #ADDC77: hue angle of 87.92º degrees, saturation: 0.59, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #ADDC77 is Cyan = 0.21, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 173 | 220 | 119 | - |
| CMYK | 0.21 | 0 | 0.46 | 0.14 |
| HSL | 87.92º | 0.59% | 0.66% | - |
| HSV(B) | 87.92º | 0.46% | 0.86% | - |
| XYZ | 46.16 | 61.4 | 26.87 | - |
| YUV | 194.43 | 85.43 | 112.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 220 | 119 | 0.21 | 0 | 0.46 | 0.14 | 87.92 | 0.59 | 0.66 |
| Hex | AD | DC | 77 | 15 | 0 | 2E | E | 58 | 3B | 42 |
| Octal | 255 | 334 | 167 | 25 | 0 | 56 | 16 | 130 | 73 | 102 |
| Binary | 10101101 | 11011100 | 1110111 | 10101 | 0 | 101110 | 1110 | 1011000 | 111011 | 1000010 |
Color Harmonies of #ADDC77
Complementary color
Monochromatic Colors of #ADDC77
Black with #ADDC77
Text Example
Text Example
White with #ADDC77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADDC77; }
p { color: rgb(173,220,119); }
H1.HeaderClassName
{
color: #ADDC77;
}
.AnyTagClassName
{
color: #ADDC77;
}
</style>
background-color css
<style>
a { background-color: #ADDC77; }
a { background-color: rgb(173,220,119); }
div.DivClassName
{
background-color: #ADDC77;
}
.BgClassName
{
background-color: #ADDC77;
}
</style>
border-color css
<style>
span { border-color: #ADDC77; }
span { border-color: rgb(173,220,119); }
td.TdClassName
{
border-color: #ADDC77;
}
.TagClassName
{
border-color: #ADDC77;
}
</style>