Shades of Feijoa #ADDA7B
Tints of Feijoa #ADDA7B
RGB
CMYK
RGB Variations
Color information
#ADDA7B (or 0xADDA7B) is known color: Feijoa. HEX triplet: AD, DA and 7B. RGB value is (173,218,123). Sum of RGB (Red+Green+Blue) = 173+218+123=514 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.66% from 514); Green value is 218 (85.55% from 255 or 42.41% from 514); Blue value is 123 (48.44% from 255 or 23.93% from 514); Max value from RGB is 218 - color contains mainly: green. Hex color #ADDA7B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADDA7B is #522584. Grayscale: #C2C2C2. Windows color (decimal): -5383557 or 8116909. OLE color: 8116909.
HSL color Cylindrical-coordinate representation of color #ADDA7B: hue angle of 88.42º 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 #ADDA7B is Cyan = 0.21, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 173 | 218 | 123 | - |
| CMYK | 0.21 | 0 | 0.44 | 0.15 |
| HSL | 88.42º | 0.56% | 0.67% | - |
| HSV(B) | 88.42º | 0.44% | 0.85% | - |
| XYZ | 45.88 | 60.46 | 27.99 | - |
| YUV | 193.72 | 88.09 | 113.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 218 | 123 | 0.21 | 0 | 0.44 | 0.15 | 88.42 | 0.56 | 0.67 |
| Hex | AD | DA | 7B | 15 | 0 | 2C | F | 58 | 38 | 43 |
| Octal | 255 | 332 | 173 | 25 | 0 | 54 | 17 | 130 | 70 | 103 |
| Binary | 10101101 | 11011010 | 1111011 | 10101 | 0 | 101100 | 1111 | 1011000 | 111000 | 1000011 |
Color Harmonies of #ADDA7B
Complementary color
Monochromatic Colors of #ADDA7B
Black with #ADDA7B
Text Example
Text Example
White with #ADDA7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADDA7B; }
p { color: rgb(173,218,123); }
H1.HeaderClassName
{
color: #ADDA7B;
}
.AnyTagClassName
{
color: #ADDA7B;
}
</style>
background-color css
<style>
a { background-color: #ADDA7B; }
a { background-color: rgb(173,218,123); }
div.DivClassName
{
background-color: #ADDA7B;
}
.BgClassName
{
background-color: #ADDA7B;
}
</style>
border-color css
<style>
span { border-color: #ADDA7B; }
span { border-color: rgb(173,218,123); }
td.TdClassName
{
border-color: #ADDA7B;
}
.TagClassName
{
border-color: #ADDA7B;
}
</style>