Shades of Free Speech Green #0CE518
Tints of Free Speech Green #0CE518
RGB
CMYK
RGB Variations
Color information
#0CE518 (or 0x0CE518) is known color: Free Speech Green. HEX triplet: 0C, E5 and 18. RGB value is (12,229,24). Sum of RGB (Red+Green+Blue) = 12+229+24=265 (35% of max value = 765). Red value is 12 (5.08% from 255 or 4.53% from 265); Green value is 229 (89.84% from 255 or 86.42% from 265); Blue value is 24 (9.77% from 255 or 9.06% from 265); Max value from RGB is 229 - color contains mainly: green. Hex color #0CE518 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0CE518 is #F31AE7. Grayscale: #8D8D8D. Windows color (decimal): -15932136 or 1631500. OLE color: 1631500.
HSL color Cylindrical-coordinate representation of color #0CE518: hue angle of 123.32º degrees, saturation: 0.9, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0CE518 is Cyan = 0.95, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 12 | 229 | 24 | - |
| CMYK | 0.95 | 0 | 0.90 | 0.10 |
| HSL | 123.32º | 0.9% | 0.47% | - |
| HSV(B) | 123.32º | 0.95% | 0.9% | - |
| XYZ | 28.34 | 56.18 | 10.22 | - |
| YUV | 140.75 | 62.11 | 36.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 229 | 24 | 0.95 | 0 | 0.90 | 0.10 | 123.32 | 0.9 | 0.47 |
| Hex | C | E5 | 18 | 5F | 0 | 5A | A | 7B | 5A | 2F |
| Octal | 14 | 345 | 30 | 137 | 0 | 132 | 12 | 173 | 132 | 57 |
| Binary | 1100 | 11100101 | 11000 | 1011111 | 0 | 1011010 | 1010 | 1111011 | 1011010 | 101111 |
Color Harmonies of #0CE518
Complementary color
Monochromatic Colors of #0CE518
Black with #0CE518
Text Example
Text Example
White with #0CE518
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CE518; }
p { color: rgb(12,229,24); }
H1.HeaderClassName
{
color: #0CE518;
}
.AnyTagClassName
{
color: #0CE518;
}
</style>
background-color css
<style>
a { background-color: #0CE518; }
a { background-color: rgb(12,229,24); }
div.DivClassName
{
background-color: #0CE518;
}
.BgClassName
{
background-color: #0CE518;
}
</style>
border-color css
<style>
span { border-color: #0CE518; }
span { border-color: rgb(12,229,24); }
td.TdClassName
{
border-color: #0CE518;
}
.TagClassName
{
border-color: #0CE518;
}
</style>