Shades of Feijoa #A8E18B
Tints of Feijoa #A8E18B
RGB
CMYK
RGB Variations
Color information
#A8E18B (or 0xA8E18B) is known color: Feijoa. HEX triplet: A8, E1 and 8B. RGB value is (168,225,139). Sum of RGB (Red+Green+Blue) = 168+225+139=532 (70% of max value = 765). Red value is 168 (66.02% from 255 or 31.58% from 532); Green value is 225 (88.28% from 255 or 42.29% from 532); Blue value is 139 (54.69% from 255 or 26.13% from 532); Max value from RGB is 225 - color contains mainly: green. Hex color #A8E18B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8E18B is #571E74. Grayscale: #C6C6C6. Windows color (decimal): -5709429 or 9167272. OLE color: 9167272.
HSL color Cylindrical-coordinate representation of color #A8E18B: hue angle of 99.77º degrees, saturation: 0.59, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A8E18B is Cyan = 0.25, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 168 | 225 | 139 | - |
| CMYK | 0.25 | 0 | 0.38 | 0.12 |
| HSL | 99.77º | 0.59% | 0.71% | - |
| HSV(B) | 99.77º | 0.38% | 0.88% | - |
| XYZ | 47.73 | 64.04 | 34.27 | - |
| YUV | 198.15 | 94.62 | 106.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 225 | 139 | 0.25 | 0 | 0.38 | 0.12 | 99.77 | 0.59 | 0.71 |
| Hex | A8 | E1 | 8B | 19 | 0 | 26 | C | 64 | 3B | 47 |
| Octal | 250 | 341 | 213 | 31 | 0 | 46 | 14 | 144 | 73 | 107 |
| Binary | 10101000 | 11100001 | 10001011 | 11001 | 0 | 100110 | 1100 | 1100100 | 111011 | 1000111 |
Color Harmonies of #A8E18B
Complementary color
Monochromatic Colors of #A8E18B
Black with #A8E18B
Text Example
Text Example
White with #A8E18B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8E18B; }
p { color: rgb(168,225,139); }
H1.HeaderClassName
{
color: #A8E18B;
}
.AnyTagClassName
{
color: #A8E18B;
}
</style>
background-color css
<style>
a { background-color: #A8E18B; }
a { background-color: rgb(168,225,139); }
div.DivClassName
{
background-color: #A8E18B;
}
.BgClassName
{
background-color: #A8E18B;
}
</style>
border-color css
<style>
span { border-color: #A8E18B; }
span { border-color: rgb(168,225,139); }
td.TdClassName
{
border-color: #A8E18B;
}
.TagClassName
{
border-color: #A8E18B;
}
</style>