Shades of Yellow Green #8CCC1E
Tints of Yellow Green #8CCC1E
RGB
CMYK
RGB Variations
Color information
#8CCC1E (or 0x8CCC1E) is known color: Yellow Green. HEX triplet: 8C, CC and 1E. RGB value is (140,204,30). Sum of RGB (Red+Green+Blue) = 140+204+30=374 (49% of max value = 765). Red value is 140 (55.08% from 255 or 37.43% from 374); Green value is 204 (80.08% from 255 or 54.55% from 374); Blue value is 30 (12.11% from 255 or 8.02% from 374); Max value from RGB is 204 - color contains mainly: green. Hex color #8CCC1E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8CCC1E is #7333E1. Grayscale: #A5A5A5. Windows color (decimal): -7549922 or 2018444. OLE color: 2018444.
HSL color Cylindrical-coordinate representation of color #8CCC1E: hue angle of 82.07º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #8CCC1E is Cyan = 0.31, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 140 | 204 | 30 | - |
| CMYK | 0.31 | 0 | 0.85 | 0.2 |
| HSL | 82.07º | 0.74% | 0.46% | - |
| HSV(B) | 82.07º | 0.85% | 0.8% | - |
| XYZ | 32.64 | 48.85 | 8.94 | - |
| YUV | 165.03 | 51.8 | 110.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 204 | 30 | 0.31 | 0 | 0.85 | 0.2 | 82.07 | 0.74 | 0.46 |
| Hex | 8C | CC | 1E | 1F | 0 | 55 | 14 | 52 | 4A | 2E |
| Octal | 214 | 314 | 36 | 37 | 0 | 125 | 24 | 122 | 112 | 56 |
| Binary | 10001100 | 11001100 | 11110 | 11111 | 0 | 1010101 | 10100 | 1010010 | 1001010 | 101110 |
Color Harmonies of #8CCC1E
Complementary color
Monochromatic Colors of #8CCC1E
Black with #8CCC1E
Text Example
Text Example
White with #8CCC1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CCC1E; }
p { color: rgb(140,204,30); }
H1.HeaderClassName
{
color: #8CCC1E;
}
.AnyTagClassName
{
color: #8CCC1E;
}
</style>
background-color css
<style>
a { background-color: #8CCC1E; }
a { background-color: rgb(140,204,30); }
div.DivClassName
{
background-color: #8CCC1E;
}
.BgClassName
{
background-color: #8CCC1E;
}
</style>
border-color css
<style>
span { border-color: #8CCC1E; }
span { border-color: rgb(140,204,30); }
td.TdClassName
{
border-color: #8CCC1E;
}
.TagClassName
{
border-color: #8CCC1E;
}
</style>