Shades of Feijoa #A8DA73
Tints of Feijoa #A8DA73
RGB
CMYK
RGB Variations
Color information
#A8DA73 (or 0xA8DA73) is known color: Feijoa. HEX triplet: A8, DA and 73. RGB value is (168,218,115). Sum of RGB (Red+Green+Blue) = 168+218+115=501 (66% of max value = 765). Red value is 168 (66.02% from 255 or 33.53% from 501); Green value is 218 (85.55% from 255 or 43.51% from 501); Blue value is 115 (45.31% from 255 or 22.95% from 501); Max value from RGB is 218 - color contains mainly: green. Hex color #A8DA73 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8DA73 is #57258C. Grayscale: #BFBFBF. Windows color (decimal): -5711245 or 7592616. OLE color: 7592616.
HSL color Cylindrical-coordinate representation of color #A8DA73: hue angle of 89.13º degrees, saturation: 0.58, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A8DA73 is Cyan = 0.23, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 168 | 218 | 115 | - |
| CMYK | 0.23 | 0 | 0.47 | 0.15 |
| HSL | 89.13º | 0.58% | 0.65% | - |
| HSV(B) | 89.13º | 0.47% | 0.85% | - |
| XYZ | 44.31 | 59.71 | 25.41 | - |
| YUV | 191.31 | 84.94 | 111.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 218 | 115 | 0.23 | 0 | 0.47 | 0.15 | 89.13 | 0.58 | 0.65 |
| Hex | A8 | DA | 73 | 17 | 0 | 2F | F | 59 | 3A | 41 |
| Octal | 250 | 332 | 163 | 27 | 0 | 57 | 17 | 131 | 72 | 101 |
| Binary | 10101000 | 11011010 | 1110011 | 10111 | 0 | 101111 | 1111 | 1011001 | 111010 | 1000001 |
Color Harmonies of #A8DA73
Complementary color
Monochromatic Colors of #A8DA73
Black with #A8DA73
Text Example
Text Example
White with #A8DA73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8DA73; }
p { color: rgb(168,218,115); }
H1.HeaderClassName
{
color: #A8DA73;
}
.AnyTagClassName
{
color: #A8DA73;
}
</style>
background-color css
<style>
a { background-color: #A8DA73; }
a { background-color: rgb(168,218,115); }
div.DivClassName
{
background-color: #A8DA73;
}
.BgClassName
{
background-color: #A8DA73;
}
</style>
border-color css
<style>
span { border-color: #A8DA73; }
span { border-color: rgb(168,218,115); }
td.TdClassName
{
border-color: #A8DA73;
}
.TagClassName
{
border-color: #A8DA73;
}
</style>