Shades of Free Speech Green #10F413
Tints of Free Speech Green #10F413
RGB
CMYK
RGB Variations
Color information
#10F413 (or 0x10F413) is known color: Free Speech Green. HEX triplet: 10, F4 and 13. RGB value is (16,244,19). Sum of RGB (Red+Green+Blue) = 16+244+19=279 (36% of max value = 765). Red value is 16 (6.64% from 255 or 5.73% from 279); Green value is 244 (95.70% from 255 or 87.46% from 279); Blue value is 19 (7.81% from 255 or 6.81% from 279); Max value from RGB is 244 - color contains mainly: green. Hex color #10F413 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #10F413 is #EF0BEC. Grayscale: #969696. Windows color (decimal): -15666157 or 1307664. OLE color: 1307664.
HSL color Cylindrical-coordinate representation of color #10F413: hue angle of 120.79º degrees, saturation: 0.91, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #10F413 is Cyan = 0.93, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 16 | 244 | 19 | - |
| CMYK | 0.93 | 0 | 0.92 | 0.04 |
| HSL | 120.79º | 0.91% | 0.51% | - |
| HSV(B) | 120.79º | 0.93% | 0.96% | - |
| XYZ | 32.68 | 64.86 | 11.41 | - |
| YUV | 150.18 | 53.96 | 32.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 244 | 19 | 0.93 | 0 | 0.92 | 0.04 | 120.79 | 0.91 | 0.51 |
| Hex | 10 | F4 | 13 | 5D | 0 | 5C | 4 | 79 | 5B | 33 |
| Octal | 20 | 364 | 23 | 135 | 0 | 134 | 4 | 171 | 133 | 63 |
| Binary | 10000 | 11110100 | 10011 | 1011101 | 0 | 1011100 | 100 | 1111001 | 1011011 | 110011 |
Color Harmonies of #10F413
Complementary color
Monochromatic Colors of #10F413
Black with #10F413
Text Example
Text Example
White with #10F413
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10F413; }
p { color: rgb(16,244,19); }
H1.HeaderClassName
{
color: #10F413;
}
.AnyTagClassName
{
color: #10F413;
}
</style>
background-color css
<style>
a { background-color: #10F413; }
a { background-color: rgb(16,244,19); }
div.DivClassName
{
background-color: #10F413;
}
.BgClassName
{
background-color: #10F413;
}
</style>
border-color css
<style>
span { border-color: #10F413; }
span { border-color: rgb(16,244,19); }
td.TdClassName
{
border-color: #10F413;
}
.TagClassName
{
border-color: #10F413;
}
</style>