Shades of Free Speech Green #0CCC00
Tints of Free Speech Green #0CCC00
RGB
CMYK
RGB Variations
Color information
#0CCC00 (or 0x0CCC00) is known color: Free Speech Green. HEX triplet: 0C, CC and 00. RGB value is (12,204,0). Sum of RGB (Red+Green+Blue) = 12+204+0=216 (28% of max value = 765). Red value is 12 (5.08% from 255 or 5.56% from 216); Green value is 204 (80.08% from 255 or 94.44% from 216); Blue value is 0 (0.39% from 255 or 0% from 216); Max value from RGB is 204 - color contains mainly: green. Hex color #0CCC00 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0CCC00 is #F333FF. Grayscale: #7B7B7B. Windows color (decimal): -15938560 or 52236. OLE color: 52236.
HSL color Cylindrical-coordinate representation of color #0CCC00: hue angle of 116.47º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0CCC00 is Cyan = 0.94, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 12 | 204 | 0 | - |
| CMYK | 0.94 | 0 | 1 | 0.2 |
| HSL | 116.47º | 1% | 0.4% | - |
| HSV(B) | 116.47º | 1% | 0.8% | - |
| XYZ | 21.74 | 43.26 | 7.2 | - |
| YUV | 123.34 | 58.39 | 48.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 204 | 0 | 0.94 | 0 | 1 | 0.2 | 116.47 | 1 | 0.4 |
| Hex | C | CC | 0 | 5E | 0 | 64 | 14 | 74 | 64 | 28 |
| Octal | 14 | 314 | 0 | 136 | 0 | 144 | 24 | 164 | 144 | 50 |
| Binary | 1100 | 11001100 | 0 | 1011110 | 0 | 1100100 | 10100 | 1110100 | 1100100 | 101000 |
Color Harmonies of #0CCC00
Complementary color
Monochromatic Colors of #0CCC00
Black with #0CCC00
Text Example
Text Example
White with #0CCC00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CCC00; }
p { color: rgb(12,204,0); }
H1.HeaderClassName
{
color: #0CCC00;
}
.AnyTagClassName
{
color: #0CCC00;
}
</style>
background-color css
<style>
a { background-color: #0CCC00; }
a { background-color: rgb(12,204,0); }
div.DivClassName
{
background-color: #0CCC00;
}
.BgClassName
{
background-color: #0CCC00;
}
</style>
border-color css
<style>
span { border-color: #0CCC00; }
span { border-color: rgb(12,204,0); }
td.TdClassName
{
border-color: #0CCC00;
}
.TagClassName
{
border-color: #0CCC00;
}
</style>