Shades of Feijoa #ADDC93
Tints of Feijoa #ADDC93
RGB
CMYK
RGB Variations
Color information
#ADDC93 (or 0xADDC93) is known color: Feijoa. HEX triplet: AD, DC and 93. RGB value is (173,220,147). Sum of RGB (Red+Green+Blue) = 173+220+147=540 (71% of max value = 765). Red value is 173 (67.97% from 255 or 32.04% from 540); Green value is 220 (86.33% from 255 or 40.74% from 540); Blue value is 147 (57.81% from 255 or 27.22% from 540); Max value from RGB is 220 - color contains mainly: green. Hex color #ADDC93 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADDC93 is #52236C. Grayscale: #C5C5C5. Windows color (decimal): -5383021 or 9690285. OLE color: 9690285.
HSL color Cylindrical-coordinate representation of color #ADDC93: hue angle of 98.63º degrees, saturation: 0.51, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #ADDC93 is Cyan = 0.21, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 173 | 220 | 147 | - |
| CMYK | 0.21 | 0 | 0.33 | 0.14 |
| HSL | 98.63º | 0.51% | 0.72% | - |
| HSV(B) | 98.63º | 0.33% | 0.86% | - |
| XYZ | 48.09 | 62.18 | 37.07 | - |
| YUV | 197.63 | 99.43 | 110.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 220 | 147 | 0.21 | 0 | 0.33 | 0.14 | 98.63 | 0.51 | 0.72 |
| Hex | AD | DC | 93 | 15 | 0 | 21 | E | 63 | 33 | 48 |
| Octal | 255 | 334 | 223 | 25 | 0 | 41 | 16 | 143 | 63 | 110 |
| Binary | 10101101 | 11011100 | 10010011 | 10101 | 0 | 100001 | 1110 | 1100011 | 110011 | 1001000 |
Color Harmonies of #ADDC93
Complementary color
Monochromatic Colors of #ADDC93
Black with #ADDC93
Text Example
Text Example
White with #ADDC93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADDC93; }
p { color: rgb(173,220,147); }
H1.HeaderClassName
{
color: #ADDC93;
}
.AnyTagClassName
{
color: #ADDC93;
}
</style>
background-color css
<style>
a { background-color: #ADDC93; }
a { background-color: rgb(173,220,147); }
div.DivClassName
{
background-color: #ADDC93;
}
.BgClassName
{
background-color: #ADDC93;
}
</style>
border-color css
<style>
span { border-color: #ADDC93; }
span { border-color: rgb(173,220,147); }
td.TdClassName
{
border-color: #ADDC93;
}
.TagClassName
{
border-color: #ADDC93;
}
</style>