Shades of Free Speech Green #0CE424
Tints of Free Speech Green #0CE424
RGB
CMYK
RGB Variations
Color information
#0CE424 (or 0x0CE424) is known color: Free Speech Green. HEX triplet: 0C, E4 and 24. RGB value is (12,228,36). Sum of RGB (Red+Green+Blue) = 12+228+36=276 (36% of max value = 765). Red value is 12 (5.08% from 255 or 4.35% from 276); Green value is 228 (89.45% from 255 or 82.61% from 276); Blue value is 36 (14.45% from 255 or 13.04% from 276); Max value from RGB is 228 - color contains mainly: green. Hex color #0CE424 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0CE424 is #F31BDB. Grayscale: #8E8E8E. Windows color (decimal): -15932380 or 2417676. OLE color: 2417676.
HSL color Cylindrical-coordinate representation of color #0CE424: hue angle of 126.67º 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 #0CE424 is Cyan = 0.95, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 12 | 228 | 36 | - |
| CMYK | 0.95 | 0 | 0.84 | 0.11 |
| HSL | 126.67º | 0.9% | 0.47% | - |
| HSV(B) | 126.67º | 0.95% | 0.89% | - |
| XYZ | 28.21 | 55.69 | 10.93 | - |
| YUV | 141.53 | 68.44 | 35.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 228 | 36 | 0.95 | 0 | 0.84 | 0.11 | 126.67 | 0.9 | 0.47 |
| Hex | C | E4 | 24 | 5F | 0 | 54 | B | 7F | 5A | 2F |
| Octal | 14 | 344 | 44 | 137 | 0 | 124 | 13 | 177 | 132 | 57 |
| Binary | 1100 | 11100100 | 100100 | 1011111 | 0 | 1010100 | 1011 | 1111111 | 1011010 | 101111 |
Color Harmonies of #0CE424
Complementary color
Monochromatic Colors of #0CE424
Black with #0CE424
Text Example
Text Example
White with #0CE424
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CE424; }
p { color: rgb(12,228,36); }
H1.HeaderClassName
{
color: #0CE424;
}
.AnyTagClassName
{
color: #0CE424;
}
</style>
background-color css
<style>
a { background-color: #0CE424; }
a { background-color: rgb(12,228,36); }
div.DivClassName
{
background-color: #0CE424;
}
.BgClassName
{
background-color: #0CE424;
}
</style>
border-color css
<style>
span { border-color: #0CE424; }
span { border-color: rgb(12,228,36); }
td.TdClassName
{
border-color: #0CE424;
}
.TagClassName
{
border-color: #0CE424;
}
</style>