Shades of Free Speech Green #0CE520
Tints of Free Speech Green #0CE520
RGB
CMYK
RGB Variations
Color information
#0CE520 (or 0x0CE520) is known color: Free Speech Green. HEX triplet: 0C, E5 and 20. RGB value is (12,229,32). Sum of RGB (Red+Green+Blue) = 12+229+32=273 (36% of max value = 765). Red value is 12 (5.08% from 255 or 4.40% from 273); Green value is 229 (89.84% from 255 or 83.88% from 273); Blue value is 32 (12.89% from 255 or 11.72% from 273); Max value from RGB is 229 - color contains mainly: green. Hex color #0CE520 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0CE520 is #F31ADF. Grayscale: #8E8E8E. Windows color (decimal): -15932128 or 2155788. OLE color: 2155788.
HSL color Cylindrical-coordinate representation of color #0CE520: hue angle of 125.53º 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 #0CE520 is Cyan = 0.95, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 12 | 229 | 32 | - |
| CMYK | 0.95 | 0 | 0.86 | 0.10 |
| HSL | 125.53º | 0.9% | 0.47% | - |
| HSV(B) | 125.53º | 0.95% | 0.9% | - |
| XYZ | 28.43 | 56.22 | 10.72 | - |
| YUV | 141.66 | 66.11 | 35.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 229 | 32 | 0.95 | 0 | 0.86 | 0.10 | 125.53 | 0.9 | 0.47 |
| Hex | C | E5 | 20 | 5F | 0 | 56 | A | 7E | 5A | 2F |
| Octal | 14 | 345 | 40 | 137 | 0 | 126 | 12 | 176 | 132 | 57 |
| Binary | 1100 | 11100101 | 100000 | 1011111 | 0 | 1010110 | 1010 | 1111110 | 1011010 | 101111 |
Color Harmonies of #0CE520
Complementary color
Monochromatic Colors of #0CE520
Black with #0CE520
Text Example
Text Example
White with #0CE520
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CE520; }
p { color: rgb(12,229,32); }
H1.HeaderClassName
{
color: #0CE520;
}
.AnyTagClassName
{
color: #0CE520;
}
</style>
background-color css
<style>
a { background-color: #0CE520; }
a { background-color: rgb(12,229,32); }
div.DivClassName
{
background-color: #0CE520;
}
.BgClassName
{
background-color: #0CE520;
}
</style>
border-color css
<style>
span { border-color: #0CE520; }
span { border-color: rgb(12,229,32); }
td.TdClassName
{
border-color: #0CE520;
}
.TagClassName
{
border-color: #0CE520;
}
</style>