Shades of Yellow Green #8EC138
Tints of Yellow Green #8EC138
RGB
CMYK
RGB Variations
Color information
#8EC138 (or 0x8EC138) is known color: Yellow Green. HEX triplet: 8E, C1 and 38. RGB value is (142,193,56). Sum of RGB (Red+Green+Blue) = 142+193+56=391 (51% of max value = 765). Red value is 142 (55.86% from 255 or 36.32% from 391); Green value is 193 (75.78% from 255 or 49.36% from 391); Blue value is 56 (22.27% from 255 or 14.32% from 391); Max value from RGB is 193 - color contains mainly: green. Hex color #8EC138 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8EC138 is #713EC7. Grayscale: #A2A2A2. Windows color (decimal): -7421640 or 3719566. OLE color: 3719566.
HSL color Cylindrical-coordinate representation of color #8EC138: hue angle of 82.34º degrees, saturation: 0.55, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #8EC138 is Cyan = 0.26, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 142 | 193 | 56 | - |
| CMYK | 0.26 | 0 | 0.71 | 0.24 |
| HSL | 82.34º | 0.55% | 0.49% | - |
| HSV(B) | 82.34º | 0.71% | 0.76% | - |
| XYZ | 30.94 | 44.18 | 10.64 | - |
| YUV | 162.13 | 68.1 | 113.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 193 | 56 | 0.26 | 0 | 0.71 | 0.24 | 82.34 | 0.55 | 0.49 |
| Hex | 8E | C1 | 38 | 1A | 0 | 47 | 18 | 52 | 37 | 31 |
| Octal | 216 | 301 | 70 | 32 | 0 | 107 | 30 | 122 | 67 | 61 |
| Binary | 10001110 | 11000001 | 111000 | 11010 | 0 | 1000111 | 11000 | 1010010 | 110111 | 110001 |
Color Harmonies of #8EC138
Complementary color
Monochromatic Colors of #8EC138
Black with #8EC138
Text Example
Text Example
White with #8EC138
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EC138; }
p { color: rgb(142,193,56); }
H1.HeaderClassName
{
color: #8EC138;
}
.AnyTagClassName
{
color: #8EC138;
}
</style>
background-color css
<style>
a { background-color: #8EC138; }
a { background-color: rgb(142,193,56); }
div.DivClassName
{
background-color: #8EC138;
}
.BgClassName
{
background-color: #8EC138;
}
</style>
border-color css
<style>
span { border-color: #8EC138; }
span { border-color: rgb(142,193,56); }
td.TdClassName
{
border-color: #8EC138;
}
.TagClassName
{
border-color: #8EC138;
}
</style>