Shades of Free Speech Green #10FC04
Tints of Free Speech Green #10FC04
RGB
CMYK
RGB Variations
Color information
#10FC04 (or 0x10FC04) is known color: Free Speech Green. HEX triplet: 10, FC and 04. RGB value is (16,252,4). Sum of RGB (Red+Green+Blue) = 16+252+4=272 (36% of max value = 765). Red value is 16 (6.64% from 255 or 5.88% from 272); Green value is 252 (98.83% from 255 or 92.65% from 272); Blue value is 4 (1.95% from 255 or 1.47% from 272); Max value from RGB is 252 - color contains mainly: green. Hex color #10FC04 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #10FC04 is #EF03FB. Grayscale: #999999. Windows color (decimal): -15664124 or 326672. OLE color: 326672.
HSL color Cylindrical-coordinate representation of color #10FC04: hue angle of 117.1º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #10FC04 is Cyan = 0.94, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 16 | 252 | 4 | - |
| CMYK | 0.94 | 0 | 0.98 | 0.01 |
| HSL | 117.1º | 0.98% | 0.5% | - |
| HSV(B) | 117.1º | 0.98% | 0.99% | - |
| XYZ | 35.05 | 69.74 | 11.73 | - |
| YUV | 153.16 | 43.81 | 30.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 252 | 4 | 0.94 | 0 | 0.98 | 0.01 | 117.1 | 0.98 | 0.5 |
| Hex | 10 | FC | 4 | 5E | 0 | 62 | 1 | 75 | 62 | 32 |
| Octal | 20 | 374 | 4 | 136 | 0 | 142 | 1 | 165 | 142 | 62 |
| Binary | 10000 | 11111100 | 100 | 1011110 | 0 | 1100010 | 1 | 1110101 | 1100010 | 110010 |
Color Harmonies of #10FC04
Complementary color
Monochromatic Colors of #10FC04
Black with #10FC04
Text Example
Text Example
White with #10FC04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10FC04; }
p { color: rgb(16,252,4); }
H1.HeaderClassName
{
color: #10FC04;
}
.AnyTagClassName
{
color: #10FC04;
}
</style>
background-color css
<style>
a { background-color: #10FC04; }
a { background-color: rgb(16,252,4); }
div.DivClassName
{
background-color: #10FC04;
}
.BgClassName
{
background-color: #10FC04;
}
</style>
border-color css
<style>
span { border-color: #10FC04; }
span { border-color: rgb(16,252,4); }
td.TdClassName
{
border-color: #10FC04;
}
.TagClassName
{
border-color: #10FC04;
}
</style>