Shades of Feijoa #ADDC72
Tints of Feijoa #ADDC72
RGB
CMYK
RGB Variations
Color information
#ADDC72 (or 0xADDC72) is known color: Feijoa. HEX triplet: AD, DC and 72. RGB value is (173,220,114). Sum of RGB (Red+Green+Blue) = 173+220+114=507 (67% of max value = 765). Red value is 173 (67.97% from 255 or 34.12% from 507); Green value is 220 (86.33% from 255 or 43.39% from 507); Blue value is 114 (44.92% from 255 or 22.49% from 507); Max value from RGB is 220 - color contains mainly: green. Hex color #ADDC72 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADDC72 is #52238D. Grayscale: #C2C2C2. Windows color (decimal): -5383054 or 7527597. OLE color: 7527597.
HSL color Cylindrical-coordinate representation of color #ADDC72: hue angle of 86.6º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #ADDC72 is Cyan = 0.21, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 173 | 220 | 114 | - |
| CMYK | 0.21 | 0 | 0.48 | 0.14 |
| HSL | 86.6º | 0.6% | 0.65% | - |
| HSV(B) | 86.6º | 0.48% | 0.86% | - |
| XYZ | 45.86 | 61.29 | 25.33 | - |
| YUV | 193.86 | 82.93 | 113.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 220 | 114 | 0.21 | 0 | 0.48 | 0.14 | 86.6 | 0.6 | 0.65 |
| Hex | AD | DC | 72 | 15 | 0 | 30 | E | 57 | 3C | 41 |
| Octal | 255 | 334 | 162 | 25 | 0 | 60 | 16 | 127 | 74 | 101 |
| Binary | 10101101 | 11011100 | 1110010 | 10101 | 0 | 110000 | 1110 | 1010111 | 111100 | 1000001 |
Color Harmonies of #ADDC72
Complementary color
Monochromatic Colors of #ADDC72
Black with #ADDC72
Text Example
Text Example
White with #ADDC72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADDC72; }
p { color: rgb(173,220,114); }
H1.HeaderClassName
{
color: #ADDC72;
}
.AnyTagClassName
{
color: #ADDC72;
}
</style>
background-color css
<style>
a { background-color: #ADDC72; }
a { background-color: rgb(173,220,114); }
div.DivClassName
{
background-color: #ADDC72;
}
.BgClassName
{
background-color: #ADDC72;
}
</style>
border-color css
<style>
span { border-color: #ADDC72; }
span { border-color: rgb(173,220,114); }
td.TdClassName
{
border-color: #ADDC72;
}
.TagClassName
{
border-color: #ADDC72;
}
</style>