Shades of Feijoa #ADDA90
Tints of Feijoa #ADDA90
RGB
CMYK
RGB Variations
Color information
#ADDA90 (or 0xADDA90) is known color: Feijoa. HEX triplet: AD, DA and 90. RGB value is (173,218,144). Sum of RGB (Red+Green+Blue) = 173+218+144=535 (70% of max value = 765). Red value is 173 (67.97% from 255 or 32.34% from 535); Green value is 218 (85.55% from 255 or 40.75% from 535); Blue value is 144 (56.64% from 255 or 26.92% from 535); Max value from RGB is 218 - color contains mainly: green. Hex color #ADDA90 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADDA90 is #52256F. Grayscale: #C4C4C4. Windows color (decimal): -5383536 or 9493165. OLE color: 9493165.
HSL color Cylindrical-coordinate representation of color #ADDA90: hue angle of 96.49º degrees, saturation: 0.5, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #ADDA90 is Cyan = 0.21, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 173 | 218 | 144 | - |
| CMYK | 0.21 | 0 | 0.34 | 0.15 |
| HSL | 96.49º | 0.5% | 0.71% | - |
| HSV(B) | 96.49º | 0.34% | 0.85% | - |
| XYZ | 47.34 | 61.04 | 35.67 | - |
| YUV | 196.11 | 98.59 | 111.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 218 | 144 | 0.21 | 0 | 0.34 | 0.15 | 96.49 | 0.5 | 0.71 |
| Hex | AD | DA | 90 | 15 | 0 | 22 | F | 60 | 32 | 47 |
| Octal | 255 | 332 | 220 | 25 | 0 | 42 | 17 | 140 | 62 | 107 |
| Binary | 10101101 | 11011010 | 10010000 | 10101 | 0 | 100010 | 1111 | 1100000 | 110010 | 1000111 |
Color Harmonies of #ADDA90
Complementary color
Monochromatic Colors of #ADDA90
Black with #ADDA90
Text Example
Text Example
White with #ADDA90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADDA90; }
p { color: rgb(173,218,144); }
H1.HeaderClassName
{
color: #ADDA90;
}
.AnyTagClassName
{
color: #ADDA90;
}
</style>
background-color css
<style>
a { background-color: #ADDA90; }
a { background-color: rgb(173,218,144); }
div.DivClassName
{
background-color: #ADDA90;
}
.BgClassName
{
background-color: #ADDA90;
}
</style>
border-color css
<style>
span { border-color: #ADDA90; }
span { border-color: rgb(173,218,144); }
td.TdClassName
{
border-color: #ADDA90;
}
.TagClassName
{
border-color: #ADDA90;
}
</style>