Shades of Free Speech Green #0ECC09
Tints of Free Speech Green #0ECC09
RGB
CMYK
RGB Variations
Color information
#0ECC09 (or 0x0ECC09) is known color: Free Speech Green. HEX triplet: 0E, CC and 09. RGB value is (14,204,9). Sum of RGB (Red+Green+Blue) = 14+204+9=227 (30% of max value = 765). Red value is 14 (5.86% from 255 or 6.17% from 227); Green value is 204 (80.08% from 255 or 89.87% from 227); Blue value is 9 (3.91% from 255 or 3.96% from 227); Max value from RGB is 204 - color contains mainly: green. Hex color #0ECC09 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0ECC09 is #F133F6. Grayscale: #7D7D7D. Windows color (decimal): -15807479 or 642062. OLE color: 642062.
HSL color Cylindrical-coordinate representation of color #0ECC09: hue angle of 118.46º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0ECC09 is Cyan = 0.93, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 14 | 204 | 9 | - |
| CMYK | 0.93 | 0 | 0.96 | 0.2 |
| HSL | 118.46º | 0.92% | 0.42% | - |
| HSV(B) | 118.46º | 0.96% | 0.8% | - |
| XYZ | 21.82 | 43.3 | 7.47 | - |
| YUV | 124.96 | 62.55 | 48.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 204 | 9 | 0.93 | 0 | 0.96 | 0.2 | 118.46 | 0.92 | 0.42 |
| Hex | E | CC | 9 | 5D | 0 | 60 | 14 | 76 | 5C | 2A |
| Octal | 16 | 314 | 11 | 135 | 0 | 140 | 24 | 166 | 134 | 52 |
| Binary | 1110 | 11001100 | 1001 | 1011101 | 0 | 1100000 | 10100 | 1110110 | 1011100 | 101010 |
Color Harmonies of #0ECC09
Complementary color
Monochromatic Colors of #0ECC09
Black with #0ECC09
Text Example
Text Example
White with #0ECC09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0ECC09; }
p { color: rgb(14,204,9); }
H1.HeaderClassName
{
color: #0ECC09;
}
.AnyTagClassName
{
color: #0ECC09;
}
</style>
background-color css
<style>
a { background-color: #0ECC09; }
a { background-color: rgb(14,204,9); }
div.DivClassName
{
background-color: #0ECC09;
}
.BgClassName
{
background-color: #0ECC09;
}
</style>
border-color css
<style>
span { border-color: #0ECC09; }
span { border-color: rgb(14,204,9); }
td.TdClassName
{
border-color: #0ECC09;
}
.TagClassName
{
border-color: #0ECC09;
}
</style>