Shades of Feijoa #ADDC91
Tints of Feijoa #ADDC91
RGB
CMYK
RGB Variations
Color information
#ADDC91 (or 0xADDC91) is known color: Feijoa. HEX triplet: AD, DC and 91. RGB value is (173,220,145). Sum of RGB (Red+Green+Blue) = 173+220+145=538 (71% of max value = 765). Red value is 173 (67.97% from 255 or 32.16% from 538); Green value is 220 (86.33% from 255 or 40.89% from 538); Blue value is 145 (57.03% from 255 or 26.95% from 538); Max value from RGB is 220 - color contains mainly: green. Hex color #ADDC91 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADDC91 is #52236E. Grayscale: #C5C5C5. Windows color (decimal): -5383023 or 9559213. OLE color: 9559213.
HSL color Cylindrical-coordinate representation of color #ADDC91: hue angle of 97.6º degrees, saturation: 0.52, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #ADDC91 is Cyan = 0.21, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 173 | 220 | 145 | - |
| CMYK | 0.21 | 0 | 0.34 | 0.14 |
| HSL | 97.6º | 0.52% | 0.72% | - |
| HSV(B) | 97.6º | 0.34% | 0.86% | - |
| XYZ | 47.94 | 62.11 | 36.25 | - |
| YUV | 197.4 | 98.43 | 110.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 220 | 145 | 0.21 | 0 | 0.34 | 0.14 | 97.6 | 0.52 | 0.72 |
| Hex | AD | DC | 91 | 15 | 0 | 22 | E | 62 | 34 | 48 |
| Octal | 255 | 334 | 221 | 25 | 0 | 42 | 16 | 142 | 64 | 110 |
| Binary | 10101101 | 11011100 | 10010001 | 10101 | 0 | 100010 | 1110 | 1100010 | 110100 | 1001000 |
Color Harmonies of #ADDC91
Complementary color
Monochromatic Colors of #ADDC91
Black with #ADDC91
Text Example
Text Example
White with #ADDC91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADDC91; }
p { color: rgb(173,220,145); }
H1.HeaderClassName
{
color: #ADDC91;
}
.AnyTagClassName
{
color: #ADDC91;
}
</style>
background-color css
<style>
a { background-color: #ADDC91; }
a { background-color: rgb(173,220,145); }
div.DivClassName
{
background-color: #ADDC91;
}
.BgClassName
{
background-color: #ADDC91;
}
</style>
border-color css
<style>
span { border-color: #ADDC91; }
span { border-color: rgb(173,220,145); }
td.TdClassName
{
border-color: #ADDC91;
}
.TagClassName
{
border-color: #ADDC91;
}
</style>