Shades of Feijoa #ADDC7B
Tints of Feijoa #ADDC7B
RGB
CMYK
RGB Variations
Color information
#ADDC7B (or 0xADDC7B) is known color: Feijoa. HEX triplet: AD, DC and 7B. RGB value is (173,220,123). Sum of RGB (Red+Green+Blue) = 173+220+123=516 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.53% from 516); Green value is 220 (86.33% from 255 or 42.64% from 516); Blue value is 123 (48.44% from 255 or 23.84% from 516); Max value from RGB is 220 - color contains mainly: green. Hex color #ADDC7B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADDC7B is #522384. Grayscale: #C3C3C3. Windows color (decimal): -5383045 or 8117421. OLE color: 8117421.
HSL color Cylindrical-coordinate representation of color #ADDC7B: hue angle of 89.07º degrees, saturation: 0.58, 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 #ADDC7B is Cyan = 0.21, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 173 | 220 | 123 | - |
| CMYK | 0.21 | 0 | 0.44 | 0.14 |
| HSL | 89.07º | 0.58% | 0.67% | - |
| HSV(B) | 89.07º | 0.44% | 0.86% | - |
| XYZ | 46.4 | 61.5 | 28.16 | - |
| YUV | 194.89 | 87.43 | 112.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 220 | 123 | 0.21 | 0 | 0.44 | 0.14 | 89.07 | 0.58 | 0.67 |
| Hex | AD | DC | 7B | 15 | 0 | 2C | E | 59 | 3A | 43 |
| Octal | 255 | 334 | 173 | 25 | 0 | 54 | 16 | 131 | 72 | 103 |
| Binary | 10101101 | 11011100 | 1111011 | 10101 | 0 | 101100 | 1110 | 1011001 | 111010 | 1000011 |
Color Harmonies of #ADDC7B
Complementary color
Monochromatic Colors of #ADDC7B
Black with #ADDC7B
Text Example
Text Example
White with #ADDC7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADDC7B; }
p { color: rgb(173,220,123); }
H1.HeaderClassName
{
color: #ADDC7B;
}
.AnyTagClassName
{
color: #ADDC7B;
}
</style>
background-color css
<style>
a { background-color: #ADDC7B; }
a { background-color: rgb(173,220,123); }
div.DivClassName
{
background-color: #ADDC7B;
}
.BgClassName
{
background-color: #ADDC7B;
}
</style>
border-color css
<style>
span { border-color: #ADDC7B; }
span { border-color: rgb(173,220,123); }
td.TdClassName
{
border-color: #ADDC7B;
}
.TagClassName
{
border-color: #ADDC7B;
}
</style>