Shades of Free Speech Green #0CD70C
Tints of Free Speech Green #0CD70C
RGB
CMYK
RGB Variations
Color information
#0CD70C (or 0x0CD70C) is known color: Free Speech Green. HEX triplet: 0C, D7 and 0C. RGB value is (12,215,12). Sum of RGB (Red+Green+Blue) = 12+215+12=239 (31% of max value = 765). Red value is 12 (5.08% from 255 or 5.02% from 239); Green value is 215 (84.38% from 255 or 89.96% from 239); Blue value is 12 (5.08% from 255 or 5.02% from 239); Max value from RGB is 215 - color contains mainly: green. Hex color #0CD70C is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0CD70C is #F328F3. Grayscale: #838383. Windows color (decimal): -15935732 or 841484. OLE color: 841484.
HSL color Cylindrical-coordinate representation of color #0CD70C: hue angle of 120º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0CD70C is Cyan = 0.94, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 12 | 215 | 12 | - |
| CMYK | 0.94 | 0 | 0.94 | 0.16 |
| HSL | 120º | 0.89% | 0.45% | - |
| HSV(B) | 120º | 0.94% | 0.84% | - |
| XYZ | 24.52 | 48.71 | 8.46 | - |
| YUV | 131.16 | 60.75 | 43.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 215 | 12 | 0.94 | 0 | 0.94 | 0.16 | 120 | 0.89 | 0.45 |
| Hex | C | D7 | C | 5E | 0 | 5E | 10 | 78 | 59 | 2D |
| Octal | 14 | 327 | 14 | 136 | 0 | 136 | 20 | 170 | 131 | 55 |
| Binary | 1100 | 11010111 | 1100 | 1011110 | 0 | 1011110 | 10000 | 1111000 | 1011001 | 101101 |
Color Harmonies of #0CD70C
Complementary color
Monochromatic Colors of #0CD70C
Black with #0CD70C
Text Example
Text Example
White with #0CD70C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CD70C; }
p { color: rgb(12,215,12); }
H1.HeaderClassName
{
color: #0CD70C;
}
.AnyTagClassName
{
color: #0CD70C;
}
</style>
background-color css
<style>
a { background-color: #0CD70C; }
a { background-color: rgb(12,215,12); }
div.DivClassName
{
background-color: #0CD70C;
}
.BgClassName
{
background-color: #0CD70C;
}
</style>
border-color css
<style>
span { border-color: #0CD70C; }
span { border-color: rgb(12,215,12); }
td.TdClassName
{
border-color: #0CD70C;
}
.TagClassName
{
border-color: #0CD70C;
}
</style>