Shades of Yellow Green #8CCC1C
Tints of Yellow Green #8CCC1C
RGB
CMYK
RGB Variations
Color information
#8CCC1C (or 0x8CCC1C) is known color: Yellow Green. HEX triplet: 8C, CC and 1C. RGB value is (140,204,28). Sum of RGB (Red+Green+Blue) = 140+204+28=372 (49% of max value = 765). Red value is 140 (55.08% from 255 or 37.63% from 372); Green value is 204 (80.08% from 255 or 54.84% from 372); Blue value is 28 (11.33% from 255 or 7.53% from 372); Max value from RGB is 204 - color contains mainly: green. Hex color #8CCC1C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8CCC1C is #7333E3. Grayscale: #A5A5A5. Windows color (decimal): -7549924 or 1887372. OLE color: 1887372.
HSL color Cylindrical-coordinate representation of color #8CCC1C: hue angle of 81.82º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #8CCC1C is Cyan = 0.31, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 140 | 204 | 28 | - |
| CMYK | 0.31 | 0 | 0.86 | 0.2 |
| HSL | 81.82º | 0.76% | 0.45% | - |
| HSV(B) | 81.82º | 0.86% | 0.8% | - |
| XYZ | 32.62 | 48.85 | 8.81 | - |
| YUV | 164.8 | 50.8 | 110.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 204 | 28 | 0.31 | 0 | 0.86 | 0.2 | 81.82 | 0.76 | 0.45 |
| Hex | 8C | CC | 1C | 1F | 0 | 56 | 14 | 52 | 4C | 2D |
| Octal | 214 | 314 | 34 | 37 | 0 | 126 | 24 | 122 | 114 | 55 |
| Binary | 10001100 | 11001100 | 11100 | 11111 | 0 | 1010110 | 10100 | 1010010 | 1001100 | 101101 |
Color Harmonies of #8CCC1C
Complementary color
Monochromatic Colors of #8CCC1C
Black with #8CCC1C
Text Example
Text Example
White with #8CCC1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CCC1C; }
p { color: rgb(140,204,28); }
H1.HeaderClassName
{
color: #8CCC1C;
}
.AnyTagClassName
{
color: #8CCC1C;
}
</style>
background-color css
<style>
a { background-color: #8CCC1C; }
a { background-color: rgb(140,204,28); }
div.DivClassName
{
background-color: #8CCC1C;
}
.BgClassName
{
background-color: #8CCC1C;
}
</style>
border-color css
<style>
span { border-color: #8CCC1C; }
span { border-color: rgb(140,204,28); }
td.TdClassName
{
border-color: #8CCC1C;
}
.TagClassName
{
border-color: #8CCC1C;
}
</style>