Shades of Free Speech Green #10FF1D
Tints of Free Speech Green #10FF1D
RGB
CMYK
RGB Variations
Color information
#10FF1D (or 0x10FF1D) is known color: Free Speech Green. HEX triplet: 10, FF and 1D. RGB value is (16,255,29). Sum of RGB (Red+Green+Blue) = 16+255+29=300 (39% of max value = 765). Red value is 16 (6.64% from 255 or 5.33% from 300); Green value is 255 (100% from 255 or 85% from 300); Blue value is 29 (11.72% from 255 or 9.67% from 300); Max value from RGB is 255 - color contains mainly: green. Hex color #10FF1D is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #10FF1D is #EF00E2. Grayscale: #9E9E9E. Windows color (decimal): -15663331 or 1965840. OLE color: 1965840.
HSL color Cylindrical-coordinate representation of color #10FF1D: hue angle of 123.26º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #10FF1D is Cyan = 0.94, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.
Color convert
| RGB | 16 | 255 | 29 | - |
| CMYK | 0.94 | 0 | 0.89 | 0 |
| HSL | 123.26º | 1% | 0.53% | - |
| HSV(B) | 123.26º | 0.94% | 1% | - |
| XYZ | 36.2 | 71.72 | 13.1 | - |
| YUV | 157.78 | 55.32 | 26.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 255 | 29 | 0.94 | 0 | 0.89 | 0 | 123.26 | 1 | 0.53 |
| Hex | 10 | FF | 1D | 5E | 0 | 59 | 0 | 7B | 64 | 35 |
| Octal | 20 | 377 | 35 | 136 | 0 | 131 | 0 | 173 | 144 | 65 |
| Binary | 10000 | 11111111 | 11101 | 1011110 | 0 | 1011001 | 0 | 1111011 | 1100100 | 110101 |
Color Harmonies of #10FF1D
Complementary color
Monochromatic Colors of #10FF1D
Black with #10FF1D
Text Example
Text Example
White with #10FF1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10FF1D; }
p { color: rgb(16,255,29); }
H1.HeaderClassName
{
color: #10FF1D;
}
.AnyTagClassName
{
color: #10FF1D;
}
</style>
background-color css
<style>
a { background-color: #10FF1D; }
a { background-color: rgb(16,255,29); }
div.DivClassName
{
background-color: #10FF1D;
}
.BgClassName
{
background-color: #10FF1D;
}
</style>
border-color css
<style>
span { border-color: #10FF1D; }
span { border-color: rgb(16,255,29); }
td.TdClassName
{
border-color: #10FF1D;
}
.TagClassName
{
border-color: #10FF1D;
}
</style>