Shades of Free Speech Green #10E416
Tints of Free Speech Green #10E416
RGB
CMYK
RGB Variations
Color information
#10E416 (or 0x10E416) is known color: Free Speech Green. HEX triplet: 10, E4 and 16. RGB value is (16,228,22). Sum of RGB (Red+Green+Blue) = 16+228+22=266 (35% of max value = 765). Red value is 16 (6.64% from 255 or 6.02% from 266); Green value is 228 (89.45% from 255 or 85.71% from 266); Blue value is 22 (8.98% from 255 or 8.27% from 266); Max value from RGB is 228 - color contains mainly: green. Hex color #10E416 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #10E416 is #EF1BE9. Grayscale: #8D8D8D. Windows color (decimal): -15670250 or 1500176. OLE color: 1500176.
HSL color Cylindrical-coordinate representation of color #10E416: hue angle of 121.7º degrees, saturation: 0.87, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #10E416 is Cyan = 0.93, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 16 | 228 | 22 | - |
| CMYK | 0.93 | 0 | 0.90 | 0.11 |
| HSL | 121.7º | 0.87% | 0.48% | - |
| HSV(B) | 121.7º | 0.93% | 0.89% | - |
| XYZ | 28.1 | 55.65 | 10.02 | - |
| YUV | 141.13 | 60.76 | 38.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 228 | 22 | 0.93 | 0 | 0.90 | 0.11 | 121.7 | 0.87 | 0.48 |
| Hex | 10 | E4 | 16 | 5D | 0 | 5A | B | 7A | 57 | 30 |
| Octal | 20 | 344 | 26 | 135 | 0 | 132 | 13 | 172 | 127 | 60 |
| Binary | 10000 | 11100100 | 10110 | 1011101 | 0 | 1011010 | 1011 | 1111010 | 1010111 | 110000 |
Color Harmonies of #10E416
Complementary color
Monochromatic Colors of #10E416
Black with #10E416
Text Example
Text Example
White with #10E416
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10E416; }
p { color: rgb(16,228,22); }
H1.HeaderClassName
{
color: #10E416;
}
.AnyTagClassName
{
color: #10E416;
}
</style>
background-color css
<style>
a { background-color: #10E416; }
a { background-color: rgb(16,228,22); }
div.DivClassName
{
background-color: #10E416;
}
.BgClassName
{
background-color: #10E416;
}
</style>
border-color css
<style>
span { border-color: #10E416; }
span { border-color: rgb(16,228,22); }
td.TdClassName
{
border-color: #10E416;
}
.TagClassName
{
border-color: #10E416;
}
</style>