Shades of Free Speech Green #0CE323
Tints of Free Speech Green #0CE323
RGB
CMYK
RGB Variations
Color information
#0CE323 (or 0x0CE323) is known color: Free Speech Green. HEX triplet: 0C, E3 and 23. RGB value is (12,227,35). Sum of RGB (Red+Green+Blue) = 12+227+35=274 (36% of max value = 765). Red value is 12 (5.08% from 255 or 4.38% from 274); Green value is 227 (89.06% from 255 or 82.85% from 274); Blue value is 35 (14.06% from 255 or 12.77% from 274); Max value from RGB is 227 - color contains mainly: green. Hex color #0CE323 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0CE323 is #F31CDC. Grayscale: #8D8D8D. Windows color (decimal): -15932637 or 2351884. OLE color: 2351884.
HSL color Cylindrical-coordinate representation of color #0CE323: hue angle of 126.42º degrees, saturation: 0.9, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0CE323 is Cyan = 0.95, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 12 | 227 | 35 | - |
| CMYK | 0.95 | 0 | 0.85 | 0.11 |
| HSL | 126.42º | 0.9% | 0.47% | - |
| HSV(B) | 126.42º | 0.95% | 0.89% | - |
| XYZ | 27.92 | 55.14 | 10.76 | - |
| YUV | 140.83 | 68.27 | 36.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 227 | 35 | 0.95 | 0 | 0.85 | 0.11 | 126.42 | 0.9 | 0.47 |
| Hex | C | E3 | 23 | 5F | 0 | 55 | B | 7E | 5A | 2F |
| Octal | 14 | 343 | 43 | 137 | 0 | 125 | 13 | 176 | 132 | 57 |
| Binary | 1100 | 11100011 | 100011 | 1011111 | 0 | 1010101 | 1011 | 1111110 | 1011010 | 101111 |
Color Harmonies of #0CE323
Complementary color
Monochromatic Colors of #0CE323
Black with #0CE323
Text Example
Text Example
White with #0CE323
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CE323; }
p { color: rgb(12,227,35); }
H1.HeaderClassName
{
color: #0CE323;
}
.AnyTagClassName
{
color: #0CE323;
}
</style>
background-color css
<style>
a { background-color: #0CE323; }
a { background-color: rgb(12,227,35); }
div.DivClassName
{
background-color: #0CE323;
}
.BgClassName
{
background-color: #0CE323;
}
</style>
border-color css
<style>
span { border-color: #0CE323; }
span { border-color: rgb(12,227,35); }
td.TdClassName
{
border-color: #0CE323;
}
.TagClassName
{
border-color: #0CE323;
}
</style>