Shades of Feijoa #ADDC7A
Tints of Feijoa #ADDC7A
RGB
CMYK
RGB Variations
Color information
#ADDC7A (or 0xADDC7A) is known color: Feijoa. HEX triplet: AD, DC and 7A. RGB value is (173,220,122). Sum of RGB (Red+Green+Blue) = 173+220+122=515 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.59% from 515); Green value is 220 (86.33% from 255 or 42.72% from 515); Blue value is 122 (48.05% from 255 or 23.69% from 515); Max value from RGB is 220 - color contains mainly: green. Hex color #ADDC7A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADDC7A is #522385. Grayscale: #C3C3C3. Windows color (decimal): -5383046 or 8051885. OLE color: 8051885.
HSL color Cylindrical-coordinate representation of color #ADDC7A: hue angle of 88.78º degrees, saturation: 0.58, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #ADDC7A is Cyan = 0.21, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 173 | 220 | 122 | - |
| CMYK | 0.21 | 0 | 0.45 | 0.14 |
| HSL | 88.78º | 0.58% | 0.67% | - |
| HSV(B) | 88.78º | 0.45% | 0.86% | - |
| XYZ | 46.34 | 61.48 | 27.84 | - |
| YUV | 194.78 | 86.93 | 112.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 220 | 122 | 0.21 | 0 | 0.45 | 0.14 | 88.78 | 0.58 | 0.67 |
| Hex | AD | DC | 7A | 15 | 0 | 2D | E | 59 | 3A | 43 |
| Octal | 255 | 334 | 172 | 25 | 0 | 55 | 16 | 131 | 72 | 103 |
| Binary | 10101101 | 11011100 | 1111010 | 10101 | 0 | 101101 | 1110 | 1011001 | 111010 | 1000011 |
Color Harmonies of #ADDC7A
Complementary color
Monochromatic Colors of #ADDC7A
Black with #ADDC7A
Text Example
Text Example
White with #ADDC7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADDC7A; }
p { color: rgb(173,220,122); }
H1.HeaderClassName
{
color: #ADDC7A;
}
.AnyTagClassName
{
color: #ADDC7A;
}
</style>
background-color css
<style>
a { background-color: #ADDC7A; }
a { background-color: rgb(173,220,122); }
div.DivClassName
{
background-color: #ADDC7A;
}
.BgClassName
{
background-color: #ADDC7A;
}
</style>
border-color css
<style>
span { border-color: #ADDC7A; }
span { border-color: rgb(173,220,122); }
td.TdClassName
{
border-color: #ADDC7A;
}
.TagClassName
{
border-color: #ADDC7A;
}
</style>