Shades of Free Speech Green #10E521
Tints of Free Speech Green #10E521
RGB
CMYK
RGB Variations
Color information
#10E521 (or 0x10E521) is known color: Free Speech Green. HEX triplet: 10, E5 and 21. RGB value is (16,229,33). Sum of RGB (Red+Green+Blue) = 16+229+33=278 (36% of max value = 765). Red value is 16 (6.64% from 255 or 5.76% from 278); Green value is 229 (89.84% from 255 or 82.37% from 278); Blue value is 33 (13.28% from 255 or 11.87% from 278); Max value from RGB is 229 - color contains mainly: green. Hex color #10E521 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #10E521 is #EF1ADE. Grayscale: #8F8F8F. Windows color (decimal): -15669983 or 2221328. OLE color: 2221328.
HSL color Cylindrical-coordinate representation of color #10E521: hue angle of 124.79º 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 #10E521 is Cyan = 0.93, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 16 | 229 | 33 | - |
| CMYK | 0.93 | 0 | 0.86 | 0.10 |
| HSL | 124.79º | 0.87% | 0.48% | - |
| HSV(B) | 124.79º | 0.93% | 0.9% | - |
| XYZ | 28.51 | 56.26 | 10.8 | - |
| YUV | 142.97 | 65.93 | 37.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 229 | 33 | 0.93 | 0 | 0.86 | 0.10 | 124.79 | 0.87 | 0.48 |
| Hex | 10 | E5 | 21 | 5D | 0 | 56 | A | 7D | 57 | 30 |
| Octal | 20 | 345 | 41 | 135 | 0 | 126 | 12 | 175 | 127 | 60 |
| Binary | 10000 | 11100101 | 100001 | 1011101 | 0 | 1010110 | 1010 | 1111101 | 1010111 | 110000 |
Color Harmonies of #10E521
Complementary color
Monochromatic Colors of #10E521
Black with #10E521
Text Example
Text Example
White with #10E521
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10E521; }
p { color: rgb(16,229,33); }
H1.HeaderClassName
{
color: #10E521;
}
.AnyTagClassName
{
color: #10E521;
}
</style>
background-color css
<style>
a { background-color: #10E521; }
a { background-color: rgb(16,229,33); }
div.DivClassName
{
background-color: #10E521;
}
.BgClassName
{
background-color: #10E521;
}
</style>
border-color css
<style>
span { border-color: #10E521; }
span { border-color: rgb(16,229,33); }
td.TdClassName
{
border-color: #10E521;
}
.TagClassName
{
border-color: #10E521;
}
</style>