Shades of Free Speech Green #10E516
Tints of Free Speech Green #10E516
RGB
CMYK
RGB Variations
Color information
#10E516 (or 0x10E516) is known color: Free Speech Green. HEX triplet: 10, E5 and 16. RGB value is (16,229,22). Sum of RGB (Red+Green+Blue) = 16+229+22=267 (35% of max value = 765). Red value is 16 (6.64% from 255 or 5.99% from 267); Green value is 229 (89.84% from 255 or 85.77% from 267); Blue value is 22 (8.98% from 255 or 8.24% from 267); Max value from RGB is 229 - color contains mainly: green. Hex color #10E516 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #10E516 is #EF1AE9. Grayscale: #8E8E8E. Windows color (decimal): -15669994 or 1500432. OLE color: 1500432.
HSL color Cylindrical-coordinate representation of color #10E516: hue angle of 121.69º degrees, saturation: 0.87, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #10E516 is Cyan = 0.93, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 16 | 229 | 22 | - |
| CMYK | 0.93 | 0 | 0.90 | 0.10 |
| HSL | 121.69º | 0.87% | 0.48% | - |
| HSV(B) | 121.69º | 0.93% | 0.9% | - |
| XYZ | 28.38 | 56.21 | 10.11 | - |
| YUV | 141.72 | 60.43 | 38.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 229 | 22 | 0.93 | 0 | 0.90 | 0.10 | 121.69 | 0.87 | 0.48 |
| Hex | 10 | E5 | 16 | 5D | 0 | 5A | A | 7A | 57 | 30 |
| Octal | 20 | 345 | 26 | 135 | 0 | 132 | 12 | 172 | 127 | 60 |
| Binary | 10000 | 11100101 | 10110 | 1011101 | 0 | 1011010 | 1010 | 1111010 | 1010111 | 110000 |
Color Harmonies of #10E516
Complementary color
Monochromatic Colors of #10E516
Black with #10E516
Text Example
Text Example
White with #10E516
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10E516; }
p { color: rgb(16,229,22); }
H1.HeaderClassName
{
color: #10E516;
}
.AnyTagClassName
{
color: #10E516;
}
</style>
background-color css
<style>
a { background-color: #10E516; }
a { background-color: rgb(16,229,22); }
div.DivClassName
{
background-color: #10E516;
}
.BgClassName
{
background-color: #10E516;
}
</style>
border-color css
<style>
span { border-color: #10E516; }
span { border-color: rgb(16,229,22); }
td.TdClassName
{
border-color: #10E516;
}
.TagClassName
{
border-color: #10E516;
}
</style>