Shades of Feijoa #A7DA90
Tints of Feijoa #A7DA90
RGB
CMYK
RGB Variations
Color information
#A7DA90 (or 0xA7DA90) is known color: Feijoa. HEX triplet: A7, DA and 90. RGB value is (167,218,144). Sum of RGB (Red+Green+Blue) = 167+218+144=529 (70% of max value = 765). Red value is 167 (65.62% from 255 or 31.57% from 529); Green value is 218 (85.55% from 255 or 41.21% from 529); Blue value is 144 (56.64% from 255 or 27.22% from 529); Max value from RGB is 218 - color contains mainly: green. Hex color #A7DA90 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A7DA90 is #58256F. Grayscale: #C2C2C2. Windows color (decimal): -5776752 or 9493159. OLE color: 9493159.
HSL color Cylindrical-coordinate representation of color #A7DA90: hue angle of 101.35º 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 #A7DA90 is Cyan = 0.23, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 167 | 218 | 144 | - |
| CMYK | 0.23 | 0 | 0.34 | 0.15 |
| HSL | 101.35º | 0.5% | 0.71% | - |
| HSV(B) | 101.35º | 0.34% | 0.85% | - |
| XYZ | 46.04 | 60.37 | 35.61 | - |
| YUV | 194.32 | 99.6 | 108.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 218 | 144 | 0.23 | 0 | 0.34 | 0.15 | 101.35 | 0.5 | 0.71 |
| Hex | A7 | DA | 90 | 17 | 0 | 22 | F | 65 | 32 | 47 |
| Octal | 247 | 332 | 220 | 27 | 0 | 42 | 17 | 145 | 62 | 107 |
| Binary | 10100111 | 11011010 | 10010000 | 10111 | 0 | 100010 | 1111 | 1100101 | 110010 | 1000111 |
Color Harmonies of #A7DA90
Complementary color
Monochromatic Colors of #A7DA90
Black with #A7DA90
Text Example
Text Example
White with #A7DA90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7DA90; }
p { color: rgb(167,218,144); }
H1.HeaderClassName
{
color: #A7DA90;
}
.AnyTagClassName
{
color: #A7DA90;
}
</style>
background-color css
<style>
a { background-color: #A7DA90; }
a { background-color: rgb(167,218,144); }
div.DivClassName
{
background-color: #A7DA90;
}
.BgClassName
{
background-color: #A7DA90;
}
</style>
border-color css
<style>
span { border-color: #A7DA90; }
span { border-color: rgb(167,218,144); }
td.TdClassName
{
border-color: #A7DA90;
}
.TagClassName
{
border-color: #A7DA90;
}
</style>