Shades of Free Speech Green #10EE1C
Tints of Free Speech Green #10EE1C
RGB
CMYK
RGB Variations
Color information
#10EE1C (or 0x10EE1C) is known color: Free Speech Green. HEX triplet: 10, EE and 1C. RGB value is (16,238,28). Sum of RGB (Red+Green+Blue) = 16+238+28=282 (37% of max value = 765). Red value is 16 (6.64% from 255 or 5.67% from 282); Green value is 238 (93.36% from 255 or 84.40% from 282); Blue value is 28 (11.33% from 255 or 9.93% from 282); Max value from RGB is 238 - color contains mainly: green. Hex color #10EE1C is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #10EE1C is #EF11E3. Grayscale: #949494. Windows color (decimal): -15667684 or 1895952. OLE color: 1895952.
HSL color Cylindrical-coordinate representation of color #10EE1C: hue angle of 123.24º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #10EE1C is Cyan = 0.93, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 16 | 238 | 28 | - |
| CMYK | 0.93 | 0 | 0.88 | 0.07 |
| HSL | 123.24º | 0.87% | 0.5% | - |
| HSV(B) | 123.24º | 0.93% | 0.93% | - |
| XYZ | 31 | 61.34 | 11.31 | - |
| YUV | 147.68 | 60.45 | 34.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 238 | 28 | 0.93 | 0 | 0.88 | 0.07 | 123.24 | 0.87 | 0.5 |
| Hex | 10 | EE | 1C | 5D | 0 | 58 | 7 | 7B | 57 | 32 |
| Octal | 20 | 356 | 34 | 135 | 0 | 130 | 7 | 173 | 127 | 62 |
| Binary | 10000 | 11101110 | 11100 | 1011101 | 0 | 1011000 | 111 | 1111011 | 1010111 | 110010 |
Color Harmonies of #10EE1C
Complementary color
Monochromatic Colors of #10EE1C
Black with #10EE1C
Text Example
Text Example
White with #10EE1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10EE1C; }
p { color: rgb(16,238,28); }
H1.HeaderClassName
{
color: #10EE1C;
}
.AnyTagClassName
{
color: #10EE1C;
}
</style>
background-color css
<style>
a { background-color: #10EE1C; }
a { background-color: rgb(16,238,28); }
div.DivClassName
{
background-color: #10EE1C;
}
.BgClassName
{
background-color: #10EE1C;
}
</style>
border-color css
<style>
span { border-color: #10EE1C; }
span { border-color: rgb(16,238,28); }
td.TdClassName
{
border-color: #10EE1C;
}
.TagClassName
{
border-color: #10EE1C;
}
</style>