Shades of Feijoa #ADDD95
Tints of Feijoa #ADDD95
RGB
CMYK
RGB Variations
Color information
#ADDD95 (or 0xADDD95) is known color: Feijoa. HEX triplet: AD, DD and 95. RGB value is (173,221,149). Sum of RGB (Red+Green+Blue) = 173+221+149=543 (71% of max value = 765). Red value is 173 (67.97% from 255 or 31.86% from 543); Green value is 221 (86.72% from 255 or 40.70% from 543); Blue value is 149 (58.59% from 255 or 27.44% from 543); Max value from RGB is 221 - color contains mainly: green. Hex color #ADDD95 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADDD95 is #52226A. Grayscale: #C6C6C6. Windows color (decimal): -5382763 or 9821613. OLE color: 9821613.
HSL color Cylindrical-coordinate representation of color #ADDD95: hue angle of 100º degrees, saturation: 0.51, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #ADDD95 is Cyan = 0.22, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 173 | 221 | 149 | - |
| CMYK | 0.22 | 0 | 0.33 | 0.13 |
| HSL | 100º | 0.51% | 0.73% | - |
| HSV(B) | 100º | 0.33% | 0.87% | - |
| XYZ | 48.51 | 62.77 | 37.99 | - |
| YUV | 198.44 | 100.1 | 109.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 221 | 149 | 0.22 | 0 | 0.33 | 0.13 | 100 | 0.51 | 0.73 |
| Hex | AD | DD | 95 | 16 | 0 | 21 | D | 64 | 33 | 49 |
| Octal | 255 | 335 | 225 | 26 | 0 | 41 | 15 | 144 | 63 | 111 |
| Binary | 10101101 | 11011101 | 10010101 | 10110 | 0 | 100001 | 1101 | 1100100 | 110011 | 1001001 |
Color Harmonies of #ADDD95
Complementary color
Monochromatic Colors of #ADDD95
Black with #ADDD95
Text Example
Text Example
White with #ADDD95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADDD95; }
p { color: rgb(173,221,149); }
H1.HeaderClassName
{
color: #ADDD95;
}
.AnyTagClassName
{
color: #ADDD95;
}
</style>
background-color css
<style>
a { background-color: #ADDD95; }
a { background-color: rgb(173,221,149); }
div.DivClassName
{
background-color: #ADDD95;
}
.BgClassName
{
background-color: #ADDD95;
}
</style>
border-color css
<style>
span { border-color: #ADDD95; }
span { border-color: rgb(173,221,149); }
td.TdClassName
{
border-color: #ADDD95;
}
.TagClassName
{
border-color: #ADDD95;
}
</style>