Shades of Free Speech Green #0CE519
Tints of Free Speech Green #0CE519
RGB
CMYK
RGB Variations
Color information
#0CE519 (or 0x0CE519) is known color: Free Speech Green. HEX triplet: 0C, E5 and 19. RGB value is (12,229,25). Sum of RGB (Red+Green+Blue) = 12+229+25=266 (35% of max value = 765). Red value is 12 (5.08% from 255 or 4.51% from 266); Green value is 229 (89.84% from 255 or 86.09% from 266); Blue value is 25 (10.16% from 255 or 9.40% from 266); Max value from RGB is 229 - color contains mainly: green. Hex color #0CE519 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0CE519 is #F31AE6. Grayscale: #8D8D8D. Windows color (decimal): -15932135 or 1697036. OLE color: 1697036.
HSL color Cylindrical-coordinate representation of color #0CE519: hue angle of 123.59º 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 #0CE519 is Cyan = 0.95, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 12 | 229 | 25 | - |
| CMYK | 0.95 | 0 | 0.89 | 0.10 |
| HSL | 123.59º | 0.9% | 0.47% | - |
| HSV(B) | 123.59º | 0.95% | 0.9% | - |
| XYZ | 28.35 | 56.19 | 10.27 | - |
| YUV | 140.86 | 62.61 | 36.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 229 | 25 | 0.95 | 0 | 0.89 | 0.10 | 123.59 | 0.9 | 0.47 |
| Hex | C | E5 | 19 | 5F | 0 | 59 | A | 7C | 5A | 2F |
| Octal | 14 | 345 | 31 | 137 | 0 | 131 | 12 | 174 | 132 | 57 |
| Binary | 1100 | 11100101 | 11001 | 1011111 | 0 | 1011001 | 1010 | 1111100 | 1011010 | 101111 |
Color Harmonies of #0CE519
Complementary color
Monochromatic Colors of #0CE519
Black with #0CE519
Text Example
Text Example
White with #0CE519
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CE519; }
p { color: rgb(12,229,25); }
H1.HeaderClassName
{
color: #0CE519;
}
.AnyTagClassName
{
color: #0CE519;
}
</style>
background-color css
<style>
a { background-color: #0CE519; }
a { background-color: rgb(12,229,25); }
div.DivClassName
{
background-color: #0CE519;
}
.BgClassName
{
background-color: #0CE519;
}
</style>
border-color css
<style>
span { border-color: #0CE519; }
span { border-color: rgb(12,229,25); }
td.TdClassName
{
border-color: #0CE519;
}
.TagClassName
{
border-color: #0CE519;
}
</style>