Shades of Feijoa #ADDC73
Tints of Feijoa #ADDC73
RGB
CMYK
RGB Variations
Color information
#ADDC73 (or 0xADDC73) is known color: Feijoa. HEX triplet: AD, DC and 73. RGB value is (173,220,115). Sum of RGB (Red+Green+Blue) = 173+220+115=508 (67% of max value = 765). Red value is 173 (67.97% from 255 or 34.06% from 508); Green value is 220 (86.33% from 255 or 43.31% from 508); Blue value is 115 (45.31% from 255 or 22.64% from 508); Max value from RGB is 220 - color contains mainly: green. Hex color #ADDC73 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADDC73 is #52238C. Grayscale: #C2C2C2. Windows color (decimal): -5383053 or 7593133. OLE color: 7593133.
HSL color Cylindrical-coordinate representation of color #ADDC73: hue angle of 86.86º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #ADDC73 is Cyan = 0.21, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 173 | 220 | 115 | - |
| CMYK | 0.21 | 0 | 0.48 | 0.14 |
| HSL | 86.86º | 0.6% | 0.66% | - |
| HSV(B) | 86.86º | 0.48% | 0.86% | - |
| XYZ | 45.92 | 61.31 | 25.63 | - |
| YUV | 193.98 | 83.43 | 113.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 220 | 115 | 0.21 | 0 | 0.48 | 0.14 | 86.86 | 0.6 | 0.66 |
| Hex | AD | DC | 73 | 15 | 0 | 30 | E | 57 | 3C | 42 |
| Octal | 255 | 334 | 163 | 25 | 0 | 60 | 16 | 127 | 74 | 102 |
| Binary | 10101101 | 11011100 | 1110011 | 10101 | 0 | 110000 | 1110 | 1010111 | 111100 | 1000010 |
Color Harmonies of #ADDC73
Complementary color
Monochromatic Colors of #ADDC73
Black with #ADDC73
Text Example
Text Example
White with #ADDC73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADDC73; }
p { color: rgb(173,220,115); }
H1.HeaderClassName
{
color: #ADDC73;
}
.AnyTagClassName
{
color: #ADDC73;
}
</style>
background-color css
<style>
a { background-color: #ADDC73; }
a { background-color: rgb(173,220,115); }
div.DivClassName
{
background-color: #ADDC73;
}
.BgClassName
{
background-color: #ADDC73;
}
</style>
border-color css
<style>
span { border-color: #ADDC73; }
span { border-color: rgb(173,220,115); }
td.TdClassName
{
border-color: #ADDC73;
}
.TagClassName
{
border-color: #ADDC73;
}
</style>