Shades of Free Speech Green #10F31E
Tints of Free Speech Green #10F31E
RGB
CMYK
RGB Variations
Color information
#10F31E (or 0x10F31E) is known color: Free Speech Green. HEX triplet: 10, F3 and 1E. RGB value is (16,243,30). Sum of RGB (Red+Green+Blue) = 16+243+30=289 (38% of max value = 765). Red value is 16 (6.64% from 255 or 5.54% from 289); Green value is 243 (95.31% from 255 or 84.08% from 289); Blue value is 30 (12.11% from 255 or 10.38% from 289); Max value from RGB is 243 - color contains mainly: green. Hex color #10F31E is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #10F31E is #EF0CE1. Grayscale: #979797. Windows color (decimal): -15666402 or 2028304. OLE color: 2028304.
HSL color Cylindrical-coordinate representation of color #10F31E: hue angle of 123.7º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #10F31E is Cyan = 0.93, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 16 | 243 | 30 | - |
| CMYK | 0.93 | 0 | 0.88 | 0.05 |
| HSL | 123.7º | 0.9% | 0.51% | - |
| HSV(B) | 123.7º | 0.93% | 0.95% | - |
| XYZ | 32.5 | 64.31 | 11.93 | - |
| YUV | 150.85 | 59.79 | 31.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 243 | 30 | 0.93 | 0 | 0.88 | 0.05 | 123.7 | 0.9 | 0.51 |
| Hex | 10 | F3 | 1E | 5D | 0 | 58 | 5 | 7C | 5A | 33 |
| Octal | 20 | 363 | 36 | 135 | 0 | 130 | 5 | 174 | 132 | 63 |
| Binary | 10000 | 11110011 | 11110 | 1011101 | 0 | 1011000 | 101 | 1111100 | 1011010 | 110011 |
Color Harmonies of #10F31E
Complementary color
Monochromatic Colors of #10F31E
Black with #10F31E
Text Example
Text Example
White with #10F31E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10F31E; }
p { color: rgb(16,243,30); }
H1.HeaderClassName
{
color: #10F31E;
}
.AnyTagClassName
{
color: #10F31E;
}
</style>
background-color css
<style>
a { background-color: #10F31E; }
a { background-color: rgb(16,243,30); }
div.DivClassName
{
background-color: #10F31E;
}
.BgClassName
{
background-color: #10F31E;
}
</style>
border-color css
<style>
span { border-color: #10F31E; }
span { border-color: rgb(16,243,30); }
td.TdClassName
{
border-color: #10F31E;
}
.TagClassName
{
border-color: #10F31E;
}
</style>