Shades of Feijoa #ADDC94
Tints of Feijoa #ADDC94
RGB
CMYK
RGB Variations
Color information
#ADDC94 (or 0xADDC94) is known color: Feijoa. HEX triplet: AD, DC and 94. RGB value is (173,220,148). Sum of RGB (Red+Green+Blue) = 173+220+148=541 (71% of max value = 765). Red value is 173 (67.97% from 255 or 31.98% from 541); Green value is 220 (86.33% from 255 or 40.67% from 541); Blue value is 148 (58.20% from 255 or 27.36% from 541); Max value from RGB is 220 - color contains mainly: green. Hex color #ADDC94 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADDC94 is #52236B. Grayscale: #C5C5C5. Windows color (decimal): -5383020 or 9755821. OLE color: 9755821.
HSL color Cylindrical-coordinate representation of color #ADDC94: hue angle of 99.17º 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 #ADDC94 is Cyan = 0.21, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 173 | 220 | 148 | - |
| CMYK | 0.21 | 0 | 0.33 | 0.14 |
| HSL | 99.17º | 0.51% | 0.72% | - |
| HSV(B) | 99.17º | 0.33% | 0.86% | - |
| XYZ | 48.17 | 62.21 | 37.49 | - |
| YUV | 197.74 | 99.93 | 110.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 220 | 148 | 0.21 | 0 | 0.33 | 0.14 | 99.17 | 0.51 | 0.72 |
| Hex | AD | DC | 94 | 15 | 0 | 21 | E | 63 | 33 | 48 |
| Octal | 255 | 334 | 224 | 25 | 0 | 41 | 16 | 143 | 63 | 110 |
| Binary | 10101101 | 11011100 | 10010100 | 10101 | 0 | 100001 | 1110 | 1100011 | 110011 | 1001000 |
Color Harmonies of #ADDC94
Complementary color
Monochromatic Colors of #ADDC94
Black with #ADDC94
Text Example
Text Example
White with #ADDC94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADDC94; }
p { color: rgb(173,220,148); }
H1.HeaderClassName
{
color: #ADDC94;
}
.AnyTagClassName
{
color: #ADDC94;
}
</style>
background-color css
<style>
a { background-color: #ADDC94; }
a { background-color: rgb(173,220,148); }
div.DivClassName
{
background-color: #ADDC94;
}
.BgClassName
{
background-color: #ADDC94;
}
</style>
border-color css
<style>
span { border-color: #ADDC94; }
span { border-color: rgb(173,220,148); }
td.TdClassName
{
border-color: #ADDC94;
}
.TagClassName
{
border-color: #ADDC94;
}
</style>