Shades of Free Speech Green #0CEA03
Tints of Free Speech Green #0CEA03
RGB
CMYK
RGB Variations
Color information
#0CEA03 (or 0x0CEA03) is known color: Free Speech Green. HEX triplet: 0C, EA and 03. RGB value is (12,234,3). Sum of RGB (Red+Green+Blue) = 12+234+3=249 (32% of max value = 765). Red value is 12 (5.08% from 255 or 4.82% from 249); Green value is 234 (91.80% from 255 or 93.98% from 249); Blue value is 3 (1.56% from 255 or 1.20% from 249); Max value from RGB is 234 - color contains mainly: green. Hex color #0CEA03 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #0CEA03 is #F315FC. Grayscale: #8D8D8D. Windows color (decimal): -15930877 or 256524. OLE color: 256524.
HSL color Cylindrical-coordinate representation of color #0CEA03: hue angle of 117.66º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0CEA03 is Cyan = 0.95, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 12 | 234 | 3 | - |
| CMYK | 0.95 | 0 | 0.99 | 0.08 |
| HSL | 117.66º | 0.97% | 0.46% | - |
| HSV(B) | 117.66º | 0.99% | 0.92% | - |
| XYZ | 29.59 | 58.93 | 9.9 | - |
| YUV | 141.29 | 49.95 | 35.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 234 | 3 | 0.95 | 0 | 0.99 | 0.08 | 117.66 | 0.97 | 0.46 |
| Hex | C | EA | 3 | 5F | 0 | 63 | 8 | 76 | 61 | 2E |
| Octal | 14 | 352 | 3 | 137 | 0 | 143 | 10 | 166 | 141 | 56 |
| Binary | 1100 | 11101010 | 11 | 1011111 | 0 | 1100011 | 1000 | 1110110 | 1100001 | 101110 |
Color Harmonies of #0CEA03
Complementary color
Monochromatic Colors of #0CEA03
Black with #0CEA03
Text Example
Text Example
White with #0CEA03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CEA03; }
p { color: rgb(12,234,3); }
H1.HeaderClassName
{
color: #0CEA03;
}
.AnyTagClassName
{
color: #0CEA03;
}
</style>
background-color css
<style>
a { background-color: #0CEA03; }
a { background-color: rgb(12,234,3); }
div.DivClassName
{
background-color: #0CEA03;
}
.BgClassName
{
background-color: #0CEA03;
}
</style>
border-color css
<style>
span { border-color: #0CEA03; }
span { border-color: rgb(12,234,3); }
td.TdClassName
{
border-color: #0CEA03;
}
.TagClassName
{
border-color: #0CEA03;
}
</style>