Shades of Free Speech Green #10F320
Tints of Free Speech Green #10F320
RGB
CMYK
RGB Variations
Color information
#10F320 (or 0x10F320) is known color: Free Speech Green. HEX triplet: 10, F3 and 20. RGB value is (16,243,32). Sum of RGB (Red+Green+Blue) = 16+243+32=291 (38% of max value = 765). Red value is 16 (6.64% from 255 or 5.50% from 291); Green value is 243 (95.31% from 255 or 83.51% from 291); Blue value is 32 (12.89% from 255 or 11.00% from 291); Max value from RGB is 243 - color contains mainly: green. Hex color #10F320 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #10F320 is #EF0CDF. Grayscale: #979797. Windows color (decimal): -15666400 or 2159376. OLE color: 2159376.
HSL color Cylindrical-coordinate representation of color #10F320: hue angle of 124.23º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #10F320 is Cyan = 0.93, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 16 | 243 | 32 | - |
| CMYK | 0.93 | 0 | 0.87 | 0.05 |
| HSL | 124.23º | 0.9% | 0.51% | - |
| HSV(B) | 124.23º | 0.93% | 0.95% | - |
| XYZ | 32.52 | 64.32 | 12.07 | - |
| YUV | 151.07 | 60.79 | 31.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 243 | 32 | 0.93 | 0 | 0.87 | 0.05 | 124.23 | 0.9 | 0.51 |
| Hex | 10 | F3 | 20 | 5D | 0 | 57 | 5 | 7C | 5A | 33 |
| Octal | 20 | 363 | 40 | 135 | 0 | 127 | 5 | 174 | 132 | 63 |
| Binary | 10000 | 11110011 | 100000 | 1011101 | 0 | 1010111 | 101 | 1111100 | 1011010 | 110011 |
Color Harmonies of #10F320
Complementary color
Monochromatic Colors of #10F320
Black with #10F320
Text Example
Text Example
White with #10F320
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10F320; }
p { color: rgb(16,243,32); }
H1.HeaderClassName
{
color: #10F320;
}
.AnyTagClassName
{
color: #10F320;
}
</style>
background-color css
<style>
a { background-color: #10F320; }
a { background-color: rgb(16,243,32); }
div.DivClassName
{
background-color: #10F320;
}
.BgClassName
{
background-color: #10F320;
}
</style>
border-color css
<style>
span { border-color: #10F320; }
span { border-color: rgb(16,243,32); }
td.TdClassName
{
border-color: #10F320;
}
.TagClassName
{
border-color: #10F320;
}
</style>