Shades of Free Speech Green #1FEC10
Tints of Free Speech Green #1FEC10
RGB
CMYK
RGB Variations
Color information
#1FEC10 (or 0x1FEC10) is known color: Free Speech Green. HEX triplet: 1F, EC and 10. RGB value is (31,236,16). Sum of RGB (Red+Green+Blue) = 31+236+16=283 (37% of max value = 765). Red value is 31 (12.5% from 255 or 10.95% from 283); Green value is 236 (92.58% from 255 or 83.39% from 283); Blue value is 16 (6.64% from 255 or 5.65% from 283); Max value from RGB is 236 - color contains mainly: green. Hex color #1FEC10 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #1FEC10 is #E013EF. Grayscale: #969696. Windows color (decimal): -14685168 or 1109023. OLE color: 1109023.
HSL color Cylindrical-coordinate representation of color #1FEC10: hue angle of 115.91º degrees, saturation: 0.87, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1FEC10 is Cyan = 0.87, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 31 | 236 | 16 | - |
| CMYK | 0.87 | 0 | 0.93 | 0.07 |
| HSL | 115.91º | 0.87% | 0.49% | - |
| HSV(B) | 115.91º | 0.93% | 0.93% | - |
| XYZ | 30.65 | 60.32 | 10.52 | - |
| YUV | 149.63 | 52.58 | 43.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 236 | 16 | 0.87 | 0 | 0.93 | 0.07 | 115.91 | 0.87 | 0.49 |
| Hex | 1F | EC | 10 | 57 | 0 | 5D | 7 | 74 | 57 | 31 |
| Octal | 37 | 354 | 20 | 127 | 0 | 135 | 7 | 164 | 127 | 61 |
| Binary | 11111 | 11101100 | 10000 | 1010111 | 0 | 1011101 | 111 | 1110100 | 1010111 | 110001 |
Color Harmonies of #1FEC10
Complementary color
Monochromatic Colors of #1FEC10
Black with #1FEC10
Text Example
Text Example
White with #1FEC10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FEC10; }
p { color: rgb(31,236,16); }
H1.HeaderClassName
{
color: #1FEC10;
}
.AnyTagClassName
{
color: #1FEC10;
}
</style>
background-color css
<style>
a { background-color: #1FEC10; }
a { background-color: rgb(31,236,16); }
div.DivClassName
{
background-color: #1FEC10;
}
.BgClassName
{
background-color: #1FEC10;
}
</style>
border-color css
<style>
span { border-color: #1FEC10; }
span { border-color: rgb(31,236,16); }
td.TdClassName
{
border-color: #1FEC10;
}
.TagClassName
{
border-color: #1FEC10;
}
</style>