Shades of Free Speech Green #10EC09
Tints of Free Speech Green #10EC09
RGB
CMYK
RGB Variations
Color information
#10EC09 (or 0x10EC09) is known color: Free Speech Green. HEX triplet: 10, EC and 09. RGB value is (16,236,9). Sum of RGB (Red+Green+Blue) = 16+236+9=261 (34% of max value = 765). Red value is 16 (6.64% from 255 or 6.13% from 261); Green value is 236 (92.58% from 255 or 90.42% from 261); Blue value is 9 (3.91% from 255 or 3.45% from 261); Max value from RGB is 236 - color contains mainly: green. Hex color #10EC09 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #10EC09 is #EF13F6. Grayscale: #919191. Windows color (decimal): -15668215 or 650256. OLE color: 650256.
HSL color Cylindrical-coordinate representation of color #10EC09: hue angle of 118.15º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #10EC09 is Cyan = 0.93, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 16 | 236 | 9 | - |
| CMYK | 0.93 | 0 | 0.96 | 0.07 |
| HSL | 118.15º | 0.93% | 0.48% | - |
| HSV(B) | 118.15º | 0.96% | 0.93% | - |
| XYZ | 30.26 | 60.12 | 10.27 | - |
| YUV | 144.34 | 51.61 | 36.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 236 | 9 | 0.93 | 0 | 0.96 | 0.07 | 118.15 | 0.93 | 0.48 |
| Hex | 10 | EC | 9 | 5D | 0 | 60 | 7 | 76 | 5D | 30 |
| Octal | 20 | 354 | 11 | 135 | 0 | 140 | 7 | 166 | 135 | 60 |
| Binary | 10000 | 11101100 | 1001 | 1011101 | 0 | 1100000 | 111 | 1110110 | 1011101 | 110000 |
Color Harmonies of #10EC09
Complementary color
Monochromatic Colors of #10EC09
Black with #10EC09
Text Example
Text Example
White with #10EC09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10EC09; }
p { color: rgb(16,236,9); }
H1.HeaderClassName
{
color: #10EC09;
}
.AnyTagClassName
{
color: #10EC09;
}
</style>
background-color css
<style>
a { background-color: #10EC09; }
a { background-color: rgb(16,236,9); }
div.DivClassName
{
background-color: #10EC09;
}
.BgClassName
{
background-color: #10EC09;
}
</style>
border-color css
<style>
span { border-color: #10EC09; }
span { border-color: rgb(16,236,9); }
td.TdClassName
{
border-color: #10EC09;
}
.TagClassName
{
border-color: #10EC09;
}
</style>