Shades of Free Speech Green #16F01C
Tints of Free Speech Green #16F01C
RGB
CMYK
RGB Variations
Color information
#16F01C (or 0x16F01C) is known color: Free Speech Green. HEX triplet: 16, F0 and 1C. RGB value is (22,240,28). Sum of RGB (Red+Green+Blue) = 22+240+28=290 (38% of max value = 765). Red value is 22 (8.98% from 255 or 7.59% from 290); Green value is 240 (94.14% from 255 or 82.76% from 290); Blue value is 28 (11.33% from 255 or 9.66% from 290); Max value from RGB is 240 - color contains mainly: green. Hex color #16F01C is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #16F01C is #E90FE3. Grayscale: #979797. Windows color (decimal): -15273956 or 1896470. OLE color: 1896470.
HSL color Cylindrical-coordinate representation of color #16F01C: hue angle of 121.65º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #16F01C is Cyan = 0.91, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 22 | 240 | 28 | - |
| CMYK | 0.91 | 0 | 0.88 | 0.06 |
| HSL | 121.65º | 0.88% | 0.51% | - |
| HSV(B) | 121.65º | 0.91% | 0.94% | - |
| XYZ | 31.7 | 62.57 | 11.51 | - |
| YUV | 150.65 | 58.78 | 36.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 240 | 28 | 0.91 | 0 | 0.88 | 0.06 | 121.65 | 0.88 | 0.51 |
| Hex | 16 | F0 | 1C | 5B | 0 | 58 | 6 | 7A | 58 | 33 |
| Octal | 26 | 360 | 34 | 133 | 0 | 130 | 6 | 172 | 130 | 63 |
| Binary | 10110 | 11110000 | 11100 | 1011011 | 0 | 1011000 | 110 | 1111010 | 1011000 | 110011 |
Color Harmonies of #16F01C
Complementary color
Monochromatic Colors of #16F01C
Black with #16F01C
Text Example
Text Example
White with #16F01C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16F01C; }
p { color: rgb(22,240,28); }
H1.HeaderClassName
{
color: #16F01C;
}
.AnyTagClassName
{
color: #16F01C;
}
</style>
background-color css
<style>
a { background-color: #16F01C; }
a { background-color: rgb(22,240,28); }
div.DivClassName
{
background-color: #16F01C;
}
.BgClassName
{
background-color: #16F01C;
}
</style>
border-color css
<style>
span { border-color: #16F01C; }
span { border-color: rgb(22,240,28); }
td.TdClassName
{
border-color: #16F01C;
}
.TagClassName
{
border-color: #16F01C;
}
</style>