Shades of Yellow Green #8EC322
Tints of Yellow Green #8EC322
RGB
CMYK
RGB Variations
Color information
#8EC322 (or 0x8EC322) is known color: Yellow Green. HEX triplet: 8E, C3 and 22. RGB value is (142,195,34). Sum of RGB (Red+Green+Blue) = 142+195+34=371 (49% of max value = 765). Red value is 142 (55.86% from 255 or 38.27% from 371); Green value is 195 (76.56% from 255 or 52.56% from 371); Blue value is 34 (13.67% from 255 or 9.16% from 371); Max value from RGB is 195 - color contains mainly: green. Hex color #8EC322 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8EC322 is #713CDD. Grayscale: #A1A1A1. Windows color (decimal): -7421150 or 2278286. OLE color: 2278286.
HSL color Cylindrical-coordinate representation of color #8EC322: hue angle of 79.75º degrees, saturation: 0.7, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #8EC322 is Cyan = 0.27, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 142 | 195 | 34 | - |
| CMYK | 0.27 | 0 | 0.83 | 0.24 |
| HSL | 79.75º | 0.7% | 0.45% | - |
| HSV(B) | 79.75º | 0.83% | 0.76% | - |
| XYZ | 30.96 | 44.9 | 8.55 | - |
| YUV | 160.8 | 56.44 | 114.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 195 | 34 | 0.27 | 0 | 0.83 | 0.24 | 79.75 | 0.7 | 0.45 |
| Hex | 8E | C3 | 22 | 1B | 0 | 53 | 18 | 50 | 46 | 2D |
| Octal | 216 | 303 | 42 | 33 | 0 | 123 | 30 | 120 | 106 | 55 |
| Binary | 10001110 | 11000011 | 100010 | 11011 | 0 | 1010011 | 11000 | 1010000 | 1000110 | 101101 |
Color Harmonies of #8EC322
Complementary color
Monochromatic Colors of #8EC322
Black with #8EC322
Text Example
Text Example
White with #8EC322
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EC322; }
p { color: rgb(142,195,34); }
H1.HeaderClassName
{
color: #8EC322;
}
.AnyTagClassName
{
color: #8EC322;
}
</style>
background-color css
<style>
a { background-color: #8EC322; }
a { background-color: rgb(142,195,34); }
div.DivClassName
{
background-color: #8EC322;
}
.BgClassName
{
background-color: #8EC322;
}
</style>
border-color css
<style>
span { border-color: #8EC322; }
span { border-color: rgb(142,195,34); }
td.TdClassName
{
border-color: #8EC322;
}
.TagClassName
{
border-color: #8EC322;
}
</style>