Shades of Feijoa #A8D37A
Tints of Feijoa #A8D37A
RGB
CMYK
RGB Variations
Color information
#A8D37A (or 0xA8D37A) is known color: Feijoa. HEX triplet: A8, D3 and 7A. RGB value is (168,211,122). Sum of RGB (Red+Green+Blue) = 168+211+122=501 (66% of max value = 765). Red value is 168 (66.02% from 255 or 33.53% from 501); Green value is 211 (82.81% from 255 or 42.12% from 501); Blue value is 122 (48.05% from 255 or 24.35% from 501); Max value from RGB is 211 - color contains mainly: green. Hex color #A8D37A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8D37A is #572C85. Grayscale: #BCBCBC. Windows color (decimal): -5713030 or 8049576. OLE color: 8049576.
HSL color Cylindrical-coordinate representation of color #A8D37A: hue angle of 88.99º degrees, saturation: 0.5, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A8D37A is Cyan = 0.20, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 168 | 211 | 122 | - |
| CMYK | 0.20 | 0 | 0.42 | 0.17 |
| HSL | 88.99º | 0.5% | 0.65% | - |
| HSV(B) | 88.99º | 0.42% | 0.83% | - |
| XYZ | 42.96 | 56.32 | 27.02 | - |
| YUV | 188 | 90.75 | 113.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 211 | 122 | 0.20 | 0 | 0.42 | 0.17 | 88.99 | 0.5 | 0.65 |
| Hex | A8 | D3 | 7A | 14 | 0 | 2A | 11 | 59 | 32 | 41 |
| Octal | 250 | 323 | 172 | 24 | 0 | 52 | 21 | 131 | 62 | 101 |
| Binary | 10101000 | 11010011 | 1111010 | 10100 | 0 | 101010 | 10001 | 1011001 | 110010 | 1000001 |
Color Harmonies of #A8D37A
Complementary color
Monochromatic Colors of #A8D37A
Black with #A8D37A
Text Example
Text Example
White with #A8D37A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8D37A; }
p { color: rgb(168,211,122); }
H1.HeaderClassName
{
color: #A8D37A;
}
.AnyTagClassName
{
color: #A8D37A;
}
</style>
background-color css
<style>
a { background-color: #A8D37A; }
a { background-color: rgb(168,211,122); }
div.DivClassName
{
background-color: #A8D37A;
}
.BgClassName
{
background-color: #A8D37A;
}
</style>
border-color css
<style>
span { border-color: #A8D37A; }
span { border-color: rgb(168,211,122); }
td.TdClassName
{
border-color: #A8D37A;
}
.TagClassName
{
border-color: #A8D37A;
}
</style>