Shades of Feijoa #ADDD7A
Tints of Feijoa #ADDD7A
RGB
CMYK
RGB Variations
Color information
#ADDD7A (or 0xADDD7A) is known color: Feijoa. HEX triplet: AD, DD and 7A. RGB value is (173,221,122). Sum of RGB (Red+Green+Blue) = 173+221+122=516 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.53% from 516); Green value is 221 (86.72% from 255 or 42.83% from 516); Blue value is 122 (48.05% from 255 or 23.64% from 516); Max value from RGB is 221 - color contains mainly: green. Hex color #ADDD7A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADDD7A is #522285. Grayscale: #C3C3C3. Windows color (decimal): -5382790 or 8052141. OLE color: 8052141.
HSL color Cylindrical-coordinate representation of color #ADDD7A: hue angle of 89.09º degrees, saturation: 0.59, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #ADDD7A is Cyan = 0.22, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 173 | 221 | 122 | - |
| CMYK | 0.22 | 0 | 0.45 | 0.13 |
| HSL | 89.09º | 0.59% | 0.67% | - |
| HSV(B) | 89.09º | 0.45% | 0.87% | - |
| XYZ | 46.6 | 62 | 27.92 | - |
| YUV | 195.36 | 86.6 | 112.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 221 | 122 | 0.22 | 0 | 0.45 | 0.13 | 89.09 | 0.59 | 0.67 |
| Hex | AD | DD | 7A | 16 | 0 | 2D | D | 59 | 3B | 43 |
| Octal | 255 | 335 | 172 | 26 | 0 | 55 | 15 | 131 | 73 | 103 |
| Binary | 10101101 | 11011101 | 1111010 | 10110 | 0 | 101101 | 1101 | 1011001 | 111011 | 1000011 |
Color Harmonies of #ADDD7A
Complementary color
Monochromatic Colors of #ADDD7A
Black with #ADDD7A
Text Example
Text Example
White with #ADDD7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADDD7A; }
p { color: rgb(173,221,122); }
H1.HeaderClassName
{
color: #ADDD7A;
}
.AnyTagClassName
{
color: #ADDD7A;
}
</style>
background-color css
<style>
a { background-color: #ADDD7A; }
a { background-color: rgb(173,221,122); }
div.DivClassName
{
background-color: #ADDD7A;
}
.BgClassName
{
background-color: #ADDD7A;
}
</style>
border-color css
<style>
span { border-color: #ADDD7A; }
span { border-color: rgb(173,221,122); }
td.TdClassName
{
border-color: #ADDD7A;
}
.TagClassName
{
border-color: #ADDD7A;
}
</style>