Shades of Free Speech Green #10E307
Tints of Free Speech Green #10E307
RGB
CMYK
RGB Variations
Color information
#10E307 (or 0x10E307) is known color: Free Speech Green. HEX triplet: 10, E3 and 07. RGB value is (16,227,7). Sum of RGB (Red+Green+Blue) = 16+227+7=250 (33% of max value = 765). Red value is 16 (6.64% from 255 or 6.4% from 250); Green value is 227 (89.06% from 255 or 90.8% from 250); Blue value is 7 (3.12% from 255 or 2.8% from 250); Max value from RGB is 227 - color contains mainly: green. Hex color #10E307 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #10E307 is #EF1CF8. Grayscale: #8B8B8B. Windows color (decimal): -15670521 or 516880. OLE color: 516880.
HSL color Cylindrical-coordinate representation of color #10E307: hue angle of 117.55º degrees, saturation: 0.94, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #10E307 is Cyan = 0.93, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 16 | 227 | 7 | - |
| CMYK | 0.93 | 0 | 0.97 | 0.11 |
| HSL | 117.55º | 0.94% | 0.46% | - |
| HSV(B) | 117.55º | 0.97% | 0.89% | - |
| XYZ | 27.72 | 55.06 | 9.37 | - |
| YUV | 138.83 | 53.6 | 40.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 227 | 7 | 0.93 | 0 | 0.97 | 0.11 | 117.55 | 0.94 | 0.46 |
| Hex | 10 | E3 | 7 | 5D | 0 | 61 | B | 76 | 5E | 2E |
| Octal | 20 | 343 | 7 | 135 | 0 | 141 | 13 | 166 | 136 | 56 |
| Binary | 10000 | 11100011 | 111 | 1011101 | 0 | 1100001 | 1011 | 1110110 | 1011110 | 101110 |
Color Harmonies of #10E307
Complementary color
Monochromatic Colors of #10E307
Black with #10E307
Text Example
Text Example
White with #10E307
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10E307; }
p { color: rgb(16,227,7); }
H1.HeaderClassName
{
color: #10E307;
}
.AnyTagClassName
{
color: #10E307;
}
</style>
background-color css
<style>
a { background-color: #10E307; }
a { background-color: rgb(16,227,7); }
div.DivClassName
{
background-color: #10E307;
}
.BgClassName
{
background-color: #10E307;
}
</style>
border-color css
<style>
span { border-color: #10E307; }
span { border-color: rgb(16,227,7); }
td.TdClassName
{
border-color: #10E307;
}
.TagClassName
{
border-color: #10E307;
}
</style>