Shades of Free Speech Green #10EF1F
Tints of Free Speech Green #10EF1F
RGB
CMYK
RGB Variations
Color information
#10EF1F (or 0x10EF1F) is known color: Free Speech Green. HEX triplet: 10, EF and 1F. RGB value is (16,239,31). Sum of RGB (Red+Green+Blue) = 16+239+31=286 (37% of max value = 765). Red value is 16 (6.64% from 255 or 5.59% from 286); Green value is 239 (93.75% from 255 or 83.57% from 286); Blue value is 31 (12.5% from 255 or 10.84% from 286); Max value from RGB is 239 - color contains mainly: green. Hex color #10EF1F is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #10EF1F is #EF10E0. Grayscale: #959595. Windows color (decimal): -15667425 or 2092816. OLE color: 2092816.
HSL color Cylindrical-coordinate representation of color #10EF1F: hue angle of 124.04º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #10EF1F is Cyan = 0.93, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 16 | 239 | 31 | - |
| CMYK | 0.93 | 0 | 0.87 | 0.06 |
| HSL | 124.04º | 0.87% | 0.5% | - |
| HSV(B) | 124.04º | 0.93% | 0.94% | - |
| XYZ | 31.33 | 61.94 | 11.6 | - |
| YUV | 148.61 | 61.62 | 33.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 239 | 31 | 0.93 | 0 | 0.87 | 0.06 | 124.04 | 0.87 | 0.5 |
| Hex | 10 | EF | 1F | 5D | 0 | 57 | 6 | 7C | 57 | 32 |
| Octal | 20 | 357 | 37 | 135 | 0 | 127 | 6 | 174 | 127 | 62 |
| Binary | 10000 | 11101111 | 11111 | 1011101 | 0 | 1010111 | 110 | 1111100 | 1010111 | 110010 |
Color Harmonies of #10EF1F
Complementary color
Monochromatic Colors of #10EF1F
Black with #10EF1F
Text Example
Text Example
White with #10EF1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10EF1F; }
p { color: rgb(16,239,31); }
H1.HeaderClassName
{
color: #10EF1F;
}
.AnyTagClassName
{
color: #10EF1F;
}
</style>
background-color css
<style>
a { background-color: #10EF1F; }
a { background-color: rgb(16,239,31); }
div.DivClassName
{
background-color: #10EF1F;
}
.BgClassName
{
background-color: #10EF1F;
}
</style>
border-color css
<style>
span { border-color: #10EF1F; }
span { border-color: rgb(16,239,31); }
td.TdClassName
{
border-color: #10EF1F;
}
.TagClassName
{
border-color: #10EF1F;
}
</style>