Shades of Feijoa #ADDC7D
Tints of Feijoa #ADDC7D
RGB
CMYK
RGB Variations
Color information
#ADDC7D (or 0xADDC7D) is known color: Feijoa. HEX triplet: AD, DC and 7D. RGB value is (173,220,125). Sum of RGB (Red+Green+Blue) = 173+220+125=518 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.40% from 518); Green value is 220 (86.33% from 255 or 42.47% from 518); Blue value is 125 (49.22% from 255 or 24.13% from 518); Max value from RGB is 220 - color contains mainly: green. Hex color #ADDC7D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADDC7D is #522382. Grayscale: #C3C3C3. Windows color (decimal): -5383043 or 8248493. OLE color: 8248493.
HSL color Cylindrical-coordinate representation of color #ADDC7D: hue angle of 89.68º degrees, saturation: 0.58, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #ADDC7D is Cyan = 0.21, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 173 | 220 | 125 | - |
| CMYK | 0.21 | 0 | 0.43 | 0.14 |
| HSL | 89.68º | 0.58% | 0.68% | - |
| HSV(B) | 89.68º | 0.43% | 0.86% | - |
| XYZ | 46.53 | 61.55 | 28.83 | - |
| YUV | 195.12 | 88.43 | 112.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 220 | 125 | 0.21 | 0 | 0.43 | 0.14 | 89.68 | 0.58 | 0.68 |
| Hex | AD | DC | 7D | 15 | 0 | 2B | E | 5A | 3A | 44 |
| Octal | 255 | 334 | 175 | 25 | 0 | 53 | 16 | 132 | 72 | 104 |
| Binary | 10101101 | 11011100 | 1111101 | 10101 | 0 | 101011 | 1110 | 1011010 | 111010 | 1000100 |
Color Harmonies of #ADDC7D
Complementary color
Monochromatic Colors of #ADDC7D
Black with #ADDC7D
Text Example
Text Example
White with #ADDC7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADDC7D; }
p { color: rgb(173,220,125); }
H1.HeaderClassName
{
color: #ADDC7D;
}
.AnyTagClassName
{
color: #ADDC7D;
}
</style>
background-color css
<style>
a { background-color: #ADDC7D; }
a { background-color: rgb(173,220,125); }
div.DivClassName
{
background-color: #ADDC7D;
}
.BgClassName
{
background-color: #ADDC7D;
}
</style>
border-color css
<style>
span { border-color: #ADDC7D; }
span { border-color: rgb(173,220,125); }
td.TdClassName
{
border-color: #ADDC7D;
}
.TagClassName
{
border-color: #ADDC7D;
}
</style>