Shades of Free Speech Green #10E82B
Tints of Free Speech Green #10E82B
RGB
CMYK
RGB Variations
Color information
#10E82B (or 0x10E82B) is known color: Free Speech Green. HEX triplet: 10, E8 and 2B. RGB value is (16,232,43). Sum of RGB (Red+Green+Blue) = 16+232+43=291 (38% of max value = 765). Red value is 16 (6.64% from 255 or 5.50% from 291); Green value is 232 (91.02% from 255 or 79.73% from 291); Blue value is 43 (17.19% from 255 or 14.78% from 291); Max value from RGB is 232 - color contains mainly: green. Hex color #10E82B is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #10E82B is #EF17D4. Grayscale: #929292. Windows color (decimal): -15669205 or 2877456. OLE color: 2877456.
HSL color Cylindrical-coordinate representation of color #10E82B: hue angle of 127.5º degrees, saturation: 0.87, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #10E82B is Cyan = 0.93, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 16 | 232 | 43 | - |
| CMYK | 0.93 | 0 | 0.81 | 0.09 |
| HSL | 127.5º | 0.87% | 0.49% | - |
| HSV(B) | 127.5º | 0.93% | 0.91% | - |
| XYZ | 29.51 | 58 | 11.93 | - |
| YUV | 145.87 | 69.94 | 35.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 232 | 43 | 0.93 | 0 | 0.81 | 0.09 | 127.5 | 0.87 | 0.49 |
| Hex | 10 | E8 | 2B | 5D | 0 | 51 | 9 | 80 | 57 | 31 |
| Octal | 20 | 350 | 53 | 135 | 0 | 121 | 11 | 200 | 127 | 61 |
| Binary | 10000 | 11101000 | 101011 | 1011101 | 0 | 1010001 | 1001 | 10000000 | 1010111 | 110001 |
Color Harmonies of #10E82B
Complementary color
Monochromatic Colors of #10E82B
Black with #10E82B
Text Example
Text Example
White with #10E82B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10E82B; }
p { color: rgb(16,232,43); }
H1.HeaderClassName
{
color: #10E82B;
}
.AnyTagClassName
{
color: #10E82B;
}
</style>
background-color css
<style>
a { background-color: #10E82B; }
a { background-color: rgb(16,232,43); }
div.DivClassName
{
background-color: #10E82B;
}
.BgClassName
{
background-color: #10E82B;
}
</style>
border-color css
<style>
span { border-color: #10E82B; }
span { border-color: rgb(16,232,43); }
td.TdClassName
{
border-color: #10E82B;
}
.TagClassName
{
border-color: #10E82B;
}
</style>