Shades of Yellow Green #8DC22A
Tints of Yellow Green #8DC22A
RGB
CMYK
RGB Variations
Color information
#8DC22A (or 0x8DC22A) is known color: Yellow Green. HEX triplet: 8D, C2 and 2A. RGB value is (141,194,42). Sum of RGB (Red+Green+Blue) = 141+194+42=377 (49% of max value = 765). Red value is 141 (55.47% from 255 or 37.40% from 377); Green value is 194 (76.17% from 255 or 51.46% from 377); Blue value is 42 (16.80% from 255 or 11.14% from 377); Max value from RGB is 194 - color contains mainly: green. Hex color #8DC22A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8DC22A is #723DD5. Grayscale: #A1A1A1. Windows color (decimal): -7486934 or 2802317. OLE color: 2802317.
HSL color Cylindrical-coordinate representation of color #8DC22A: hue angle of 80.92º degrees, saturation: 0.64, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #8DC22A is Cyan = 0.27, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 141 | 194 | 42 | - |
| CMYK | 0.27 | 0 | 0.78 | 0.24 |
| HSL | 80.92º | 0.64% | 0.46% | - |
| HSV(B) | 80.92º | 0.78% | 0.76% | - |
| XYZ | 30.69 | 44.41 | 9.15 | - |
| YUV | 160.83 | 60.94 | 113.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 194 | 42 | 0.27 | 0 | 0.78 | 0.24 | 80.92 | 0.64 | 0.46 |
| Hex | 8D | C2 | 2A | 1B | 0 | 4E | 18 | 51 | 40 | 2E |
| Octal | 215 | 302 | 52 | 33 | 0 | 116 | 30 | 121 | 100 | 56 |
| Binary | 10001101 | 11000010 | 101010 | 11011 | 0 | 1001110 | 11000 | 1010001 | 1000000 | 101110 |
Color Harmonies of #8DC22A
Complementary color
Monochromatic Colors of #8DC22A
Black with #8DC22A
Text Example
Text Example
White with #8DC22A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DC22A; }
p { color: rgb(141,194,42); }
H1.HeaderClassName
{
color: #8DC22A;
}
.AnyTagClassName
{
color: #8DC22A;
}
</style>
background-color css
<style>
a { background-color: #8DC22A; }
a { background-color: rgb(141,194,42); }
div.DivClassName
{
background-color: #8DC22A;
}
.BgClassName
{
background-color: #8DC22A;
}
</style>
border-color css
<style>
span { border-color: #8DC22A; }
span { border-color: rgb(141,194,42); }
td.TdClassName
{
border-color: #8DC22A;
}
.TagClassName
{
border-color: #8DC22A;
}
</style>