Shades of Free Speech Green #16F300
Tints of Free Speech Green #16F300
RGB
CMYK
RGB Variations
Color information
#16F300 (or 0x16F300) is known color: Free Speech Green. HEX triplet: 16, F3 and 00. RGB value is (22,243,0). Sum of RGB (Red+Green+Blue) = 22+243+0=265 (35% of max value = 765). Red value is 22 (8.98% from 255 or 8.30% from 265); Green value is 243 (95.31% from 255 or 91.70% from 265); Blue value is 0 (0.39% from 255 or 0% from 265); Max value from RGB is 243 - color contains mainly: green. Hex color #16F300 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #16F300 is #E90CFF. Grayscale: #959595. Windows color (decimal): -15273216 or 62230. OLE color: 62230.
HSL color Cylindrical-coordinate representation of color #16F300: hue angle of 114.57º degrees, saturation: 1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #16F300 is Cyan = 0.91, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 22 | 243 | 0 | - |
| CMYK | 0.91 | 0 | 1 | 0.05 |
| HSL | 114.57º | 1% | 0.48% | - |
| HSV(B) | 114.57º | 1% | 0.95% | - |
| XYZ | 32.38 | 64.27 | 10.7 | - |
| YUV | 149.22 | 43.78 | 37.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 243 | 0 | 0.91 | 0 | 1 | 0.05 | 114.57 | 1 | 0.48 |
| Hex | 16 | F3 | 0 | 5B | 0 | 64 | 5 | 73 | 64 | 30 |
| Octal | 26 | 363 | 0 | 133 | 0 | 144 | 5 | 163 | 144 | 60 |
| Binary | 10110 | 11110011 | 0 | 1011011 | 0 | 1100100 | 101 | 1110011 | 1100100 | 110000 |
Color Harmonies of #16F300
Complementary color
Monochromatic Colors of #16F300
Black with #16F300
Text Example
Text Example
White with #16F300
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16F300; }
p { color: rgb(22,243,0); }
H1.HeaderClassName
{
color: #16F300;
}
.AnyTagClassName
{
color: #16F300;
}
</style>
background-color css
<style>
a { background-color: #16F300; }
a { background-color: rgb(22,243,0); }
div.DivClassName
{
background-color: #16F300;
}
.BgClassName
{
background-color: #16F300;
}
</style>
border-color css
<style>
span { border-color: #16F300; }
span { border-color: rgb(22,243,0); }
td.TdClassName
{
border-color: #16F300;
}
.TagClassName
{
border-color: #16F300;
}
</style>