Shades of Free Speech Green #0CE00C
Tints of Free Speech Green #0CE00C
RGB
CMYK
RGB Variations
Color information
#0CE00C (or 0x0CE00C) is known color: Free Speech Green. HEX triplet: 0C, E0 and 0C. RGB value is (12,224,12). Sum of RGB (Red+Green+Blue) = 12+224+12=248 (32% of max value = 765). Red value is 12 (5.08% from 255 or 4.84% from 248); Green value is 224 (87.89% from 255 or 90.32% from 248); Blue value is 12 (5.08% from 255 or 4.84% from 248); Max value from RGB is 224 - color contains mainly: green. Hex color #0CE00C is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0CE00C is #F31FF3. Grayscale: #898989. Windows color (decimal): -15933428 or 843788. OLE color: 843788.
HSL color Cylindrical-coordinate representation of color #0CE00C: hue angle of 120º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0CE00C is Cyan = 0.95, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 12 | 224 | 12 | - |
| CMYK | 0.95 | 0 | 0.95 | 0.12 |
| HSL | 120º | 0.9% | 0.46% | - |
| HSV(B) | 120º | 0.95% | 0.88% | - |
| XYZ | 26.87 | 53.42 | 9.24 | - |
| YUV | 136.44 | 57.76 | 39.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 224 | 12 | 0.95 | 0 | 0.95 | 0.12 | 120 | 0.9 | 0.46 |
| Hex | C | E0 | C | 5F | 0 | 5F | C | 78 | 5A | 2E |
| Octal | 14 | 340 | 14 | 137 | 0 | 137 | 14 | 170 | 132 | 56 |
| Binary | 1100 | 11100000 | 1100 | 1011111 | 0 | 1011111 | 1100 | 1111000 | 1011010 | 101110 |
Color Harmonies of #0CE00C
Complementary color
Monochromatic Colors of #0CE00C
Black with #0CE00C
Text Example
Text Example
White with #0CE00C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CE00C; }
p { color: rgb(12,224,12); }
H1.HeaderClassName
{
color: #0CE00C;
}
.AnyTagClassName
{
color: #0CE00C;
}
</style>
background-color css
<style>
a { background-color: #0CE00C; }
a { background-color: rgb(12,224,12); }
div.DivClassName
{
background-color: #0CE00C;
}
.BgClassName
{
background-color: #0CE00C;
}
</style>
border-color css
<style>
span { border-color: #0CE00C; }
span { border-color: rgb(12,224,12); }
td.TdClassName
{
border-color: #0CE00C;
}
.TagClassName
{
border-color: #0CE00C;
}
</style>