Shades of Free Speech Green #10E129
Tints of Free Speech Green #10E129
RGB
CMYK
RGB Variations
Color information
#10E129 (or 0x10E129) is known color: Free Speech Green. HEX triplet: 10, E1 and 29. RGB value is (16,225,41). Sum of RGB (Red+Green+Blue) = 16+225+41=282 (37% of max value = 765). Red value is 16 (6.64% from 255 or 5.67% from 282); Green value is 225 (88.28% from 255 or 79.79% from 282); Blue value is 41 (16.41% from 255 or 14.54% from 282); Max value from RGB is 225 - color contains mainly: green. Hex color #10E129 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #10E129 is #EF1ED6. Grayscale: #8E8E8E. Windows color (decimal): -15670999 or 2744592. OLE color: 2744592.
HSL color Cylindrical-coordinate representation of color #10E129: hue angle of 127.18º 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 #10E129 is Cyan = 0.93, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 16 | 225 | 41 | - |
| CMYK | 0.93 | 0 | 0.82 | 0.12 |
| HSL | 127.18º | 0.87% | 0.47% | - |
| HSV(B) | 127.18º | 0.93% | 0.88% | - |
| XYZ | 27.54 | 54.12 | 11.09 | - |
| YUV | 141.53 | 71.26 | 38.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 225 | 41 | 0.93 | 0 | 0.82 | 0.12 | 127.18 | 0.87 | 0.47 |
| Hex | 10 | E1 | 29 | 5D | 0 | 52 | C | 7F | 57 | 2F |
| Octal | 20 | 341 | 51 | 135 | 0 | 122 | 14 | 177 | 127 | 57 |
| Binary | 10000 | 11100001 | 101001 | 1011101 | 0 | 1010010 | 1100 | 1111111 | 1010111 | 101111 |
Color Harmonies of #10E129
Complementary color
Monochromatic Colors of #10E129
Black with #10E129
Text Example
Text Example
White with #10E129
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10E129; }
p { color: rgb(16,225,41); }
H1.HeaderClassName
{
color: #10E129;
}
.AnyTagClassName
{
color: #10E129;
}
</style>
background-color css
<style>
a { background-color: #10E129; }
a { background-color: rgb(16,225,41); }
div.DivClassName
{
background-color: #10E129;
}
.BgClassName
{
background-color: #10E129;
}
</style>
border-color css
<style>
span { border-color: #10E129; }
span { border-color: rgb(16,225,41); }
td.TdClassName
{
border-color: #10E129;
}
.TagClassName
{
border-color: #10E129;
}
</style>