Shades of Free Speech Green #0CE122
Tints of Free Speech Green #0CE122
RGB
CMYK
RGB Variations
Color information
#0CE122 (or 0x0CE122) is known color: Free Speech Green. HEX triplet: 0C, E1 and 22. RGB value is (12,225,34). Sum of RGB (Red+Green+Blue) = 12+225+34=271 (35% of max value = 765). Red value is 12 (5.08% from 255 or 4.43% from 271); Green value is 225 (88.28% from 255 or 83.03% from 271); Blue value is 34 (13.67% from 255 or 12.55% from 271); Max value from RGB is 225 - color contains mainly: green. Hex color #0CE122 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0CE122 is #F31EDD. Grayscale: #8C8C8C. Windows color (decimal): -15933150 or 2285836. OLE color: 2285836.
HSL color Cylindrical-coordinate representation of color #0CE122: hue angle of 126.2º 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 #0CE122 is Cyan = 0.95, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 12 | 225 | 34 | - |
| CMYK | 0.95 | 0 | 0.85 | 0.12 |
| HSL | 126.2º | 0.9% | 0.46% | - |
| HSV(B) | 126.2º | 0.95% | 0.88% | - |
| XYZ | 27.37 | 54.04 | 10.5 | - |
| YUV | 139.54 | 68.43 | 37.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 225 | 34 | 0.95 | 0 | 0.85 | 0.12 | 126.2 | 0.9 | 0.46 |
| Hex | C | E1 | 22 | 5F | 0 | 55 | C | 7E | 5A | 2E |
| Octal | 14 | 341 | 42 | 137 | 0 | 125 | 14 | 176 | 132 | 56 |
| Binary | 1100 | 11100001 | 100010 | 1011111 | 0 | 1010101 | 1100 | 1111110 | 1011010 | 101110 |
Color Harmonies of #0CE122
Complementary color
Monochromatic Colors of #0CE122
Black with #0CE122
Text Example
Text Example
White with #0CE122
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CE122; }
p { color: rgb(12,225,34); }
H1.HeaderClassName
{
color: #0CE122;
}
.AnyTagClassName
{
color: #0CE122;
}
</style>
background-color css
<style>
a { background-color: #0CE122; }
a { background-color: rgb(12,225,34); }
div.DivClassName
{
background-color: #0CE122;
}
.BgClassName
{
background-color: #0CE122;
}
</style>
border-color css
<style>
span { border-color: #0CE122; }
span { border-color: rgb(12,225,34); }
td.TdClassName
{
border-color: #0CE122;
}
.TagClassName
{
border-color: #0CE122;
}
</style>