Shades of Free Speech Green #10F415
Tints of Free Speech Green #10F415
RGB
CMYK
RGB Variations
Color information
#10F415 (or 0x10F415) is known color: Free Speech Green. HEX triplet: 10, F4 and 15. RGB value is (16,244,21). Sum of RGB (Red+Green+Blue) = 16+244+21=281 (37% of max value = 765). Red value is 16 (6.64% from 255 or 5.69% from 281); Green value is 244 (95.70% from 255 or 86.83% from 281); Blue value is 21 (8.59% from 255 or 7.47% from 281); Max value from RGB is 244 - color contains mainly: green. Hex color #10F415 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #10F415 is #EF0BEA. Grayscale: #979797. Windows color (decimal): -15666155 or 1438736. OLE color: 1438736.
HSL color Cylindrical-coordinate representation of color #10F415: hue angle of 121.32º 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 #10F415 is Cyan = 0.93, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 16 | 244 | 21 | - |
| CMYK | 0.93 | 0 | 0.91 | 0.04 |
| HSL | 121.32º | 0.91% | 0.51% | - |
| HSV(B) | 121.32º | 0.93% | 0.96% | - |
| XYZ | 32.7 | 64.87 | 11.51 | - |
| YUV | 150.41 | 54.96 | 32.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 244 | 21 | 0.93 | 0 | 0.91 | 0.04 | 121.32 | 0.91 | 0.51 |
| Hex | 10 | F4 | 15 | 5D | 0 | 5B | 4 | 79 | 5B | 33 |
| Octal | 20 | 364 | 25 | 135 | 0 | 133 | 4 | 171 | 133 | 63 |
| Binary | 10000 | 11110100 | 10101 | 1011101 | 0 | 1011011 | 100 | 1111001 | 1011011 | 110011 |
Color Harmonies of #10F415
Complementary color
Monochromatic Colors of #10F415
Black with #10F415
Text Example
Text Example
White with #10F415
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10F415; }
p { color: rgb(16,244,21); }
H1.HeaderClassName
{
color: #10F415;
}
.AnyTagClassName
{
color: #10F415;
}
</style>
background-color css
<style>
a { background-color: #10F415; }
a { background-color: rgb(16,244,21); }
div.DivClassName
{
background-color: #10F415;
}
.BgClassName
{
background-color: #10F415;
}
</style>
border-color css
<style>
span { border-color: #10F415; }
span { border-color: rgb(16,244,21); }
td.TdClassName
{
border-color: #10F415;
}
.TagClassName
{
border-color: #10F415;
}
</style>