Shades of Feijoa #A8D18C
Tints of Feijoa #A8D18C
RGB
CMYK
RGB Variations
Color information
#A8D18C (or 0xA8D18C) is known color: Feijoa. HEX triplet: A8, D1 and 8C. RGB value is (168,209,140). Sum of RGB (Red+Green+Blue) = 168+209+140=517 (68% of max value = 765). Red value is 168 (66.02% from 255 or 32.50% from 517); Green value is 209 (82.03% from 255 or 40.43% from 517); Blue value is 140 (55.08% from 255 or 27.08% from 517); Max value from RGB is 209 - color contains mainly: green. Hex color #A8D18C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8D18C is #572E73. Grayscale: #BDBDBD. Windows color (decimal): -5713524 or 9228712. OLE color: 9228712.
HSL color Cylindrical-coordinate representation of color #A8D18C: hue angle of 95.65º degrees, saturation: 0.43, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A8D18C is Cyan = 0.20, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 168 | 209 | 140 | - |
| CMYK | 0.20 | 0 | 0.33 | 0.18 |
| HSL | 95.65º | 0.43% | 0.68% | - |
| HSV(B) | 95.65º | 0.33% | 0.82% | - |
| XYZ | 43.68 | 55.82 | 33.28 | - |
| YUV | 188.88 | 100.42 | 113.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 209 | 140 | 0.20 | 0 | 0.33 | 0.18 | 95.65 | 0.43 | 0.68 |
| Hex | A8 | D1 | 8C | 14 | 0 | 21 | 12 | 60 | 2B | 44 |
| Octal | 250 | 321 | 214 | 24 | 0 | 41 | 22 | 140 | 53 | 104 |
| Binary | 10101000 | 11010001 | 10001100 | 10100 | 0 | 100001 | 10010 | 1100000 | 101011 | 1000100 |
Color Harmonies of #A8D18C
Complementary color
Monochromatic Colors of #A8D18C
Black with #A8D18C
Text Example
Text Example
White with #A8D18C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8D18C; }
p { color: rgb(168,209,140); }
H1.HeaderClassName
{
color: #A8D18C;
}
.AnyTagClassName
{
color: #A8D18C;
}
</style>
background-color css
<style>
a { background-color: #A8D18C; }
a { background-color: rgb(168,209,140); }
div.DivClassName
{
background-color: #A8D18C;
}
.BgClassName
{
background-color: #A8D18C;
}
</style>
border-color css
<style>
span { border-color: #A8D18C; }
span { border-color: rgb(168,209,140); }
td.TdClassName
{
border-color: #A8D18C;
}
.TagClassName
{
border-color: #A8D18C;
}
</style>