Shades of Yellow Green #8CC12C
Tints of Yellow Green #8CC12C
RGB
CMYK
RGB Variations
Color information
#8CC12C (or 0x8CC12C) is known color: Yellow Green. HEX triplet: 8C, C1 and 2C. RGB value is (140,193,44). Sum of RGB (Red+Green+Blue) = 140+193+44=377 (49% of max value = 765). Red value is 140 (55.08% from 255 or 37.14% from 377); Green value is 193 (75.78% from 255 or 51.19% from 377); Blue value is 44 (17.58% from 255 or 11.67% from 377); Max value from RGB is 193 - color contains mainly: green. Hex color #8CC12C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8CC12C is #733ED3. Grayscale: #A0A0A0. Windows color (decimal): -7552724 or 2933132. OLE color: 2933132.
HSL color Cylindrical-coordinate representation of color #8CC12C: hue angle of 81.34º degrees, saturation: 0.63, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #8CC12C is Cyan = 0.27, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 140 | 193 | 44 | - |
| CMYK | 0.27 | 0 | 0.77 | 0.24 |
| HSL | 81.34º | 0.63% | 0.46% | - |
| HSV(B) | 81.34º | 0.77% | 0.76% | - |
| XYZ | 30.34 | 43.9 | 9.26 | - |
| YUV | 160.17 | 62.44 | 113.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 193 | 44 | 0.27 | 0 | 0.77 | 0.24 | 81.34 | 0.63 | 0.46 |
| Hex | 8C | C1 | 2C | 1B | 0 | 4D | 18 | 51 | 3F | 2E |
| Octal | 214 | 301 | 54 | 33 | 0 | 115 | 30 | 121 | 77 | 56 |
| Binary | 10001100 | 11000001 | 101100 | 11011 | 0 | 1001101 | 11000 | 1010001 | 111111 | 101110 |
Color Harmonies of #8CC12C
Complementary color
Monochromatic Colors of #8CC12C
Black with #8CC12C
Text Example
Text Example
White with #8CC12C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CC12C; }
p { color: rgb(140,193,44); }
H1.HeaderClassName
{
color: #8CC12C;
}
.AnyTagClassName
{
color: #8CC12C;
}
</style>
background-color css
<style>
a { background-color: #8CC12C; }
a { background-color: rgb(140,193,44); }
div.DivClassName
{
background-color: #8CC12C;
}
.BgClassName
{
background-color: #8CC12C;
}
</style>
border-color css
<style>
span { border-color: #8CC12C; }
span { border-color: rgb(140,193,44); }
td.TdClassName
{
border-color: #8CC12C;
}
.TagClassName
{
border-color: #8CC12C;
}
</style>