Shades of Free Speech Green #0CE10D
Tints of Free Speech Green #0CE10D
RGB
CMYK
RGB Variations
Color information
#0CE10D (or 0x0CE10D) is known color: Free Speech Green. HEX triplet: 0C, E1 and 0D. RGB value is (12,225,13). Sum of RGB (Red+Green+Blue) = 12+225+13=250 (33% of max value = 765). Red value is 12 (5.08% from 255 or 4.8% from 250); Green value is 225 (88.28% from 255 or 90% from 250); Blue value is 13 (5.47% from 255 or 5.2% from 250); Max value from RGB is 225 - color contains mainly: green. Hex color #0CE10D is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0CE10D is #F31EF2. Grayscale: #898989. Windows color (decimal): -15933171 or 909580. OLE color: 909580.
HSL color Cylindrical-coordinate representation of color #0CE10D: hue angle of 120.28º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0CE10D is Cyan = 0.95, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 12 | 225 | 13 | - |
| CMYK | 0.95 | 0 | 0.94 | 0.12 |
| HSL | 120.28º | 0.9% | 0.46% | - |
| HSV(B) | 120.28º | 0.95% | 0.88% | - |
| XYZ | 27.15 | 53.96 | 9.36 | - |
| YUV | 137.15 | 57.93 | 38.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 225 | 13 | 0.95 | 0 | 0.94 | 0.12 | 120.28 | 0.9 | 0.46 |
| Hex | C | E1 | D | 5F | 0 | 5E | C | 78 | 5A | 2E |
| Octal | 14 | 341 | 15 | 137 | 0 | 136 | 14 | 170 | 132 | 56 |
| Binary | 1100 | 11100001 | 1101 | 1011111 | 0 | 1011110 | 1100 | 1111000 | 1011010 | 101110 |
Color Harmonies of #0CE10D
Complementary color
Monochromatic Colors of #0CE10D
Black with #0CE10D
Text Example
Text Example
White with #0CE10D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CE10D; }
p { color: rgb(12,225,13); }
H1.HeaderClassName
{
color: #0CE10D;
}
.AnyTagClassName
{
color: #0CE10D;
}
</style>
background-color css
<style>
a { background-color: #0CE10D; }
a { background-color: rgb(12,225,13); }
div.DivClassName
{
background-color: #0CE10D;
}
.BgClassName
{
background-color: #0CE10D;
}
</style>
border-color css
<style>
span { border-color: #0CE10D; }
span { border-color: rgb(12,225,13); }
td.TdClassName
{
border-color: #0CE10D;
}
.TagClassName
{
border-color: #0CE10D;
}
</style>