Shades of Free Speech Green #10F520
Tints of Free Speech Green #10F520
RGB
CMYK
RGB Variations
Color information
#10F520 (or 0x10F520) is known color: Free Speech Green. HEX triplet: 10, F5 and 20. RGB value is (16,245,32). Sum of RGB (Red+Green+Blue) = 16+245+32=293 (38% of max value = 765). Red value is 16 (6.64% from 255 or 5.46% from 293); Green value is 245 (96.09% from 255 or 83.62% from 293); Blue value is 32 (12.89% from 255 or 10.92% from 293); Max value from RGB is 245 - color contains mainly: green. Hex color #10F520 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #10F520 is #EF0ADF. Grayscale: #989898. Windows color (decimal): -15665888 or 2159888. OLE color: 2159888.
HSL color Cylindrical-coordinate representation of color #10F520: hue angle of 124.19º degrees, saturation: 0.92, 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 #10F520 is Cyan = 0.93, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 16 | 245 | 32 | - |
| CMYK | 0.93 | 0 | 0.87 | 0.04 |
| HSL | 124.19º | 0.92% | 0.51% | - |
| HSV(B) | 124.19º | 0.93% | 0.96% | - |
| XYZ | 33.13 | 65.52 | 12.27 | - |
| YUV | 152.25 | 60.13 | 30.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 245 | 32 | 0.93 | 0 | 0.87 | 0.04 | 124.19 | 0.92 | 0.51 |
| Hex | 10 | F5 | 20 | 5D | 0 | 57 | 4 | 7C | 5C | 33 |
| Octal | 20 | 365 | 40 | 135 | 0 | 127 | 4 | 174 | 134 | 63 |
| Binary | 10000 | 11110101 | 100000 | 1011101 | 0 | 1010111 | 100 | 1111100 | 1011100 | 110011 |
Color Harmonies of #10F520
Complementary color
Monochromatic Colors of #10F520
Black with #10F520
Text Example
Text Example
White with #10F520
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10F520; }
p { color: rgb(16,245,32); }
H1.HeaderClassName
{
color: #10F520;
}
.AnyTagClassName
{
color: #10F520;
}
</style>
background-color css
<style>
a { background-color: #10F520; }
a { background-color: rgb(16,245,32); }
div.DivClassName
{
background-color: #10F520;
}
.BgClassName
{
background-color: #10F520;
}
</style>
border-color css
<style>
span { border-color: #10F520; }
span { border-color: rgb(16,245,32); }
td.TdClassName
{
border-color: #10F520;
}
.TagClassName
{
border-color: #10F520;
}
</style>