Shades of Free Speech Green #16F131
Tints of Free Speech Green #16F131
RGB
CMYK
RGB Variations
Color information
#16F131 (or 0x16F131) is known color: Free Speech Green. HEX triplet: 16, F1 and 31. RGB value is (22,241,49). Sum of RGB (Red+Green+Blue) = 22+241+49=312 (41% of max value = 765). Red value is 22 (8.98% from 255 or 7.05% from 312); Green value is 241 (94.53% from 255 or 77.24% from 312); Blue value is 49 (19.53% from 255 or 15.71% from 312); Max value from RGB is 241 - color contains mainly: green. Hex color #16F131 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #16F131 is #E90ECE. Grayscale: #9A9A9A. Windows color (decimal): -15273679 or 3272982. OLE color: 3272982.
HSL color Cylindrical-coordinate representation of color #16F131: hue angle of 127.4º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #16F131 is Cyan = 0.91, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 22 | 241 | 49 | - |
| CMYK | 0.91 | 0 | 0.80 | 0.05 |
| HSL | 127.4º | 0.89% | 0.52% | - |
| HSV(B) | 127.4º | 0.91% | 0.95% | - |
| XYZ | 32.34 | 63.3 | 13.42 | - |
| YUV | 153.63 | 68.95 | 34.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 241 | 49 | 0.91 | 0 | 0.80 | 0.05 | 127.4 | 0.89 | 0.52 |
| Hex | 16 | F1 | 31 | 5B | 0 | 50 | 5 | 7F | 59 | 34 |
| Octal | 26 | 361 | 61 | 133 | 0 | 120 | 5 | 177 | 131 | 64 |
| Binary | 10110 | 11110001 | 110001 | 1011011 | 0 | 1010000 | 101 | 1111111 | 1011001 | 110100 |
Color Harmonies of #16F131
Complementary color
Monochromatic Colors of #16F131
Black with #16F131
Text Example
Text Example
White with #16F131
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16F131; }
p { color: rgb(22,241,49); }
H1.HeaderClassName
{
color: #16F131;
}
.AnyTagClassName
{
color: #16F131;
}
</style>
background-color css
<style>
a { background-color: #16F131; }
a { background-color: rgb(22,241,49); }
div.DivClassName
{
background-color: #16F131;
}
.BgClassName
{
background-color: #16F131;
}
</style>
border-color css
<style>
span { border-color: #16F131; }
span { border-color: rgb(22,241,49); }
td.TdClassName
{
border-color: #16F131;
}
.TagClassName
{
border-color: #16F131;
}
</style>