Shades of Free Speech Green #10FA04
Tints of Free Speech Green #10FA04
RGB
CMYK
RGB Variations
Color information
#10FA04 (or 0x10FA04) is known color: Free Speech Green. HEX triplet: 10, FA and 04. RGB value is (16,250,4). Sum of RGB (Red+Green+Blue) = 16+250+4=270 (35% of max value = 765). Red value is 16 (6.64% from 255 or 5.93% from 270); Green value is 250 (98.05% from 255 or 92.59% from 270); Blue value is 4 (1.95% from 255 or 1.48% from 270); Max value from RGB is 250 - color contains mainly: green. Hex color #10FA04 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #10FA04 is #EF05FB. Grayscale: #989898. Windows color (decimal): -15664636 or 326160. OLE color: 326160.
HSL color Cylindrical-coordinate representation of color #10FA04: hue angle of 117.07º degrees, saturation: 0.97, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #10FA04 is Cyan = 0.94, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 16 | 250 | 4 | - |
| CMYK | 0.94 | 0 | 0.98 | 0.02 |
| HSL | 117.07º | 0.97% | 0.5% | - |
| HSV(B) | 117.07º | 0.98% | 0.98% | - |
| XYZ | 34.42 | 68.49 | 11.52 | - |
| YUV | 151.99 | 44.48 | 31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 250 | 4 | 0.94 | 0 | 0.98 | 0.02 | 117.07 | 0.97 | 0.5 |
| Hex | 10 | FA | 4 | 5E | 0 | 62 | 2 | 75 | 61 | 32 |
| Octal | 20 | 372 | 4 | 136 | 0 | 142 | 2 | 165 | 141 | 62 |
| Binary | 10000 | 11111010 | 100 | 1011110 | 0 | 1100010 | 10 | 1110101 | 1100001 | 110010 |
Color Harmonies of #10FA04
Complementary color
Monochromatic Colors of #10FA04
Black with #10FA04
Text Example
Text Example
White with #10FA04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10FA04; }
p { color: rgb(16,250,4); }
H1.HeaderClassName
{
color: #10FA04;
}
.AnyTagClassName
{
color: #10FA04;
}
</style>
background-color css
<style>
a { background-color: #10FA04; }
a { background-color: rgb(16,250,4); }
div.DivClassName
{
background-color: #10FA04;
}
.BgClassName
{
background-color: #10FA04;
}
</style>
border-color css
<style>
span { border-color: #10FA04; }
span { border-color: rgb(16,250,4); }
td.TdClassName
{
border-color: #10FA04;
}
.TagClassName
{
border-color: #10FA04;
}
</style>