Shades of Free Speech Green #10DC1F
Tints of Free Speech Green #10DC1F
RGB
CMYK
RGB Variations
Color information
#10DC1F (or 0x10DC1F) is known color: Free Speech Green. HEX triplet: 10, DC and 1F. RGB value is (16,220,31). Sum of RGB (Red+Green+Blue) = 16+220+31=267 (35% of max value = 765). Red value is 16 (6.64% from 255 or 5.99% from 267); Green value is 220 (86.33% from 255 or 82.40% from 267); Blue value is 31 (12.5% from 255 or 11.61% from 267); Max value from RGB is 220 - color contains mainly: green. Hex color #10DC1F is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #10DC1F is #EF23E0. Grayscale: #8A8A8A. Windows color (decimal): -15672289 or 2087952. OLE color: 2087952.
HSL color Cylindrical-coordinate representation of color #10DC1F: hue angle of 124.41º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #10DC1F is Cyan = 0.93, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 16 | 220 | 31 | - |
| CMYK | 0.93 | 0 | 0.86 | 0.14 |
| HSL | 124.41º | 0.86% | 0.46% | - |
| HSV(B) | 124.41º | 0.93% | 0.86% | - |
| XYZ | 26.05 | 51.4 | 9.84 | - |
| YUV | 137.46 | 67.91 | 41.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 220 | 31 | 0.93 | 0 | 0.86 | 0.14 | 124.41 | 0.86 | 0.46 |
| Hex | 10 | DC | 1F | 5D | 0 | 56 | E | 7C | 56 | 2E |
| Octal | 20 | 334 | 37 | 135 | 0 | 126 | 16 | 174 | 126 | 56 |
| Binary | 10000 | 11011100 | 11111 | 1011101 | 0 | 1010110 | 1110 | 1111100 | 1010110 | 101110 |
Color Harmonies of #10DC1F
Complementary color
Monochromatic Colors of #10DC1F
Black with #10DC1F
Text Example
Text Example
White with #10DC1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10DC1F; }
p { color: rgb(16,220,31); }
H1.HeaderClassName
{
color: #10DC1F;
}
.AnyTagClassName
{
color: #10DC1F;
}
</style>
background-color css
<style>
a { background-color: #10DC1F; }
a { background-color: rgb(16,220,31); }
div.DivClassName
{
background-color: #10DC1F;
}
.BgClassName
{
background-color: #10DC1F;
}
</style>
border-color css
<style>
span { border-color: #10DC1F; }
span { border-color: rgb(16,220,31); }
td.TdClassName
{
border-color: #10DC1F;
}
.TagClassName
{
border-color: #10DC1F;
}
</style>