Shades of Free Speech Green #0CE108
Tints of Free Speech Green #0CE108
RGB
CMYK
RGB Variations
Color information
#0CE108 (or 0x0CE108) is known color: Free Speech Green. HEX triplet: 0C, E1 and 08. RGB value is (12,225,8). Sum of RGB (Red+Green+Blue) = 12+225+8=245 (32% of max value = 765). Red value is 12 (5.08% from 255 or 4.90% from 245); Green value is 225 (88.28% from 255 or 91.84% from 245); Blue value is 8 (3.52% from 255 or 3.27% from 245); Max value from RGB is 225 - color contains mainly: green. Hex color #0CE108 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0CE108 is #F31EF7. Grayscale: #898989. Windows color (decimal): -15933176 or 581900. OLE color: 581900.
HSL color Cylindrical-coordinate representation of color #0CE108: hue angle of 118.89º degrees, saturation: 0.93, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0CE108 is Cyan = 0.95, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 12 | 225 | 8 | - |
| CMYK | 0.95 | 0 | 0.96 | 0.12 |
| HSL | 118.89º | 0.93% | 0.46% | - |
| HSV(B) | 118.89º | 0.96% | 0.88% | - |
| XYZ | 27.12 | 53.95 | 9.21 | - |
| YUV | 136.58 | 55.43 | 39.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 225 | 8 | 0.95 | 0 | 0.96 | 0.12 | 118.89 | 0.93 | 0.46 |
| Hex | C | E1 | 8 | 5F | 0 | 60 | C | 77 | 5D | 2E |
| Octal | 14 | 341 | 10 | 137 | 0 | 140 | 14 | 167 | 135 | 56 |
| Binary | 1100 | 11100001 | 1000 | 1011111 | 0 | 1100000 | 1100 | 1110111 | 1011101 | 101110 |
Color Harmonies of #0CE108
Complementary color
Monochromatic Colors of #0CE108
Black with #0CE108
Text Example
Text Example
White with #0CE108
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CE108; }
p { color: rgb(12,225,8); }
H1.HeaderClassName
{
color: #0CE108;
}
.AnyTagClassName
{
color: #0CE108;
}
</style>
background-color css
<style>
a { background-color: #0CE108; }
a { background-color: rgb(12,225,8); }
div.DivClassName
{
background-color: #0CE108;
}
.BgClassName
{
background-color: #0CE108;
}
</style>
border-color css
<style>
span { border-color: #0CE108; }
span { border-color: rgb(12,225,8); }
td.TdClassName
{
border-color: #0CE108;
}
.TagClassName
{
border-color: #0CE108;
}
</style>