Shades of Free Speech Green #10E300
Tints of Free Speech Green #10E300
RGB
CMYK
RGB Variations
Color information
#10E300 (or 0x10E300) is known color: Free Speech Green. HEX triplet: 10, E3 and 00. RGB value is (16,227,0). Sum of RGB (Red+Green+Blue) = 16+227+0=243 (32% of max value = 765). Red value is 16 (6.64% from 255 or 6.58% from 243); Green value is 227 (89.06% from 255 or 93.42% from 243); Blue value is 0 (0.39% from 255 or 0% from 243); Max value from RGB is 227 - color contains mainly: green. Hex color #10E300 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #10E300 is #EF1CFF. Grayscale: #8A8A8A. Windows color (decimal): -15670528 or 58128. OLE color: 58128.
HSL color Cylindrical-coordinate representation of color #10E300: hue angle of 115.77º degrees, saturation: 1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 1%. Process color model (Four color, CMYK) of #10E300 is Cyan = 0.93, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 16 | 227 | 0 | - |
| CMYK | 0.93 | 0 | 1 | 0.11 |
| HSL | 115.77º | 1% | 0.45% | - |
| HSV(B) | 115.77º | 1% | 0.89% | - |
| XYZ | 27.68 | 55.05 | 9.17 | - |
| YUV | 138.03 | 50.1 | 40.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 227 | 0 | 0.93 | 0 | 1 | 0.11 | 115.77 | 1 | 0.45 |
| Hex | 10 | E3 | 0 | 5D | 0 | 64 | B | 74 | 64 | 2D |
| Octal | 20 | 343 | 0 | 135 | 0 | 144 | 13 | 164 | 144 | 55 |
| Binary | 10000 | 11100011 | 0 | 1011101 | 0 | 1100100 | 1011 | 1110100 | 1100100 | 101101 |
Color Harmonies of #10E300
Complementary color
Monochromatic Colors of #10E300
Black with #10E300
Text Example
Text Example
White with #10E300
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10E300; }
p { color: rgb(16,227,0); }
H1.HeaderClassName
{
color: #10E300;
}
.AnyTagClassName
{
color: #10E300;
}
</style>
background-color css
<style>
a { background-color: #10E300; }
a { background-color: rgb(16,227,0); }
div.DivClassName
{
background-color: #10E300;
}
.BgClassName
{
background-color: #10E300;
}
</style>
border-color css
<style>
span { border-color: #10E300; }
span { border-color: rgb(16,227,0); }
td.TdClassName
{
border-color: #10E300;
}
.TagClassName
{
border-color: #10E300;
}
</style>