Shades of Free Speech Green #10E510
Tints of Free Speech Green #10E510
RGB
CMYK
RGB Variations
Color information
#10E510 (or 0x10E510) is known color: Free Speech Green. HEX triplet: 10, E5 and 10. RGB value is (16,229,16). Sum of RGB (Red+Green+Blue) = 16+229+16=261 (34% of max value = 765). Red value is 16 (6.64% from 255 or 6.13% from 261); Green value is 229 (89.84% from 255 or 87.74% from 261); Blue value is 16 (6.64% from 255 or 6.13% from 261); Max value from RGB is 229 - color contains mainly: green. Hex color #10E510 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #10E510 is #EF1AEF. Grayscale: #8D8D8D. Windows color (decimal): -15670000 or 1107216. OLE color: 1107216.
HSL color Cylindrical-coordinate representation of color #10E510: hue angle of 120º 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 #10E510 is Cyan = 0.93, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 16 | 229 | 16 | - |
| CMYK | 0.93 | 0 | 0.93 | 0.10 |
| HSL | 120º | 0.87% | 0.48% | - |
| HSV(B) | 120º | 0.93% | 0.9% | - |
| XYZ | 28.33 | 56.19 | 9.84 | - |
| YUV | 141.03 | 57.43 | 38.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 229 | 16 | 0.93 | 0 | 0.93 | 0.10 | 120 | 0.87 | 0.48 |
| Hex | 10 | E5 | 10 | 5D | 0 | 5D | A | 78 | 57 | 30 |
| Octal | 20 | 345 | 20 | 135 | 0 | 135 | 12 | 170 | 127 | 60 |
| Binary | 10000 | 11100101 | 10000 | 1011101 | 0 | 1011101 | 1010 | 1111000 | 1010111 | 110000 |
Color Harmonies of #10E510
Complementary color
Monochromatic Colors of #10E510
Black with #10E510
Text Example
Text Example
White with #10E510
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10E510; }
p { color: rgb(16,229,16); }
H1.HeaderClassName
{
color: #10E510;
}
.AnyTagClassName
{
color: #10E510;
}
</style>
background-color css
<style>
a { background-color: #10E510; }
a { background-color: rgb(16,229,16); }
div.DivClassName
{
background-color: #10E510;
}
.BgClassName
{
background-color: #10E510;
}
</style>
border-color css
<style>
span { border-color: #10E510; }
span { border-color: rgb(16,229,16); }
td.TdClassName
{
border-color: #10E510;
}
.TagClassName
{
border-color: #10E510;
}
</style>