Shades of Feijoa #ADDA7D
Tints of Feijoa #ADDA7D
RGB
CMYK
RGB Variations
Color information
#ADDA7D (or 0xADDA7D) is known color: Feijoa. HEX triplet: AD, DA and 7D. RGB value is (173,218,125). Sum of RGB (Red+Green+Blue) = 173+218+125=516 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.53% from 516); Green value is 218 (85.55% from 255 or 42.25% from 516); Blue value is 125 (49.22% from 255 or 24.22% from 516); Max value from RGB is 218 - color contains mainly: green. Hex color #ADDA7D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADDA7D is #522582. Grayscale: #C2C2C2. Windows color (decimal): -5383555 or 8247981. OLE color: 8247981.
HSL color Cylindrical-coordinate representation of color #ADDA7D: hue angle of 89.03º degrees, saturation: 0.56, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #ADDA7D is Cyan = 0.21, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 173 | 218 | 125 | - |
| CMYK | 0.21 | 0 | 0.43 | 0.15 |
| HSL | 89.03º | 0.56% | 0.67% | - |
| HSV(B) | 89.03º | 0.43% | 0.85% | - |
| XYZ | 46.01 | 60.51 | 28.66 | - |
| YUV | 193.94 | 89.09 | 113.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 218 | 125 | 0.21 | 0 | 0.43 | 0.15 | 89.03 | 0.56 | 0.67 |
| Hex | AD | DA | 7D | 15 | 0 | 2B | F | 59 | 38 | 43 |
| Octal | 255 | 332 | 175 | 25 | 0 | 53 | 17 | 131 | 70 | 103 |
| Binary | 10101101 | 11011010 | 1111101 | 10101 | 0 | 101011 | 1111 | 1011001 | 111000 | 1000011 |
Color Harmonies of #ADDA7D
Complementary color
Monochromatic Colors of #ADDA7D
Black with #ADDA7D
Text Example
Text Example
White with #ADDA7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADDA7D; }
p { color: rgb(173,218,125); }
H1.HeaderClassName
{
color: #ADDA7D;
}
.AnyTagClassName
{
color: #ADDA7D;
}
</style>
background-color css
<style>
a { background-color: #ADDA7D; }
a { background-color: rgb(173,218,125); }
div.DivClassName
{
background-color: #ADDA7D;
}
.BgClassName
{
background-color: #ADDA7D;
}
</style>
border-color css
<style>
span { border-color: #ADDA7D; }
span { border-color: rgb(173,218,125); }
td.TdClassName
{
border-color: #ADDA7D;
}
.TagClassName
{
border-color: #ADDA7D;
}
</style>