Shades of Free Speech Green #10F703
Tints of Free Speech Green #10F703
RGB
CMYK
RGB Variations
Color information
#10F703 (or 0x10F703) is known color: Free Speech Green. HEX triplet: 10, F7 and 03. RGB value is (16,247,3). Sum of RGB (Red+Green+Blue) = 16+247+3=266 (35% of max value = 765). Red value is 16 (6.64% from 255 or 6.02% from 266); Green value is 247 (96.88% from 255 or 92.86% from 266); Blue value is 3 (1.56% from 255 or 1.13% from 266); Max value from RGB is 247 - color contains mainly: green. Hex color #10F703 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #10F703 is #EF08FC. Grayscale: #969696. Windows color (decimal): -15665405 or 259856. OLE color: 259856.
HSL color Cylindrical-coordinate representation of color #10F703: hue angle of 116.8º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #10F703 is Cyan = 0.94, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 16 | 247 | 3 | - |
| CMYK | 0.94 | 0 | 0.99 | 0.03 |
| HSL | 116.8º | 0.98% | 0.49% | - |
| HSV(B) | 116.8º | 0.99% | 0.97% | - |
| XYZ | 33.49 | 66.64 | 11.18 | - |
| YUV | 150.12 | 44.97 | 32.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 247 | 3 | 0.94 | 0 | 0.99 | 0.03 | 116.8 | 0.98 | 0.49 |
| Hex | 10 | F7 | 3 | 5E | 0 | 63 | 3 | 75 | 62 | 31 |
| Octal | 20 | 367 | 3 | 136 | 0 | 143 | 3 | 165 | 142 | 61 |
| Binary | 10000 | 11110111 | 11 | 1011110 | 0 | 1100011 | 11 | 1110101 | 1100010 | 110001 |
Color Harmonies of #10F703
Complementary color
Monochromatic Colors of #10F703
Black with #10F703
Text Example
Text Example
White with #10F703
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10F703; }
p { color: rgb(16,247,3); }
H1.HeaderClassName
{
color: #10F703;
}
.AnyTagClassName
{
color: #10F703;
}
</style>
background-color css
<style>
a { background-color: #10F703; }
a { background-color: rgb(16,247,3); }
div.DivClassName
{
background-color: #10F703;
}
.BgClassName
{
background-color: #10F703;
}
</style>
border-color css
<style>
span { border-color: #10F703; }
span { border-color: rgb(16,247,3); }
td.TdClassName
{
border-color: #10F703;
}
.TagClassName
{
border-color: #10F703;
}
</style>