Shades of Feijoa #A8E38B
Tints of Feijoa #A8E38B
RGB
CMYK
RGB Variations
Color information
#A8E38B (or 0xA8E38B) is known color: Feijoa. HEX triplet: A8, E3 and 8B. RGB value is (168,227,139). Sum of RGB (Red+Green+Blue) = 168+227+139=534 (70% of max value = 765). Red value is 168 (66.02% from 255 or 31.46% from 534); Green value is 227 (89.06% from 255 or 42.51% from 534); Blue value is 139 (54.69% from 255 or 26.03% from 534); Max value from RGB is 227 - color contains mainly: green. Hex color #A8E38B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8E38B is #571C74. Grayscale: #C7C7C7. Windows color (decimal): -5708917 or 9167784. OLE color: 9167784.
HSL color Cylindrical-coordinate representation of color #A8E38B: hue angle of 100.23º degrees, saturation: 0.61, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A8E38B is Cyan = 0.26, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 168 | 227 | 139 | - |
| CMYK | 0.26 | 0 | 0.39 | 0.11 |
| HSL | 100.23º | 0.61% | 0.72% | - |
| HSV(B) | 100.23º | 0.39% | 0.89% | - |
| XYZ | 48.28 | 65.13 | 34.45 | - |
| YUV | 199.33 | 93.95 | 105.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 227 | 139 | 0.26 | 0 | 0.39 | 0.11 | 100.23 | 0.61 | 0.72 |
| Hex | A8 | E3 | 8B | 1A | 0 | 27 | B | 64 | 3D | 48 |
| Octal | 250 | 343 | 213 | 32 | 0 | 47 | 13 | 144 | 75 | 110 |
| Binary | 10101000 | 11100011 | 10001011 | 11010 | 0 | 100111 | 1011 | 1100100 | 111101 | 1001000 |
Color Harmonies of #A8E38B
Complementary color
Monochromatic Colors of #A8E38B
Black with #A8E38B
Text Example
Text Example
White with #A8E38B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8E38B; }
p { color: rgb(168,227,139); }
H1.HeaderClassName
{
color: #A8E38B;
}
.AnyTagClassName
{
color: #A8E38B;
}
</style>
background-color css
<style>
a { background-color: #A8E38B; }
a { background-color: rgb(168,227,139); }
div.DivClassName
{
background-color: #A8E38B;
}
.BgClassName
{
background-color: #A8E38B;
}
</style>
border-color css
<style>
span { border-color: #A8E38B; }
span { border-color: rgb(168,227,139); }
td.TdClassName
{
border-color: #A8E38B;
}
.TagClassName
{
border-color: #A8E38B;
}
</style>