Shades of Free Speech Green #16FA01
Tints of Free Speech Green #16FA01
RGB
CMYK
RGB Variations
Color information
#16FA01 (or 0x16FA01) is known color: Free Speech Green. HEX triplet: 16, FA and 01. RGB value is (22,250,1). Sum of RGB (Red+Green+Blue) = 22+250+1=273 (36% of max value = 765). Red value is 22 (8.98% from 255 or 8.06% from 273); Green value is 250 (98.05% from 255 or 91.58% from 273); Blue value is 1 (0.78% from 255 or 0.37% from 273); Max value from RGB is 250 - color contains mainly: green. Hex color #16FA01 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #16FA01 is #E905FE. Grayscale: #9A9A9A. Windows color (decimal): -15271423 or 129558. OLE color: 129558.
HSL color Cylindrical-coordinate representation of color #16FA01: hue angle of 114.94º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #16FA01 is Cyan = 0.91, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 22 | 250 | 1 | - |
| CMYK | 0.91 | 0 | 1.00 | 0.02 |
| HSL | 114.94º | 0.99% | 0.49% | - |
| HSV(B) | 114.94º | 1% | 0.98% | - |
| XYZ | 34.52 | 68.54 | 11.44 | - |
| YUV | 153.44 | 41.96 | 34.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 250 | 1 | 0.91 | 0 | 1.00 | 0.02 | 114.94 | 0.99 | 0.49 |
| Hex | 16 | FA | 1 | 5B | 0 | 64 | 2 | 73 | 63 | 31 |
| Octal | 26 | 372 | 1 | 133 | 0 | 144 | 2 | 163 | 143 | 61 |
| Binary | 10110 | 11111010 | 1 | 1011011 | 0 | 1100100 | 10 | 1110011 | 1100011 | 110001 |
Color Harmonies of #16FA01
Complementary color
Monochromatic Colors of #16FA01
Black with #16FA01
Text Example
Text Example
White with #16FA01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16FA01; }
p { color: rgb(22,250,1); }
H1.HeaderClassName
{
color: #16FA01;
}
.AnyTagClassName
{
color: #16FA01;
}
</style>
background-color css
<style>
a { background-color: #16FA01; }
a { background-color: rgb(22,250,1); }
div.DivClassName
{
background-color: #16FA01;
}
.BgClassName
{
background-color: #16FA01;
}
</style>
border-color css
<style>
span { border-color: #16FA01; }
span { border-color: rgb(22,250,1); }
td.TdClassName
{
border-color: #16FA01;
}
.TagClassName
{
border-color: #16FA01;
}
</style>