Shades of Free Speech Green #10FA1D
Tints of Free Speech Green #10FA1D
RGB
CMYK
RGB Variations
Color information
#10FA1D (or 0x10FA1D) is known color: Free Speech Green. HEX triplet: 10, FA and 1D. RGB value is (16,250,29). Sum of RGB (Red+Green+Blue) = 16+250+29=295 (39% of max value = 765). Red value is 16 (6.64% from 255 or 5.42% from 295); Green value is 250 (98.05% from 255 or 84.75% from 295); Blue value is 29 (11.72% from 255 or 9.83% from 295); Max value from RGB is 250 - color contains mainly: green. Hex color #10FA1D is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #10FA1D is #EF05E2. Grayscale: #9B9B9B. Windows color (decimal): -15664611 or 1964560. OLE color: 1964560.
HSL color Cylindrical-coordinate representation of color #10FA1D: hue angle of 123.33º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #10FA1D is Cyan = 0.94, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 16 | 250 | 29 | - |
| CMYK | 0.94 | 0 | 0.88 | 0.02 |
| HSL | 123.33º | 0.96% | 0.52% | - |
| HSV(B) | 123.33º | 0.94% | 0.98% | - |
| XYZ | 34.62 | 68.57 | 12.57 | - |
| YUV | 154.84 | 56.98 | 28.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 250 | 29 | 0.94 | 0 | 0.88 | 0.02 | 123.33 | 0.96 | 0.52 |
| Hex | 10 | FA | 1D | 5E | 0 | 58 | 2 | 7B | 60 | 34 |
| Octal | 20 | 372 | 35 | 136 | 0 | 130 | 2 | 173 | 140 | 64 |
| Binary | 10000 | 11111010 | 11101 | 1011110 | 0 | 1011000 | 10 | 1111011 | 1100000 | 110100 |
Color Harmonies of #10FA1D
Complementary color
Monochromatic Colors of #10FA1D
Black with #10FA1D
Text Example
Text Example
White with #10FA1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10FA1D; }
p { color: rgb(16,250,29); }
H1.HeaderClassName
{
color: #10FA1D;
}
.AnyTagClassName
{
color: #10FA1D;
}
</style>
background-color css
<style>
a { background-color: #10FA1D; }
a { background-color: rgb(16,250,29); }
div.DivClassName
{
background-color: #10FA1D;
}
.BgClassName
{
background-color: #10FA1D;
}
</style>
border-color css
<style>
span { border-color: #10FA1D; }
span { border-color: rgb(16,250,29); }
td.TdClassName
{
border-color: #10FA1D;
}
.TagClassName
{
border-color: #10FA1D;
}
</style>