Shades of Feijoa #A8E38C
Tints of Feijoa #A8E38C
RGB
CMYK
RGB Variations
Color information
#A8E38C (or 0xA8E38C) is known color: Feijoa. HEX triplet: A8, E3 and 8C. RGB value is (168,227,140). Sum of RGB (Red+Green+Blue) = 168+227+140=535 (70% of max value = 765). Red value is 168 (66.02% from 255 or 31.40% from 535); Green value is 227 (89.06% from 255 or 42.43% from 535); Blue value is 140 (55.08% from 255 or 26.17% from 535); Max value from RGB is 227 - color contains mainly: green. Hex color #A8E38C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8E38C is #571C73. Grayscale: #C7C7C7. Windows color (decimal): -5708916 or 9233320. OLE color: 9233320.
HSL color Cylindrical-coordinate representation of color #A8E38C: hue angle of 100.69º degrees, saturation: 0.61, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A8E38C is Cyan = 0.26, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 168 | 227 | 140 | - |
| CMYK | 0.26 | 0 | 0.38 | 0.11 |
| HSL | 100.69º | 0.61% | 0.72% | - |
| HSV(B) | 100.69º | 0.38% | 0.89% | - |
| XYZ | 48.35 | 65.16 | 34.84 | - |
| YUV | 199.44 | 94.45 | 105.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 227 | 140 | 0.26 | 0 | 0.38 | 0.11 | 100.69 | 0.61 | 0.72 |
| Hex | A8 | E3 | 8C | 1A | 0 | 26 | B | 65 | 3D | 48 |
| Octal | 250 | 343 | 214 | 32 | 0 | 46 | 13 | 145 | 75 | 110 |
| Binary | 10101000 | 11100011 | 10001100 | 11010 | 0 | 100110 | 1011 | 1100101 | 111101 | 1001000 |
Color Harmonies of #A8E38C
Complementary color
Monochromatic Colors of #A8E38C
Black with #A8E38C
Text Example
Text Example
White with #A8E38C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8E38C; }
p { color: rgb(168,227,140); }
H1.HeaderClassName
{
color: #A8E38C;
}
.AnyTagClassName
{
color: #A8E38C;
}
</style>
background-color css
<style>
a { background-color: #A8E38C; }
a { background-color: rgb(168,227,140); }
div.DivClassName
{
background-color: #A8E38C;
}
.BgClassName
{
background-color: #A8E38C;
}
</style>
border-color css
<style>
span { border-color: #A8E38C; }
span { border-color: rgb(168,227,140); }
td.TdClassName
{
border-color: #A8E38C;
}
.TagClassName
{
border-color: #A8E38C;
}
</style>