Shades of Free Speech Green #0CED10
Tints of Free Speech Green #0CED10
RGB
CMYK
RGB Variations
Color information
#0CED10 (or 0x0CED10) is known color: Free Speech Green. HEX triplet: 0C, ED and 10. RGB value is (12,237,16). Sum of RGB (Red+Green+Blue) = 12+237+16=265 (35% of max value = 765). Red value is 12 (5.08% from 255 or 4.53% from 265); Green value is 237 (92.97% from 255 or 89.43% from 265); Blue value is 16 (6.64% from 255 or 6.04% from 265); Max value from RGB is 237 - color contains mainly: green. Hex color #0CED10 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #0CED10 is #F312EF. Grayscale: #919191. Windows color (decimal): -15930096 or 1109260. OLE color: 1109260.
HSL color Cylindrical-coordinate representation of color #0CED10: hue angle of 121.07º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0CED10 is Cyan = 0.95, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 12 | 237 | 16 | - |
| CMYK | 0.95 | 0 | 0.93 | 0.07 |
| HSL | 121.07º | 0.9% | 0.49% | - |
| HSV(B) | 121.07º | 0.95% | 0.93% | - |
| XYZ | 30.53 | 60.68 | 10.59 | - |
| YUV | 144.53 | 55.46 | 33.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 237 | 16 | 0.95 | 0 | 0.93 | 0.07 | 121.07 | 0.9 | 0.49 |
| Hex | C | ED | 10 | 5F | 0 | 5D | 7 | 79 | 5A | 31 |
| Octal | 14 | 355 | 20 | 137 | 0 | 135 | 7 | 171 | 132 | 61 |
| Binary | 1100 | 11101101 | 10000 | 1011111 | 0 | 1011101 | 111 | 1111001 | 1011010 | 110001 |
Color Harmonies of #0CED10
Complementary color
Monochromatic Colors of #0CED10
Black with #0CED10
Text Example
Text Example
White with #0CED10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CED10; }
p { color: rgb(12,237,16); }
H1.HeaderClassName
{
color: #0CED10;
}
.AnyTagClassName
{
color: #0CED10;
}
</style>
background-color css
<style>
a { background-color: #0CED10; }
a { background-color: rgb(12,237,16); }
div.DivClassName
{
background-color: #0CED10;
}
.BgClassName
{
background-color: #0CED10;
}
</style>
border-color css
<style>
span { border-color: #0CED10; }
span { border-color: rgb(12,237,16); }
td.TdClassName
{
border-color: #0CED10;
}
.TagClassName
{
border-color: #0CED10;
}
</style>