Shades of Free Speech Green #10F119
Tints of Free Speech Green #10F119
RGB
CMYK
RGB Variations
Color information
#10F119 (or 0x10F119) is known color: Free Speech Green. HEX triplet: 10, F1 and 19. RGB value is (16,241,25). Sum of RGB (Red+Green+Blue) = 16+241+25=282 (37% of max value = 765). Red value is 16 (6.64% from 255 or 5.67% from 282); Green value is 241 (94.53% from 255 or 85.46% from 282); Blue value is 25 (10.16% from 255 or 8.87% from 282); Max value from RGB is 241 - color contains mainly: green. Hex color #10F119 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #10F119 is #EF0EE6. Grayscale: #959595. Windows color (decimal): -15666919 or 1700112. OLE color: 1700112.
HSL color Cylindrical-coordinate representation of color #10F119: hue angle of 122.4º degrees, saturation: 0.89, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #10F119 is Cyan = 0.93, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 16 | 241 | 25 | - |
| CMYK | 0.93 | 0 | 0.90 | 0.05 |
| HSL | 122.4º | 0.89% | 0.5% | - |
| HSV(B) | 122.4º | 0.93% | 0.95% | - |
| XYZ | 31.84 | 63.09 | 11.42 | - |
| YUV | 149.1 | 57.96 | 33.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 241 | 25 | 0.93 | 0 | 0.90 | 0.05 | 122.4 | 0.89 | 0.5 |
| Hex | 10 | F1 | 19 | 5D | 0 | 5A | 5 | 7A | 59 | 32 |
| Octal | 20 | 361 | 31 | 135 | 0 | 132 | 5 | 172 | 131 | 62 |
| Binary | 10000 | 11110001 | 11001 | 1011101 | 0 | 1011010 | 101 | 1111010 | 1011001 | 110010 |
Color Harmonies of #10F119
Complementary color
Monochromatic Colors of #10F119
Black with #10F119
Text Example
Text Example
White with #10F119
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10F119; }
p { color: rgb(16,241,25); }
H1.HeaderClassName
{
color: #10F119;
}
.AnyTagClassName
{
color: #10F119;
}
</style>
background-color css
<style>
a { background-color: #10F119; }
a { background-color: rgb(16,241,25); }
div.DivClassName
{
background-color: #10F119;
}
.BgClassName
{
background-color: #10F119;
}
</style>
border-color css
<style>
span { border-color: #10F119; }
span { border-color: rgb(16,241,25); }
td.TdClassName
{
border-color: #10F119;
}
.TagClassName
{
border-color: #10F119;
}
</style>