Shades of Free Speech Green #10EF1C
Tints of Free Speech Green #10EF1C
RGB
CMYK
RGB Variations
Color information
#10EF1C (or 0x10EF1C) is known color: Free Speech Green. HEX triplet: 10, EF and 1C. RGB value is (16,239,28). Sum of RGB (Red+Green+Blue) = 16+239+28=283 (37% of max value = 765). Red value is 16 (6.64% from 255 or 5.65% from 283); Green value is 239 (93.75% from 255 or 84.45% from 283); Blue value is 28 (11.33% from 255 or 9.89% from 283); Max value from RGB is 239 - color contains mainly: green. Hex color #10EF1C is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #10EF1C is #EF10E3. Grayscale: #949494. Windows color (decimal): -15667428 or 1896208. OLE color: 1896208.
HSL color Cylindrical-coordinate representation of color #10EF1C: hue angle of 123.23º 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 #10EF1C is Cyan = 0.93, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 16 | 239 | 28 | - |
| CMYK | 0.93 | 0 | 0.88 | 0.06 |
| HSL | 123.23º | 0.87% | 0.5% | - |
| HSV(B) | 123.23º | 0.93% | 0.94% | - |
| XYZ | 31.29 | 61.93 | 11.4 | - |
| YUV | 148.27 | 60.12 | 33.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 239 | 28 | 0.93 | 0 | 0.88 | 0.06 | 123.23 | 0.87 | 0.5 |
| Hex | 10 | EF | 1C | 5D | 0 | 58 | 6 | 7B | 57 | 32 |
| Octal | 20 | 357 | 34 | 135 | 0 | 130 | 6 | 173 | 127 | 62 |
| Binary | 10000 | 11101111 | 11100 | 1011101 | 0 | 1011000 | 110 | 1111011 | 1010111 | 110010 |
Color Harmonies of #10EF1C
Complementary color
Monochromatic Colors of #10EF1C
Black with #10EF1C
Text Example
Text Example
White with #10EF1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10EF1C; }
p { color: rgb(16,239,28); }
H1.HeaderClassName
{
color: #10EF1C;
}
.AnyTagClassName
{
color: #10EF1C;
}
</style>
background-color css
<style>
a { background-color: #10EF1C; }
a { background-color: rgb(16,239,28); }
div.DivClassName
{
background-color: #10EF1C;
}
.BgClassName
{
background-color: #10EF1C;
}
</style>
border-color css
<style>
span { border-color: #10EF1C; }
span { border-color: rgb(16,239,28); }
td.TdClassName
{
border-color: #10EF1C;
}
.TagClassName
{
border-color: #10EF1C;
}
</style>