Shades of Free Speech Green #0ECE09
Tints of Free Speech Green #0ECE09
RGB
CMYK
RGB Variations
Color information
#0ECE09 (or 0x0ECE09) is known color: Free Speech Green. HEX triplet: 0E, CE and 09. RGB value is (14,206,9). Sum of RGB (Red+Green+Blue) = 14+206+9=229 (30% of max value = 765). Red value is 14 (5.86% from 255 or 6.11% from 229); Green value is 206 (80.86% from 255 or 89.96% from 229); Blue value is 9 (3.91% from 255 or 3.93% from 229); Max value from RGB is 206 - color contains mainly: green. Hex color #0ECE09 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0ECE09 is #F131F6. Grayscale: #7E7E7E. Windows color (decimal): -15806967 or 642574. OLE color: 642574.
HSL color Cylindrical-coordinate representation of color #0ECE09: hue angle of 118.48º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0ECE09 is Cyan = 0.93, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 14 | 206 | 9 | - |
| CMYK | 0.93 | 0 | 0.96 | 0.19 |
| HSL | 118.48º | 0.92% | 0.42% | - |
| HSV(B) | 118.48º | 0.96% | 0.81% | - |
| XYZ | 22.3 | 44.26 | 7.63 | - |
| YUV | 126.13 | 61.89 | 48.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 206 | 9 | 0.93 | 0 | 0.96 | 0.19 | 118.48 | 0.92 | 0.42 |
| Hex | E | CE | 9 | 5D | 0 | 60 | 13 | 76 | 5C | 2A |
| Octal | 16 | 316 | 11 | 135 | 0 | 140 | 23 | 166 | 134 | 52 |
| Binary | 1110 | 11001110 | 1001 | 1011101 | 0 | 1100000 | 10011 | 1110110 | 1011100 | 101010 |
Color Harmonies of #0ECE09
Complementary color
Monochromatic Colors of #0ECE09
Black with #0ECE09
Text Example
Text Example
White with #0ECE09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0ECE09; }
p { color: rgb(14,206,9); }
H1.HeaderClassName
{
color: #0ECE09;
}
.AnyTagClassName
{
color: #0ECE09;
}
</style>
background-color css
<style>
a { background-color: #0ECE09; }
a { background-color: rgb(14,206,9); }
div.DivClassName
{
background-color: #0ECE09;
}
.BgClassName
{
background-color: #0ECE09;
}
</style>
border-color css
<style>
span { border-color: #0ECE09; }
span { border-color: rgb(14,206,9); }
td.TdClassName
{
border-color: #0ECE09;
}
.TagClassName
{
border-color: #0ECE09;
}
</style>