Shades of Free Speech Green #0CE900
Tints of Free Speech Green #0CE900
RGB
CMYK
RGB Variations
Color information
#0CE900 (or 0x0CE900) is known color: Free Speech Green. HEX triplet: 0C, E9 and 00. RGB value is (12,233,0). Sum of RGB (Red+Green+Blue) = 12+233+0=245 (32% of max value = 765). Red value is 12 (5.08% from 255 or 4.90% from 245); Green value is 233 (91.41% from 255 or 95.10% from 245); Blue value is 0 (0.39% from 255 or 0% from 245); Max value from RGB is 233 - color contains mainly: green. Hex color #0CE900 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #0CE900 is #F316FF. Grayscale: #8D8D8D. Windows color (decimal): -15931136 or 59660. OLE color: 59660.
HSL color Cylindrical-coordinate representation of color #0CE900: hue angle of 116.91º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0CE900 is Cyan = 0.95, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 12 | 233 | 0 | - |
| CMYK | 0.95 | 0 | 1 | 0.09 |
| HSL | 116.91º | 1% | 0.46% | - |
| HSV(B) | 116.91º | 1% | 0.91% | - |
| XYZ | 29.29 | 58.36 | 9.72 | - |
| YUV | 140.36 | 48.78 | 36.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 233 | 0 | 0.95 | 0 | 1 | 0.09 | 116.91 | 1 | 0.46 |
| Hex | C | E9 | 0 | 5F | 0 | 64 | 9 | 75 | 64 | 2E |
| Octal | 14 | 351 | 0 | 137 | 0 | 144 | 11 | 165 | 144 | 56 |
| Binary | 1100 | 11101001 | 0 | 1011111 | 0 | 1100100 | 1001 | 1110101 | 1100100 | 101110 |
Color Harmonies of #0CE900
Complementary color
Monochromatic Colors of #0CE900
Black with #0CE900
Text Example
Text Example
White with #0CE900
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CE900; }
p { color: rgb(12,233,0); }
H1.HeaderClassName
{
color: #0CE900;
}
.AnyTagClassName
{
color: #0CE900;
}
</style>
background-color css
<style>
a { background-color: #0CE900; }
a { background-color: rgb(12,233,0); }
div.DivClassName
{
background-color: #0CE900;
}
.BgClassName
{
background-color: #0CE900;
}
</style>
border-color css
<style>
span { border-color: #0CE900; }
span { border-color: rgb(12,233,0); }
td.TdClassName
{
border-color: #0CE900;
}
.TagClassName
{
border-color: #0CE900;
}
</style>