Shades of Free Speech Green #16F50D
Tints of Free Speech Green #16F50D
RGB
CMYK
RGB Variations
Color information
#16F50D (or 0x16F50D) is known color: Free Speech Green. HEX triplet: 16, F5 and 0D. RGB value is (22,245,13). Sum of RGB (Red+Green+Blue) = 22+245+13=280 (37% of max value = 765). Red value is 22 (8.98% from 255 or 7.86% from 280); Green value is 245 (96.09% from 255 or 87.5% from 280); Blue value is 13 (5.47% from 255 or 4.64% from 280); Max value from RGB is 245 - color contains mainly: green. Hex color #16F50D is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #16F50D is #E90AF2. Grayscale: #989898. Windows color (decimal): -15272691 or 914710. OLE color: 914710.
HSL color Cylindrical-coordinate representation of color #16F50D: hue angle of 117.67º degrees, saturation: 0.92, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #16F50D is Cyan = 0.91, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 22 | 245 | 13 | - |
| CMYK | 0.91 | 0 | 0.95 | 0.04 |
| HSL | 117.67º | 0.92% | 0.51% | - |
| HSV(B) | 117.67º | 0.95% | 0.96% | - |
| XYZ | 33.06 | 65.5 | 11.28 | - |
| YUV | 151.88 | 49.62 | 35.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 245 | 13 | 0.91 | 0 | 0.95 | 0.04 | 117.67 | 0.92 | 0.51 |
| Hex | 16 | F5 | D | 5B | 0 | 5F | 4 | 76 | 5C | 33 |
| Octal | 26 | 365 | 15 | 133 | 0 | 137 | 4 | 166 | 134 | 63 |
| Binary | 10110 | 11110101 | 1101 | 1011011 | 0 | 1011111 | 100 | 1110110 | 1011100 | 110011 |
Color Harmonies of #16F50D
Complementary color
Monochromatic Colors of #16F50D
Black with #16F50D
Text Example
Text Example
White with #16F50D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16F50D; }
p { color: rgb(22,245,13); }
H1.HeaderClassName
{
color: #16F50D;
}
.AnyTagClassName
{
color: #16F50D;
}
</style>
background-color css
<style>
a { background-color: #16F50D; }
a { background-color: rgb(22,245,13); }
div.DivClassName
{
background-color: #16F50D;
}
.BgClassName
{
background-color: #16F50D;
}
</style>
border-color css
<style>
span { border-color: #16F50D; }
span { border-color: rgb(22,245,13); }
td.TdClassName
{
border-color: #16F50D;
}
.TagClassName
{
border-color: #16F50D;
}
</style>