Shades of Feijoa #ADDA7A
Tints of Feijoa #ADDA7A
RGB
CMYK
RGB Variations
Color information
#ADDA7A (or 0xADDA7A) is known color: Feijoa. HEX triplet: AD, DA and 7A. RGB value is (173,218,122). Sum of RGB (Red+Green+Blue) = 173+218+122=513 (67% of max value = 765). Red value is 173 (67.97% from 255 or 33.72% from 513); Green value is 218 (85.55% from 255 or 42.50% from 513); Blue value is 122 (48.05% from 255 or 23.78% from 513); Max value from RGB is 218 - color contains mainly: green. Hex color #ADDA7A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADDA7A is #522585. Grayscale: #C1C1C1. Windows color (decimal): -5383558 or 8051373. OLE color: 8051373.
HSL color Cylindrical-coordinate representation of color #ADDA7A: hue angle of 88.12º degrees, saturation: 0.56, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #ADDA7A is Cyan = 0.21, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 173 | 218 | 122 | - |
| CMYK | 0.21 | 0 | 0.44 | 0.15 |
| HSL | 88.13º | 0.56% | 0.67% | - |
| HSV(B) | 88.13º | 0.44% | 0.85% | - |
| XYZ | 45.82 | 60.43 | 27.66 | - |
| YUV | 193.6 | 87.59 | 113.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 218 | 122 | 0.21 | 0 | 0.44 | 0.15 | 88.13 | 0.56 | 0.67 |
| Hex | AD | DA | 7A | 15 | 0 | 2C | F | 58 | 38 | 43 |
| Octal | 255 | 332 | 172 | 25 | 0 | 54 | 17 | 130 | 70 | 103 |
| Binary | 10101101 | 11011010 | 1111010 | 10101 | 0 | 101100 | 1111 | 1011000 | 111000 | 1000011 |
Color Harmonies of #ADDA7A
Complementary color
Monochromatic Colors of #ADDA7A
Black with #ADDA7A
Text Example
Text Example
White with #ADDA7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADDA7A; }
p { color: rgb(173,218,122); }
H1.HeaderClassName
{
color: #ADDA7A;
}
.AnyTagClassName
{
color: #ADDA7A;
}
</style>
background-color css
<style>
a { background-color: #ADDA7A; }
a { background-color: rgb(173,218,122); }
div.DivClassName
{
background-color: #ADDA7A;
}
.BgClassName
{
background-color: #ADDA7A;
}
</style>
border-color css
<style>
span { border-color: #ADDA7A; }
span { border-color: rgb(173,218,122); }
td.TdClassName
{
border-color: #ADDA7A;
}
.TagClassName
{
border-color: #ADDA7A;
}
</style>