Shades of Free Speech Green #10E128
Tints of Free Speech Green #10E128
RGB
CMYK
RGB Variations
Color information
#10E128 (or 0x10E128) is known color: Free Speech Green. HEX triplet: 10, E1 and 28. RGB value is (16,225,40). Sum of RGB (Red+Green+Blue) = 16+225+40=281 (37% of max value = 765). Red value is 16 (6.64% from 255 or 5.69% from 281); Green value is 225 (88.28% from 255 or 80.07% from 281); Blue value is 40 (16.02% from 255 or 14.23% from 281); Max value from RGB is 225 - color contains mainly: green. Hex color #10E128 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #10E128 is #EF1ED7. Grayscale: #8D8D8D. Windows color (decimal): -15671000 or 2679056. OLE color: 2679056.
HSL color Cylindrical-coordinate representation of color #10E128: hue angle of 126.89º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #10E128 is Cyan = 0.93, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 16 | 225 | 40 | - |
| CMYK | 0.93 | 0 | 0.82 | 0.12 |
| HSL | 126.89º | 0.87% | 0.47% | - |
| HSV(B) | 126.89º | 0.93% | 0.88% | - |
| XYZ | 27.52 | 54.11 | 11 | - |
| YUV | 141.42 | 70.76 | 38.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 225 | 40 | 0.93 | 0 | 0.82 | 0.12 | 126.89 | 0.87 | 0.47 |
| Hex | 10 | E1 | 28 | 5D | 0 | 52 | C | 7F | 57 | 2F |
| Octal | 20 | 341 | 50 | 135 | 0 | 122 | 14 | 177 | 127 | 57 |
| Binary | 10000 | 11100001 | 101000 | 1011101 | 0 | 1010010 | 1100 | 1111111 | 1010111 | 101111 |
Color Harmonies of #10E128
Complementary color
Monochromatic Colors of #10E128
Black with #10E128
Text Example
Text Example
White with #10E128
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10E128; }
p { color: rgb(16,225,40); }
H1.HeaderClassName
{
color: #10E128;
}
.AnyTagClassName
{
color: #10E128;
}
</style>
background-color css
<style>
a { background-color: #10E128; }
a { background-color: rgb(16,225,40); }
div.DivClassName
{
background-color: #10E128;
}
.BgClassName
{
background-color: #10E128;
}
</style>
border-color css
<style>
span { border-color: #10E128; }
span { border-color: rgb(16,225,40); }
td.TdClassName
{
border-color: #10E128;
}
.TagClassName
{
border-color: #10E128;
}
</style>