Shades of Free Speech Green #16FF19
Tints of Free Speech Green #16FF19
RGB
CMYK
RGB Variations
Color information
#16FF19 (or 0x16FF19) is known color: Free Speech Green. HEX triplet: 16, FF and 19. RGB value is (22,255,25). Sum of RGB (Red+Green+Blue) = 22+255+25=302 (40% of max value = 765). Red value is 22 (8.98% from 255 or 7.28% from 302); Green value is 255 (100% from 255 or 84.44% from 302); Blue value is 25 (10.16% from 255 or 8.28% from 302); Max value from RGB is 255 - color contains mainly: green. Hex color #16FF19 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #16FF19 is #E900E6. Grayscale: #9F9F9F. Windows color (decimal): -15270119 or 1703702. OLE color: 1703702.
HSL color Cylindrical-coordinate representation of color #16FF19: hue angle of 120.77º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #16FF19 is Cyan = 0.91, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.
Color convert
| RGB | 22 | 255 | 25 | - |
| CMYK | 0.91 | 0 | 0.90 | 0 |
| HSL | 120.77º | 1% | 0.54% | - |
| HSV(B) | 120.77º | 0.91% | 1% | - |
| XYZ | 36.27 | 71.76 | 12.86 | - |
| YUV | 159.11 | 52.31 | 30.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 255 | 25 | 0.91 | 0 | 0.90 | 0 | 120.77 | 1 | 0.54 |
| Hex | 16 | FF | 19 | 5B | 0 | 5A | 0 | 79 | 64 | 36 |
| Octal | 26 | 377 | 31 | 133 | 0 | 132 | 0 | 171 | 144 | 66 |
| Binary | 10110 | 11111111 | 11001 | 1011011 | 0 | 1011010 | 0 | 1111001 | 1100100 | 110110 |
Color Harmonies of #16FF19
Complementary color
Monochromatic Colors of #16FF19
Black with #16FF19
Text Example
Text Example
White with #16FF19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16FF19; }
p { color: rgb(22,255,25); }
H1.HeaderClassName
{
color: #16FF19;
}
.AnyTagClassName
{
color: #16FF19;
}
</style>
background-color css
<style>
a { background-color: #16FF19; }
a { background-color: rgb(22,255,25); }
div.DivClassName
{
background-color: #16FF19;
}
.BgClassName
{
background-color: #16FF19;
}
</style>
border-color css
<style>
span { border-color: #16FF19; }
span { border-color: rgb(22,255,25); }
td.TdClassName
{
border-color: #16FF19;
}
.TagClassName
{
border-color: #16FF19;
}
</style>