Shades of Feijoa #ADDA95
Tints of Feijoa #ADDA95
RGB
CMYK
RGB Variations
Color information
#ADDA95 (or 0xADDA95) is known color: Feijoa. HEX triplet: AD, DA and 95. RGB value is (173,218,149). Sum of RGB (Red+Green+Blue) = 173+218+149=540 (71% of max value = 765). Red value is 173 (67.97% from 255 or 32.04% from 540); Green value is 218 (85.55% from 255 or 40.37% from 540); Blue value is 149 (58.59% from 255 or 27.59% from 540); Max value from RGB is 218 - color contains mainly: green. Hex color #ADDA95 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADDA95 is #52256A. Grayscale: #C4C4C4. Windows color (decimal): -5383531 or 9820845. OLE color: 9820845.
HSL color Cylindrical-coordinate representation of color #ADDA95: hue angle of 99.13º degrees, saturation: 0.48, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #ADDA95 is Cyan = 0.21, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 173 | 218 | 149 | - |
| CMYK | 0.21 | 0 | 0.32 | 0.15 |
| HSL | 99.13º | 0.48% | 0.72% | - |
| HSV(B) | 99.13º | 0.32% | 0.85% | - |
| XYZ | 47.73 | 61.2 | 37.73 | - |
| YUV | 196.68 | 101.09 | 111.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 218 | 149 | 0.21 | 0 | 0.32 | 0.15 | 99.13 | 0.48 | 0.72 |
| Hex | AD | DA | 95 | 15 | 0 | 20 | F | 63 | 30 | 48 |
| Octal | 255 | 332 | 225 | 25 | 0 | 40 | 17 | 143 | 60 | 110 |
| Binary | 10101101 | 11011010 | 10010101 | 10101 | 0 | 100000 | 1111 | 1100011 | 110000 | 1001000 |
Color Harmonies of #ADDA95
Complementary color
Monochromatic Colors of #ADDA95
Black with #ADDA95
Text Example
Text Example
White with #ADDA95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADDA95; }
p { color: rgb(173,218,149); }
H1.HeaderClassName
{
color: #ADDA95;
}
.AnyTagClassName
{
color: #ADDA95;
}
</style>
background-color css
<style>
a { background-color: #ADDA95; }
a { background-color: rgb(173,218,149); }
div.DivClassName
{
background-color: #ADDA95;
}
.BgClassName
{
background-color: #ADDA95;
}
</style>
border-color css
<style>
span { border-color: #ADDA95; }
span { border-color: rgb(173,218,149); }
td.TdClassName
{
border-color: #ADDA95;
}
.TagClassName
{
border-color: #ADDA95;
}
</style>