Shades of Free Speech Green #0CD511
Tints of Free Speech Green #0CD511
RGB
CMYK
RGB Variations
Color information
#0CD511 (or 0x0CD511) is known color: Free Speech Green. HEX triplet: 0C, D5 and 11. RGB value is (12,213,17). Sum of RGB (Red+Green+Blue) = 12+213+17=242 (32% of max value = 765). Red value is 12 (5.08% from 255 or 4.96% from 242); Green value is 213 (83.59% from 255 or 88.02% from 242); Blue value is 17 (7.03% from 255 or 7.02% from 242); Max value from RGB is 213 - color contains mainly: green. Hex color #0CD511 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0CD511 is #F32AEE. Grayscale: #838383. Windows color (decimal): -15936239 or 1168652. OLE color: 1168652.
HSL color Cylindrical-coordinate representation of color #0CD511: hue angle of 121.49º degrees, saturation: 0.89, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0CD511 is Cyan = 0.94, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 12 | 213 | 17 | - |
| CMYK | 0.94 | 0 | 0.92 | 0.16 |
| HSL | 121.49º | 0.89% | 0.44% | - |
| HSV(B) | 121.49º | 0.94% | 0.84% | - |
| XYZ | 24.05 | 47.71 | 8.47 | - |
| YUV | 130.56 | 63.91 | 43.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 213 | 17 | 0.94 | 0 | 0.92 | 0.16 | 121.49 | 0.89 | 0.44 |
| Hex | C | D5 | 11 | 5E | 0 | 5C | 10 | 79 | 59 | 2C |
| Octal | 14 | 325 | 21 | 136 | 0 | 134 | 20 | 171 | 131 | 54 |
| Binary | 1100 | 11010101 | 10001 | 1011110 | 0 | 1011100 | 10000 | 1111001 | 1011001 | 101100 |
Color Harmonies of #0CD511
Complementary color
Monochromatic Colors of #0CD511
Black with #0CD511
Text Example
Text Example
White with #0CD511
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CD511; }
p { color: rgb(12,213,17); }
H1.HeaderClassName
{
color: #0CD511;
}
.AnyTagClassName
{
color: #0CD511;
}
</style>
background-color css
<style>
a { background-color: #0CD511; }
a { background-color: rgb(12,213,17); }
div.DivClassName
{
background-color: #0CD511;
}
.BgClassName
{
background-color: #0CD511;
}
</style>
border-color css
<style>
span { border-color: #0CD511; }
span { border-color: rgb(12,213,17); }
td.TdClassName
{
border-color: #0CD511;
}
.TagClassName
{
border-color: #0CD511;
}
</style>