Shades of Free Speech Green #10E30E
Tints of Free Speech Green #10E30E
RGB
CMYK
RGB Variations
Color information
#10E30E (or 0x10E30E) is known color: Free Speech Green. HEX triplet: 10, E3 and 0E. RGB value is (16,227,14). Sum of RGB (Red+Green+Blue) = 16+227+14=257 (34% of max value = 765). Red value is 16 (6.64% from 255 or 6.23% from 257); Green value is 227 (89.06% from 255 or 88.33% from 257); Blue value is 14 (5.86% from 255 or 5.45% from 257); Max value from RGB is 227 - color contains mainly: green. Hex color #10E30E is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #10E30E is #EF1CF1. Grayscale: #8C8C8C. Windows color (decimal): -15670514 or 975632. OLE color: 975632.
HSL color Cylindrical-coordinate representation of color #10E30E: hue angle of 119.44º degrees, saturation: 0.88, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #10E30E is Cyan = 0.93, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 16 | 227 | 14 | - |
| CMYK | 0.93 | 0 | 0.94 | 0.11 |
| HSL | 119.44º | 0.88% | 0.47% | - |
| HSV(B) | 119.44º | 0.94% | 0.89% | - |
| XYZ | 27.76 | 55.08 | 9.58 | - |
| YUV | 139.63 | 57.1 | 39.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 227 | 14 | 0.93 | 0 | 0.94 | 0.11 | 119.44 | 0.88 | 0.47 |
| Hex | 10 | E3 | E | 5D | 0 | 5E | B | 77 | 58 | 2F |
| Octal | 20 | 343 | 16 | 135 | 0 | 136 | 13 | 167 | 130 | 57 |
| Binary | 10000 | 11100011 | 1110 | 1011101 | 0 | 1011110 | 1011 | 1110111 | 1011000 | 101111 |
Color Harmonies of #10E30E
Complementary color
Monochromatic Colors of #10E30E
Black with #10E30E
Text Example
Text Example
White with #10E30E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10E30E; }
p { color: rgb(16,227,14); }
H1.HeaderClassName
{
color: #10E30E;
}
.AnyTagClassName
{
color: #10E30E;
}
</style>
background-color css
<style>
a { background-color: #10E30E; }
a { background-color: rgb(16,227,14); }
div.DivClassName
{
background-color: #10E30E;
}
.BgClassName
{
background-color: #10E30E;
}
</style>
border-color css
<style>
span { border-color: #10E30E; }
span { border-color: rgb(16,227,14); }
td.TdClassName
{
border-color: #10E30E;
}
.TagClassName
{
border-color: #10E30E;
}
</style>