Shades of Free Speech Green #10D50C
Tints of Free Speech Green #10D50C
RGB
CMYK
RGB Variations
Color information
#10D50C (or 0x10D50C) is known color: Free Speech Green. HEX triplet: 10, D5 and 0C. RGB value is (16,213,12). Sum of RGB (Red+Green+Blue) = 16+213+12=241 (31% of max value = 765). Red value is 16 (6.64% from 255 or 6.64% from 241); Green value is 213 (83.59% from 255 or 88.38% from 241); Blue value is 12 (5.08% from 255 or 4.98% from 241); Max value from RGB is 213 - color contains mainly: green. Hex color #10D50C is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #10D50C is #EF2AF3. Grayscale: #838383. Windows color (decimal): -15674100 or 840976. OLE color: 840976.
HSL color Cylindrical-coordinate representation of color #10D50C: hue angle of 118.81º degrees, saturation: 0.89, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #10D50C is Cyan = 0.92, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 16 | 213 | 12 | - |
| CMYK | 0.92 | 0 | 0.94 | 0.16 |
| HSL | 118.81º | 0.89% | 0.44% | - |
| HSV(B) | 118.81º | 0.94% | 0.84% | - |
| XYZ | 24.07 | 47.73 | 8.29 | - |
| YUV | 131.18 | 60.73 | 45.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 213 | 12 | 0.92 | 0 | 0.94 | 0.16 | 118.81 | 0.89 | 0.44 |
| Hex | 10 | D5 | C | 5C | 0 | 5E | 10 | 77 | 59 | 2C |
| Octal | 20 | 325 | 14 | 134 | 0 | 136 | 20 | 167 | 131 | 54 |
| Binary | 10000 | 11010101 | 1100 | 1011100 | 0 | 1011110 | 10000 | 1110111 | 1011001 | 101100 |
Color Harmonies of #10D50C
Complementary color
Monochromatic Colors of #10D50C
Black with #10D50C
Text Example
Text Example
White with #10D50C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10D50C; }
p { color: rgb(16,213,12); }
H1.HeaderClassName
{
color: #10D50C;
}
.AnyTagClassName
{
color: #10D50C;
}
</style>
background-color css
<style>
a { background-color: #10D50C; }
a { background-color: rgb(16,213,12); }
div.DivClassName
{
background-color: #10D50C;
}
.BgClassName
{
background-color: #10D50C;
}
</style>
border-color css
<style>
span { border-color: #10D50C; }
span { border-color: rgb(16,213,12); }
td.TdClassName
{
border-color: #10D50C;
}
.TagClassName
{
border-color: #10D50C;
}
</style>