Shades of Feijoa #A8DA83
Tints of Feijoa #A8DA83
RGB
CMYK
RGB Variations
Color information
#A8DA83 (or 0xA8DA83) is known color: Feijoa. HEX triplet: A8, DA and 83. RGB value is (168,218,131). Sum of RGB (Red+Green+Blue) = 168+218+131=517 (68% of max value = 765). Red value is 168 (66.02% from 255 or 32.50% from 517); Green value is 218 (85.55% from 255 or 42.17% from 517); Blue value is 131 (51.56% from 255 or 25.34% from 517); Max value from RGB is 218 - color contains mainly: green. Hex color #A8DA83 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8DA83 is #57257C. Grayscale: #C1C1C1. Windows color (decimal): -5711229 or 8641192. OLE color: 8641192.
HSL color Cylindrical-coordinate representation of color #A8DA83: hue angle of 94.48º degrees, saturation: 0.54, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A8DA83 is Cyan = 0.23, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 168 | 218 | 131 | - |
| CMYK | 0.23 | 0 | 0.40 | 0.15 |
| HSL | 94.48º | 0.54% | 0.68% | - |
| HSV(B) | 94.48º | 0.4% | 0.85% | - |
| XYZ | 45.32 | 60.11 | 30.69 | - |
| YUV | 193.13 | 92.94 | 110.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 218 | 131 | 0.23 | 0 | 0.40 | 0.15 | 94.48 | 0.54 | 0.68 |
| Hex | A8 | DA | 83 | 17 | 0 | 28 | F | 5E | 36 | 44 |
| Octal | 250 | 332 | 203 | 27 | 0 | 50 | 17 | 136 | 66 | 104 |
| Binary | 10101000 | 11011010 | 10000011 | 10111 | 0 | 101000 | 1111 | 1011110 | 110110 | 1000100 |
Color Harmonies of #A8DA83
Complementary color
Monochromatic Colors of #A8DA83
Black with #A8DA83
Text Example
Text Example
White with #A8DA83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8DA83; }
p { color: rgb(168,218,131); }
H1.HeaderClassName
{
color: #A8DA83;
}
.AnyTagClassName
{
color: #A8DA83;
}
</style>
background-color css
<style>
a { background-color: #A8DA83; }
a { background-color: rgb(168,218,131); }
div.DivClassName
{
background-color: #A8DA83;
}
.BgClassName
{
background-color: #A8DA83;
}
</style>
border-color css
<style>
span { border-color: #A8DA83; }
span { border-color: rgb(168,218,131); }
td.TdClassName
{
border-color: #A8DA83;
}
.TagClassName
{
border-color: #A8DA83;
}
</style>