Shades of Free Speech Green #0CE105
Tints of Free Speech Green #0CE105
RGB
CMYK
RGB Variations
Color information
#0CE105 (or 0x0CE105) is known color: Free Speech Green. HEX triplet: 0C, E1 and 05. RGB value is (12,225,5). Sum of RGB (Red+Green+Blue) = 12+225+5=242 (32% of max value = 765). Red value is 12 (5.08% from 255 or 4.96% from 242); Green value is 225 (88.28% from 255 or 92.98% from 242); Blue value is 5 (2.34% from 255 or 2.07% from 242); Max value from RGB is 225 - color contains mainly: green. Hex color #0CE105 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0CE105 is #F31EFA. Grayscale: #888888. Windows color (decimal): -15933179 or 385292. OLE color: 385292.
HSL color Cylindrical-coordinate representation of color #0CE105: hue angle of 118.09º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0CE105 is Cyan = 0.95, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 12 | 225 | 5 | - |
| CMYK | 0.95 | 0 | 0.98 | 0.12 |
| HSL | 118.09º | 0.96% | 0.45% | - |
| HSV(B) | 118.09º | 0.98% | 0.88% | - |
| XYZ | 27.1 | 53.94 | 9.13 | - |
| YUV | 136.23 | 53.93 | 39.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 225 | 5 | 0.95 | 0 | 0.98 | 0.12 | 118.09 | 0.96 | 0.45 |
| Hex | C | E1 | 5 | 5F | 0 | 62 | C | 76 | 60 | 2D |
| Octal | 14 | 341 | 5 | 137 | 0 | 142 | 14 | 166 | 140 | 55 |
| Binary | 1100 | 11100001 | 101 | 1011111 | 0 | 1100010 | 1100 | 1110110 | 1100000 | 101101 |
Color Harmonies of #0CE105
Complementary color
Monochromatic Colors of #0CE105
Black with #0CE105
Text Example
Text Example
White with #0CE105
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CE105; }
p { color: rgb(12,225,5); }
H1.HeaderClassName
{
color: #0CE105;
}
.AnyTagClassName
{
color: #0CE105;
}
</style>
background-color css
<style>
a { background-color: #0CE105; }
a { background-color: rgb(12,225,5); }
div.DivClassName
{
background-color: #0CE105;
}
.BgClassName
{
background-color: #0CE105;
}
</style>
border-color css
<style>
span { border-color: #0CE105; }
span { border-color: rgb(12,225,5); }
td.TdClassName
{
border-color: #0CE105;
}
.TagClassName
{
border-color: #0CE105;
}
</style>