Shades of Free Speech Green #16F719
Tints of Free Speech Green #16F719
RGB
CMYK
RGB Variations
Color information
#16F719 (or 0x16F719) is known color: Free Speech Green. HEX triplet: 16, F7 and 19. RGB value is (22,247,25). Sum of RGB (Red+Green+Blue) = 22+247+25=294 (38% of max value = 765). Red value is 22 (8.98% from 255 or 7.48% from 294); Green value is 247 (96.88% from 255 or 84.01% from 294); Blue value is 25 (10.16% from 255 or 8.50% from 294); Max value from RGB is 247 - color contains mainly: green. Hex color #16F719 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #16F719 is #E908E6. Grayscale: #9B9B9B. Windows color (decimal): -15272167 or 1701654. OLE color: 1701654.
HSL color Cylindrical-coordinate representation of color #16F719: hue angle of 120.8º degrees, saturation: 0.93, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #16F719 is Cyan = 0.91, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 22 | 247 | 25 | - |
| CMYK | 0.91 | 0 | 0.90 | 0.03 |
| HSL | 120.8º | 0.93% | 0.53% | - |
| HSV(B) | 120.8º | 0.91% | 0.97% | - |
| XYZ | 33.77 | 66.76 | 12.03 | - |
| YUV | 154.42 | 54.96 | 33.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 247 | 25 | 0.91 | 0 | 0.90 | 0.03 | 120.8 | 0.93 | 0.53 |
| Hex | 16 | F7 | 19 | 5B | 0 | 5A | 3 | 79 | 5D | 35 |
| Octal | 26 | 367 | 31 | 133 | 0 | 132 | 3 | 171 | 135 | 65 |
| Binary | 10110 | 11110111 | 11001 | 1011011 | 0 | 1011010 | 11 | 1111001 | 1011101 | 110101 |
Color Harmonies of #16F719
Complementary color
Monochromatic Colors of #16F719
Black with #16F719
Text Example
Text Example
White with #16F719
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16F719; }
p { color: rgb(22,247,25); }
H1.HeaderClassName
{
color: #16F719;
}
.AnyTagClassName
{
color: #16F719;
}
</style>
background-color css
<style>
a { background-color: #16F719; }
a { background-color: rgb(22,247,25); }
div.DivClassName
{
background-color: #16F719;
}
.BgClassName
{
background-color: #16F719;
}
</style>
border-color css
<style>
span { border-color: #16F719; }
span { border-color: rgb(22,247,25); }
td.TdClassName
{
border-color: #16F719;
}
.TagClassName
{
border-color: #16F719;
}
</style>