Shades of Yellow Green #8CC128
Tints of Yellow Green #8CC128
RGB
CMYK
RGB Variations
Color information
#8CC128 (or 0x8CC128) is known color: Yellow Green. HEX triplet: 8C, C1 and 28. RGB value is (140,193,40). Sum of RGB (Red+Green+Blue) = 140+193+40=373 (49% of max value = 765). Red value is 140 (55.08% from 255 or 37.53% from 373); Green value is 193 (75.78% from 255 or 51.74% from 373); Blue value is 40 (16.02% from 255 or 10.72% from 373); Max value from RGB is 193 - color contains mainly: green. Hex color #8CC128 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8CC128 is #733ED7. Grayscale: #A0A0A0. Windows color (decimal): -7552728 or 2670988. OLE color: 2670988.
HSL color Cylindrical-coordinate representation of color #8CC128: hue angle of 80.78º degrees, saturation: 0.66, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #8CC128 is Cyan = 0.27, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 140 | 193 | 40 | - |
| CMYK | 0.27 | 0 | 0.79 | 0.24 |
| HSL | 80.78º | 0.66% | 0.46% | - |
| HSV(B) | 80.78º | 0.79% | 0.76% | - |
| XYZ | 30.27 | 43.87 | 8.88 | - |
| YUV | 159.71 | 60.44 | 113.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 193 | 40 | 0.27 | 0 | 0.79 | 0.24 | 80.78 | 0.66 | 0.46 |
| Hex | 8C | C1 | 28 | 1B | 0 | 4F | 18 | 51 | 42 | 2E |
| Octal | 214 | 301 | 50 | 33 | 0 | 117 | 30 | 121 | 102 | 56 |
| Binary | 10001100 | 11000001 | 101000 | 11011 | 0 | 1001111 | 11000 | 1010001 | 1000010 | 101110 |
Color Harmonies of #8CC128
Complementary color
Monochromatic Colors of #8CC128
Black with #8CC128
Text Example
Text Example
White with #8CC128
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CC128; }
p { color: rgb(140,193,40); }
H1.HeaderClassName
{
color: #8CC128;
}
.AnyTagClassName
{
color: #8CC128;
}
</style>
background-color css
<style>
a { background-color: #8CC128; }
a { background-color: rgb(140,193,40); }
div.DivClassName
{
background-color: #8CC128;
}
.BgClassName
{
background-color: #8CC128;
}
</style>
border-color css
<style>
span { border-color: #8CC128; }
span { border-color: rgb(140,193,40); }
td.TdClassName
{
border-color: #8CC128;
}
.TagClassName
{
border-color: #8CC128;
}
</style>