Shades of Free Speech Green #16F319
Tints of Free Speech Green #16F319
RGB
CMYK
RGB Variations
Color information
#16F319 (or 0x16F319) is known color: Free Speech Green. HEX triplet: 16, F3 and 19. RGB value is (22,243,25). Sum of RGB (Red+Green+Blue) = 22+243+25=290 (38% of max value = 765). Red value is 22 (8.98% from 255 or 7.59% from 290); Green value is 243 (95.31% from 255 or 83.79% from 290); Blue value is 25 (10.16% from 255 or 8.62% from 290); Max value from RGB is 243 - color contains mainly: green. Hex color #16F319 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #16F319 is #E90CE6. Grayscale: #989898. Windows color (decimal): -15273191 or 1700630. OLE color: 1700630.
HSL color Cylindrical-coordinate representation of color #16F319: hue angle of 120.81º degrees, saturation: 0.9, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #16F319 is Cyan = 0.91, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 22 | 243 | 25 | - |
| CMYK | 0.91 | 0 | 0.90 | 0.05 |
| HSL | 120.81º | 0.9% | 0.52% | - |
| HSV(B) | 120.81º | 0.91% | 0.95% | - |
| XYZ | 32.56 | 64.34 | 11.62 | - |
| YUV | 152.07 | 56.28 | 35.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 243 | 25 | 0.91 | 0 | 0.90 | 0.05 | 120.81 | 0.9 | 0.52 |
| Hex | 16 | F3 | 19 | 5B | 0 | 5A | 5 | 79 | 5A | 34 |
| Octal | 26 | 363 | 31 | 133 | 0 | 132 | 5 | 171 | 132 | 64 |
| Binary | 10110 | 11110011 | 11001 | 1011011 | 0 | 1011010 | 101 | 1111001 | 1011010 | 110100 |
Color Harmonies of #16F319
Complementary color
Monochromatic Colors of #16F319
Black with #16F319
Text Example
Text Example
White with #16F319
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16F319; }
p { color: rgb(22,243,25); }
H1.HeaderClassName
{
color: #16F319;
}
.AnyTagClassName
{
color: #16F319;
}
</style>
background-color css
<style>
a { background-color: #16F319; }
a { background-color: rgb(22,243,25); }
div.DivClassName
{
background-color: #16F319;
}
.BgClassName
{
background-color: #16F319;
}
</style>
border-color css
<style>
span { border-color: #16F319; }
span { border-color: rgb(22,243,25); }
td.TdClassName
{
border-color: #16F319;
}
.TagClassName
{
border-color: #16F319;
}
</style>