Shades of Feijoa #A9DE93
Tints of Feijoa #A9DE93
RGB
CMYK
RGB Variations
Color information
#A9DE93 (or 0xA9DE93) is known color: Feijoa. HEX triplet: A9, DE and 93. RGB value is (169,222,147). Sum of RGB (Red+Green+Blue) = 169+222+147=538 (71% of max value = 765). Red value is 169 (66.41% from 255 or 31.41% from 538); Green value is 222 (87.11% from 255 or 41.26% from 538); Blue value is 147 (57.81% from 255 or 27.32% from 538); Max value from RGB is 222 - color contains mainly: green. Hex color #A9DE93 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A9DE93 is #56216C. Grayscale: #C5C5C5. Windows color (decimal): -5644653 or 9690793. OLE color: 9690793.
HSL color Cylindrical-coordinate representation of color #A9DE93: hue angle of 102.4º degrees, saturation: 0.53, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A9DE93 is Cyan = 0.24, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 169 | 222 | 147 | - |
| CMYK | 0.24 | 0 | 0.34 | 0.13 |
| HSL | 102.4º | 0.53% | 0.72% | - |
| HSV(B) | 102.4º | 0.34% | 0.87% | - |
| XYZ | 47.75 | 62.78 | 37.21 | - |
| YUV | 197.6 | 99.44 | 107.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 222 | 147 | 0.24 | 0 | 0.34 | 0.13 | 102.4 | 0.53 | 0.72 |
| Hex | A9 | DE | 93 | 18 | 0 | 22 | D | 66 | 35 | 48 |
| Octal | 251 | 336 | 223 | 30 | 0 | 42 | 15 | 146 | 65 | 110 |
| Binary | 10101001 | 11011110 | 10010011 | 11000 | 0 | 100010 | 1101 | 1100110 | 110101 | 1001000 |
Color Harmonies of #A9DE93
Complementary color
Monochromatic Colors of #A9DE93
Black with #A9DE93
Text Example
Text Example
White with #A9DE93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9DE93; }
p { color: rgb(169,222,147); }
H1.HeaderClassName
{
color: #A9DE93;
}
.AnyTagClassName
{
color: #A9DE93;
}
</style>
background-color css
<style>
a { background-color: #A9DE93; }
a { background-color: rgb(169,222,147); }
div.DivClassName
{
background-color: #A9DE93;
}
.BgClassName
{
background-color: #A9DE93;
}
</style>
border-color css
<style>
span { border-color: #A9DE93; }
span { border-color: rgb(169,222,147); }
td.TdClassName
{
border-color: #A9DE93;
}
.TagClassName
{
border-color: #A9DE93;
}
</style>