Shades of Feijoa #A8D37C
Tints of Feijoa #A8D37C
RGB
CMYK
RGB Variations
Color information
#A8D37C (or 0xA8D37C) is known color: Feijoa. HEX triplet: A8, D3 and 7C. RGB value is (168,211,124). Sum of RGB (Red+Green+Blue) = 168+211+124=503 (66% of max value = 765). Red value is 168 (66.02% from 255 or 33.40% from 503); Green value is 211 (82.81% from 255 or 41.95% from 503); Blue value is 124 (48.83% from 255 or 24.65% from 503); Max value from RGB is 211 - color contains mainly: green. Hex color #A8D37C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8D37C is #572C83. Grayscale: #BCBCBC. Windows color (decimal): -5713028 or 8180648. OLE color: 8180648.
HSL color Cylindrical-coordinate representation of color #A8D37C: hue angle of 89.66º degrees, saturation: 0.5, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A8D37C is Cyan = 0.20, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 168 | 211 | 124 | - |
| CMYK | 0.20 | 0 | 0.41 | 0.17 |
| HSL | 89.66º | 0.5% | 0.66% | - |
| HSV(B) | 89.66º | 0.41% | 0.83% | - |
| XYZ | 43.08 | 56.37 | 27.68 | - |
| YUV | 188.23 | 91.75 | 113.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 211 | 124 | 0.20 | 0 | 0.41 | 0.17 | 89.66 | 0.5 | 0.66 |
| Hex | A8 | D3 | 7C | 14 | 0 | 29 | 11 | 5A | 32 | 42 |
| Octal | 250 | 323 | 174 | 24 | 0 | 51 | 21 | 132 | 62 | 102 |
| Binary | 10101000 | 11010011 | 1111100 | 10100 | 0 | 101001 | 10001 | 1011010 | 110010 | 1000010 |
Color Harmonies of #A8D37C
Complementary color
Monochromatic Colors of #A8D37C
Black with #A8D37C
Text Example
Text Example
White with #A8D37C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8D37C; }
p { color: rgb(168,211,124); }
H1.HeaderClassName
{
color: #A8D37C;
}
.AnyTagClassName
{
color: #A8D37C;
}
</style>
background-color css
<style>
a { background-color: #A8D37C; }
a { background-color: rgb(168,211,124); }
div.DivClassName
{
background-color: #A8D37C;
}
.BgClassName
{
background-color: #A8D37C;
}
</style>
border-color css
<style>
span { border-color: #A8D37C; }
span { border-color: rgb(168,211,124); }
td.TdClassName
{
border-color: #A8D37C;
}
.TagClassName
{
border-color: #A8D37C;
}
</style>