Shades of Free Speech Green #10D600
Tints of Free Speech Green #10D600
RGB
CMYK
RGB Variations
Color information
#10D600 (or 0x10D600) is known color: Free Speech Green. HEX triplet: 10, D6 and 00. RGB value is (16,214,0). Sum of RGB (Red+Green+Blue) = 16+214+0=230 (30% of max value = 765). Red value is 16 (6.64% from 255 or 6.96% from 230); Green value is 214 (83.98% from 255 or 93.04% from 230); Blue value is 0 (0.39% from 255 or 0% from 230); Max value from RGB is 214 - color contains mainly: green. Hex color #10D600 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #10D600 is #EF29FF. Grayscale: #838383. Windows color (decimal): -15673856 or 54800. OLE color: 54800.
HSL color Cylindrical-coordinate representation of color #10D600: hue angle of 115.51º degrees, saturation: 1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #10D600 is Cyan = 0.93, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 16 | 214 | 0 | - |
| CMYK | 0.93 | 0 | 1 | 0.16 |
| HSL | 115.51º | 1% | 0.42% | - |
| HSV(B) | 115.51º | 1% | 0.84% | - |
| XYZ | 24.26 | 48.2 | 8.03 | - |
| YUV | 130.4 | 54.4 | 46.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 214 | 0 | 0.93 | 0 | 1 | 0.16 | 115.51 | 1 | 0.42 |
| Hex | 10 | D6 | 0 | 5D | 0 | 64 | 10 | 74 | 64 | 2A |
| Octal | 20 | 326 | 0 | 135 | 0 | 144 | 20 | 164 | 144 | 52 |
| Binary | 10000 | 11010110 | 0 | 1011101 | 0 | 1100100 | 10000 | 1110100 | 1100100 | 101010 |
Color Harmonies of #10D600
Complementary color
Monochromatic Colors of #10D600
Black with #10D600
Text Example
Text Example
White with #10D600
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10D600; }
p { color: rgb(16,214,0); }
H1.HeaderClassName
{
color: #10D600;
}
.AnyTagClassName
{
color: #10D600;
}
</style>
background-color css
<style>
a { background-color: #10D600; }
a { background-color: rgb(16,214,0); }
div.DivClassName
{
background-color: #10D600;
}
.BgClassName
{
background-color: #10D600;
}
</style>
border-color css
<style>
span { border-color: #10D600; }
span { border-color: rgb(16,214,0); }
td.TdClassName
{
border-color: #10D600;
}
.TagClassName
{
border-color: #10D600;
}
</style>