Shades of Free Speech Green #10FB1D
Tints of Free Speech Green #10FB1D
RGB
CMYK
RGB Variations
Color information
#10FB1D (or 0x10FB1D) is known color: Free Speech Green. HEX triplet: 10, FB and 1D. RGB value is (16,251,29). Sum of RGB (Red+Green+Blue) = 16+251+29=296 (39% of max value = 765). Red value is 16 (6.64% from 255 or 5.41% from 296); Green value is 251 (98.44% from 255 or 84.80% from 296); Blue value is 29 (11.72% from 255 or 9.80% from 296); Max value from RGB is 251 - color contains mainly: green. Hex color #10FB1D is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #10FB1D is #EF04E2. Grayscale: #9C9C9C. Windows color (decimal): -15664355 or 1964816. OLE color: 1964816.
HSL color Cylindrical-coordinate representation of color #10FB1D: hue angle of 123.32º degrees, saturation: 0.97, 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 #10FB1D is Cyan = 0.94, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 16 | 251 | 29 | - |
| CMYK | 0.94 | 0 | 0.88 | 0.02 |
| HSL | 123.32º | 0.97% | 0.52% | - |
| HSV(B) | 123.32º | 0.94% | 0.98% | - |
| XYZ | 34.93 | 69.19 | 12.68 | - |
| YUV | 155.43 | 56.64 | 28.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 251 | 29 | 0.94 | 0 | 0.88 | 0.02 | 123.32 | 0.97 | 0.52 |
| Hex | 10 | FB | 1D | 5E | 0 | 58 | 2 | 7B | 61 | 34 |
| Octal | 20 | 373 | 35 | 136 | 0 | 130 | 2 | 173 | 141 | 64 |
| Binary | 10000 | 11111011 | 11101 | 1011110 | 0 | 1011000 | 10 | 1111011 | 1100001 | 110100 |
Color Harmonies of #10FB1D
Complementary color
Monochromatic Colors of #10FB1D
Black with #10FB1D
Text Example
Text Example
White with #10FB1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10FB1D; }
p { color: rgb(16,251,29); }
H1.HeaderClassName
{
color: #10FB1D;
}
.AnyTagClassName
{
color: #10FB1D;
}
</style>
background-color css
<style>
a { background-color: #10FB1D; }
a { background-color: rgb(16,251,29); }
div.DivClassName
{
background-color: #10FB1D;
}
.BgClassName
{
background-color: #10FB1D;
}
</style>
border-color css
<style>
span { border-color: #10FB1D; }
span { border-color: rgb(16,251,29); }
td.TdClassName
{
border-color: #10FB1D;
}
.TagClassName
{
border-color: #10FB1D;
}
</style>