Shades of Feijoa #ADDB97
Tints of Feijoa #ADDB97
RGB
CMYK
RGB Variations
Color information
#ADDB97 (or 0xADDB97) is known color: Feijoa. HEX triplet: AD, DB and 97. RGB value is (173,219,151). Sum of RGB (Red+Green+Blue) = 173+219+151=543 (71% of max value = 765). Red value is 173 (67.97% from 255 or 31.86% from 543); Green value is 219 (85.94% from 255 or 40.33% from 543); Blue value is 151 (59.38% from 255 or 27.81% from 543); Max value from RGB is 219 - color contains mainly: green. Hex color #ADDB97 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADDB97 is #522468. Grayscale: #C5C5C5. Windows color (decimal): -5383273 or 9952173. OLE color: 9952173.
HSL color Cylindrical-coordinate representation of color #ADDB97: hue angle of 100.59º degrees, saturation: 0.49, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #ADDB97 is Cyan = 0.21, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 173 | 219 | 151 | - |
| CMYK | 0.21 | 0 | 0.31 | 0.14 |
| HSL | 100.59º | 0.49% | 0.73% | - |
| HSV(B) | 100.59º | 0.31% | 0.86% | - |
| XYZ | 48.15 | 61.78 | 38.67 | - |
| YUV | 197.49 | 101.76 | 110.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 219 | 151 | 0.21 | 0 | 0.31 | 0.14 | 100.59 | 0.49 | 0.73 |
| Hex | AD | DB | 97 | 15 | 0 | 1F | E | 65 | 31 | 49 |
| Octal | 255 | 333 | 227 | 25 | 0 | 37 | 16 | 145 | 61 | 111 |
| Binary | 10101101 | 11011011 | 10010111 | 10101 | 0 | 11111 | 1110 | 1100101 | 110001 | 1001001 |
Color Harmonies of #ADDB97
Complementary color
Monochromatic Colors of #ADDB97
Black with #ADDB97
Text Example
Text Example
White with #ADDB97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADDB97; }
p { color: rgb(173,219,151); }
H1.HeaderClassName
{
color: #ADDB97;
}
.AnyTagClassName
{
color: #ADDB97;
}
</style>
background-color css
<style>
a { background-color: #ADDB97; }
a { background-color: rgb(173,219,151); }
div.DivClassName
{
background-color: #ADDB97;
}
.BgClassName
{
background-color: #ADDB97;
}
</style>
border-color css
<style>
span { border-color: #ADDB97; }
span { border-color: rgb(173,219,151); }
td.TdClassName
{
border-color: #ADDB97;
}
.TagClassName
{
border-color: #ADDB97;
}
</style>