Shades of Free Speech Green #0CE405
Tints of Free Speech Green #0CE405
RGB
CMYK
RGB Variations
Color information
#0CE405 (or 0x0CE405) is known color: Free Speech Green. HEX triplet: 0C, E4 and 05. RGB value is (12,228,5). Sum of RGB (Red+Green+Blue) = 12+228+5=245 (32% of max value = 765). Red value is 12 (5.08% from 255 or 4.90% from 245); Green value is 228 (89.45% from 255 or 93.06% from 245); Blue value is 5 (2.34% from 255 or 2.04% from 245); Max value from RGB is 228 - color contains mainly: green. Hex color #0CE405 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0CE405 is #F31BFA. Grayscale: #8A8A8A. Windows color (decimal): -15932411 or 386060. OLE color: 386060.
HSL color Cylindrical-coordinate representation of color #0CE405: hue angle of 118.12º degrees, saturation: 0.96, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0CE405 is Cyan = 0.95, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 12 | 228 | 5 | - |
| CMYK | 0.95 | 0 | 0.98 | 0.11 |
| HSL | 118.12º | 0.96% | 0.46% | - |
| HSV(B) | 118.12º | 0.98% | 0.89% | - |
| XYZ | 27.92 | 55.58 | 9.4 | - |
| YUV | 137.99 | 52.94 | 38.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 228 | 5 | 0.95 | 0 | 0.98 | 0.11 | 118.12 | 0.96 | 0.46 |
| Hex | C | E4 | 5 | 5F | 0 | 62 | B | 76 | 60 | 2E |
| Octal | 14 | 344 | 5 | 137 | 0 | 142 | 13 | 166 | 140 | 56 |
| Binary | 1100 | 11100100 | 101 | 1011111 | 0 | 1100010 | 1011 | 1110110 | 1100000 | 101110 |
Color Harmonies of #0CE405
Complementary color
Monochromatic Colors of #0CE405
Black with #0CE405
Text Example
Text Example
White with #0CE405
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CE405; }
p { color: rgb(12,228,5); }
H1.HeaderClassName
{
color: #0CE405;
}
.AnyTagClassName
{
color: #0CE405;
}
</style>
background-color css
<style>
a { background-color: #0CE405; }
a { background-color: rgb(12,228,5); }
div.DivClassName
{
background-color: #0CE405;
}
.BgClassName
{
background-color: #0CE405;
}
</style>
border-color css
<style>
span { border-color: #0CE405; }
span { border-color: rgb(12,228,5); }
td.TdClassName
{
border-color: #0CE405;
}
.TagClassName
{
border-color: #0CE405;
}
</style>