Shades of Feijoa #A8D36E
Tints of Feijoa #A8D36E
RGB
CMYK
RGB Variations
Color information
#A8D36E (or 0xA8D36E) is known color: Feijoa. HEX triplet: A8, D3 and 6E. RGB value is (168,211,110). Sum of RGB (Red+Green+Blue) = 168+211+110=489 (64% of max value = 765). Red value is 168 (66.02% from 255 or 34.36% from 489); Green value is 211 (82.81% from 255 or 43.15% from 489); Blue value is 110 (43.36% from 255 or 22.49% from 489); Max value from RGB is 211 - color contains mainly: green. Hex color #A8D36E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8D36E is #572C91. Grayscale: #BABABA. Windows color (decimal): -5713042 or 7263144. OLE color: 7263144.
HSL color Cylindrical-coordinate representation of color #A8D36E: hue angle of 85.54º degrees, saturation: 0.53, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A8D36E is Cyan = 0.20, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 168 | 211 | 110 | - |
| CMYK | 0.20 | 0 | 0.48 | 0.17 |
| HSL | 85.54º | 0.53% | 0.63% | - |
| HSV(B) | 85.54º | 0.48% | 0.83% | - |
| XYZ | 42.26 | 56.04 | 23.34 | - |
| YUV | 186.63 | 84.75 | 114.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 211 | 110 | 0.20 | 0 | 0.48 | 0.17 | 85.54 | 0.53 | 0.63 |
| Hex | A8 | D3 | 6E | 14 | 0 | 30 | 11 | 56 | 35 | 3F |
| Octal | 250 | 323 | 156 | 24 | 0 | 60 | 21 | 126 | 65 | 77 |
| Binary | 10101000 | 11010011 | 1101110 | 10100 | 0 | 110000 | 10001 | 1010110 | 110101 | 111111 |
Color Harmonies of #A8D36E
Complementary color
Monochromatic Colors of #A8D36E
Black with #A8D36E
Text Example
Text Example
White with #A8D36E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8D36E; }
p { color: rgb(168,211,110); }
H1.HeaderClassName
{
color: #A8D36E;
}
.AnyTagClassName
{
color: #A8D36E;
}
</style>
background-color css
<style>
a { background-color: #A8D36E; }
a { background-color: rgb(168,211,110); }
div.DivClassName
{
background-color: #A8D36E;
}
.BgClassName
{
background-color: #A8D36E;
}
</style>
border-color css
<style>
span { border-color: #A8D36E; }
span { border-color: rgb(168,211,110); }
td.TdClassName
{
border-color: #A8D36E;
}
.TagClassName
{
border-color: #A8D36E;
}
</style>