Shades of Feijoa #A8D18A
Tints of Feijoa #A8D18A
RGB
CMYK
RGB Variations
Color information
#A8D18A (or 0xA8D18A) is known color: Feijoa. HEX triplet: A8, D1 and 8A. RGB value is (168,209,138). Sum of RGB (Red+Green+Blue) = 168+209+138=515 (68% of max value = 765). Red value is 168 (66.02% from 255 or 32.62% from 515); Green value is 209 (82.03% from 255 or 40.58% from 515); Blue value is 138 (54.30% from 255 or 26.80% from 515); Max value from RGB is 209 - color contains mainly: green. Hex color #A8D18A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8D18A is #572E75. Grayscale: #BCBCBC. Windows color (decimal): -5713526 or 9097640. OLE color: 9097640.
HSL color Cylindrical-coordinate representation of color #A8D18A: hue angle of 94.65º degrees, saturation: 0.44, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A8D18A is Cyan = 0.20, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 168 | 209 | 138 | - |
| CMYK | 0.20 | 0 | 0.34 | 0.18 |
| HSL | 94.65º | 0.44% | 0.68% | - |
| HSV(B) | 94.65º | 0.34% | 0.82% | - |
| XYZ | 43.54 | 55.76 | 32.51 | - |
| YUV | 188.65 | 99.42 | 113.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 209 | 138 | 0.20 | 0 | 0.34 | 0.18 | 94.65 | 0.44 | 0.68 |
| Hex | A8 | D1 | 8A | 14 | 0 | 22 | 12 | 5F | 2C | 44 |
| Octal | 250 | 321 | 212 | 24 | 0 | 42 | 22 | 137 | 54 | 104 |
| Binary | 10101000 | 11010001 | 10001010 | 10100 | 0 | 100010 | 10010 | 1011111 | 101100 | 1000100 |
Color Harmonies of #A8D18A
Complementary color
Monochromatic Colors of #A8D18A
Black with #A8D18A
Text Example
Text Example
White with #A8D18A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8D18A; }
p { color: rgb(168,209,138); }
H1.HeaderClassName
{
color: #A8D18A;
}
.AnyTagClassName
{
color: #A8D18A;
}
</style>
background-color css
<style>
a { background-color: #A8D18A; }
a { background-color: rgb(168,209,138); }
div.DivClassName
{
background-color: #A8D18A;
}
.BgClassName
{
background-color: #A8D18A;
}
</style>
border-color css
<style>
span { border-color: #A8D18A; }
span { border-color: rgb(168,209,138); }
td.TdClassName
{
border-color: #A8D18A;
}
.TagClassName
{
border-color: #A8D18A;
}
</style>