Shades of Feijoa #ADDB7B
Tints of Feijoa #ADDB7B
RGB
CMYK
RGB Variations
Color information
#ADDB7B (or 0xADDB7B) is known color: Feijoa. HEX triplet: AD, DB and 7B. RGB value is (173,219,123). Sum of RGB (Red+Green+Blue) = 173+219+123=515 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.59% from 515); Green value is 219 (85.94% from 255 or 42.52% from 515); Blue value is 123 (48.44% from 255 or 23.88% from 515); Max value from RGB is 219 - color contains mainly: green. Hex color #ADDB7B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADDB7B is #522484. Grayscale: #C2C2C2. Windows color (decimal): -5383301 or 8117165. OLE color: 8117165.
HSL color Cylindrical-coordinate representation of color #ADDB7B: hue angle of 88.75º degrees, saturation: 0.57, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #ADDB7B is Cyan = 0.21, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 173 | 219 | 123 | - |
| CMYK | 0.21 | 0 | 0.44 | 0.14 |
| HSL | 88.75º | 0.57% | 0.67% | - |
| HSV(B) | 88.75º | 0.44% | 0.86% | - |
| XYZ | 46.14 | 60.98 | 28.08 | - |
| YUV | 194.3 | 87.76 | 112.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 219 | 123 | 0.21 | 0 | 0.44 | 0.14 | 88.75 | 0.57 | 0.67 |
| Hex | AD | DB | 7B | 15 | 0 | 2C | E | 59 | 39 | 43 |
| Octal | 255 | 333 | 173 | 25 | 0 | 54 | 16 | 131 | 71 | 103 |
| Binary | 10101101 | 11011011 | 1111011 | 10101 | 0 | 101100 | 1110 | 1011001 | 111001 | 1000011 |
Color Harmonies of #ADDB7B
Complementary color
Monochromatic Colors of #ADDB7B
Black with #ADDB7B
Text Example
Text Example
White with #ADDB7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADDB7B; }
p { color: rgb(173,219,123); }
H1.HeaderClassName
{
color: #ADDB7B;
}
.AnyTagClassName
{
color: #ADDB7B;
}
</style>
background-color css
<style>
a { background-color: #ADDB7B; }
a { background-color: rgb(173,219,123); }
div.DivClassName
{
background-color: #ADDB7B;
}
.BgClassName
{
background-color: #ADDB7B;
}
</style>
border-color css
<style>
span { border-color: #ADDB7B; }
span { border-color: rgb(173,219,123); }
td.TdClassName
{
border-color: #ADDB7B;
}
.TagClassName
{
border-color: #ADDB7B;
}
</style>