Shades of Free Speech Green #16F60F
Tints of Free Speech Green #16F60F
RGB
CMYK
RGB Variations
Color information
#16F60F (or 0x16F60F) is known color: Free Speech Green. HEX triplet: 16, F6 and 0F. RGB value is (22,246,15). Sum of RGB (Red+Green+Blue) = 22+246+15=283 (37% of max value = 765). Red value is 22 (8.98% from 255 or 7.77% from 283); Green value is 246 (96.48% from 255 or 86.93% from 283); Blue value is 15 (6.25% from 255 or 5.30% from 283); Max value from RGB is 246 - color contains mainly: green. Hex color #16F60F is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #16F60F is #E909F0. Grayscale: #999999. Windows color (decimal): -15272433 or 1046038. OLE color: 1046038.
HSL color Cylindrical-coordinate representation of color #16F60F: hue angle of 118.18º degrees, saturation: 0.93, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #16F60F is Cyan = 0.91, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 22 | 246 | 15 | - |
| CMYK | 0.91 | 0 | 0.94 | 0.04 |
| HSL | 118.18º | 0.93% | 0.51% | - |
| HSV(B) | 118.18º | 0.94% | 0.96% | - |
| XYZ | 33.37 | 66.12 | 11.45 | - |
| YUV | 152.69 | 50.29 | 34.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 246 | 15 | 0.91 | 0 | 0.94 | 0.04 | 118.18 | 0.93 | 0.51 |
| Hex | 16 | F6 | F | 5B | 0 | 5E | 4 | 76 | 5D | 33 |
| Octal | 26 | 366 | 17 | 133 | 0 | 136 | 4 | 166 | 135 | 63 |
| Binary | 10110 | 11110110 | 1111 | 1011011 | 0 | 1011110 | 100 | 1110110 | 1011101 | 110011 |
Color Harmonies of #16F60F
Complementary color
Monochromatic Colors of #16F60F
Black with #16F60F
Text Example
Text Example
White with #16F60F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16F60F; }
p { color: rgb(22,246,15); }
H1.HeaderClassName
{
color: #16F60F;
}
.AnyTagClassName
{
color: #16F60F;
}
</style>
background-color css
<style>
a { background-color: #16F60F; }
a { background-color: rgb(22,246,15); }
div.DivClassName
{
background-color: #16F60F;
}
.BgClassName
{
background-color: #16F60F;
}
</style>
border-color css
<style>
span { border-color: #16F60F; }
span { border-color: rgb(22,246,15); }
td.TdClassName
{
border-color: #16F60F;
}
.TagClassName
{
border-color: #16F60F;
}
</style>