Shades of Free Speech Green #0CE610
Tints of Free Speech Green #0CE610
RGB
CMYK
RGB Variations
Color information
#0CE610 (or 0x0CE610) is known color: Free Speech Green. HEX triplet: 0C, E6 and 10. RGB value is (12,230,16). Sum of RGB (Red+Green+Blue) = 12+230+16=258 (34% of max value = 765). Red value is 12 (5.08% from 255 or 4.65% from 258); Green value is 230 (90.23% from 255 or 89.15% from 258); Blue value is 16 (6.64% from 255 or 6.20% from 258); Max value from RGB is 230 - color contains mainly: green. Hex color #0CE610 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #0CE610 is #F319EF. Grayscale: #8D8D8D. Windows color (decimal): -15931888 or 1107468. OLE color: 1107468.
HSL color Cylindrical-coordinate representation of color #0CE610: hue angle of 121.1º degrees, saturation: 0.9, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0CE610 is Cyan = 0.95, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 12 | 230 | 16 | - |
| CMYK | 0.95 | 0 | 0.93 | 0.10 |
| HSL | 121.1º | 0.9% | 0.47% | - |
| HSV(B) | 121.1º | 0.95% | 0.9% | - |
| XYZ | 28.54 | 56.71 | 9.93 | - |
| YUV | 140.42 | 57.78 | 36.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 230 | 16 | 0.95 | 0 | 0.93 | 0.10 | 121.1 | 0.9 | 0.47 |
| Hex | C | E6 | 10 | 5F | 0 | 5D | A | 79 | 5A | 2F |
| Octal | 14 | 346 | 20 | 137 | 0 | 135 | 12 | 171 | 132 | 57 |
| Binary | 1100 | 11100110 | 10000 | 1011111 | 0 | 1011101 | 1010 | 1111001 | 1011010 | 101111 |
Color Harmonies of #0CE610
Complementary color
Monochromatic Colors of #0CE610
Black with #0CE610
Text Example
Text Example
White with #0CE610
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CE610; }
p { color: rgb(12,230,16); }
H1.HeaderClassName
{
color: #0CE610;
}
.AnyTagClassName
{
color: #0CE610;
}
</style>
background-color css
<style>
a { background-color: #0CE610; }
a { background-color: rgb(12,230,16); }
div.DivClassName
{
background-color: #0CE610;
}
.BgClassName
{
background-color: #0CE610;
}
</style>
border-color css
<style>
span { border-color: #0CE610; }
span { border-color: rgb(12,230,16); }
td.TdClassName
{
border-color: #0CE610;
}
.TagClassName
{
border-color: #0CE610;
}
</style>