Shades of Yellow Green #8CCC14
Tints of Yellow Green #8CCC14
RGB
CMYK
RGB Variations
Color information
#8CCC14 (or 0x8CCC14) is known color: Yellow Green. HEX triplet: 8C, CC and 14. RGB value is (140,204,20). Sum of RGB (Red+Green+Blue) = 140+204+20=364 (48% of max value = 765). Red value is 140 (55.08% from 255 or 38.46% from 364); Green value is 204 (80.08% from 255 or 56.04% from 364); Blue value is 20 (8.20% from 255 or 5.49% from 364); Max value from RGB is 204 - color contains mainly: green. Hex color #8CCC14 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8CCC14 is #7333EB. Grayscale: #A4A4A4. Windows color (decimal): -7549932 or 1363084. OLE color: 1363084.
HSL color Cylindrical-coordinate representation of color #8CCC14: hue angle of 80.87º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #8CCC14 is Cyan = 0.31, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 140 | 204 | 20 | - |
| CMYK | 0.31 | 0 | 0.90 | 0.2 |
| HSL | 80.87º | 0.82% | 0.44% | - |
| HSV(B) | 80.87º | 0.9% | 0.8% | - |
| XYZ | 32.53 | 48.81 | 8.37 | - |
| YUV | 163.89 | 46.8 | 110.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 204 | 20 | 0.31 | 0 | 0.90 | 0.2 | 80.87 | 0.82 | 0.44 |
| Hex | 8C | CC | 14 | 1F | 0 | 5A | 14 | 51 | 52 | 2C |
| Octal | 214 | 314 | 24 | 37 | 0 | 132 | 24 | 121 | 122 | 54 |
| Binary | 10001100 | 11001100 | 10100 | 11111 | 0 | 1011010 | 10100 | 1010001 | 1010010 | 101100 |
Color Harmonies of #8CCC14
Complementary color
Monochromatic Colors of #8CCC14
Black with #8CCC14
Text Example
Text Example
White with #8CCC14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CCC14; }
p { color: rgb(140,204,20); }
H1.HeaderClassName
{
color: #8CCC14;
}
.AnyTagClassName
{
color: #8CCC14;
}
</style>
background-color css
<style>
a { background-color: #8CCC14; }
a { background-color: rgb(140,204,20); }
div.DivClassName
{
background-color: #8CCC14;
}
.BgClassName
{
background-color: #8CCC14;
}
</style>
border-color css
<style>
span { border-color: #8CCC14; }
span { border-color: rgb(140,204,20); }
td.TdClassName
{
border-color: #8CCC14;
}
.TagClassName
{
border-color: #8CCC14;
}
</style>