Shades of Free Speech Green #16D91B
Tints of Free Speech Green #16D91B
RGB
CMYK
RGB Variations
Color information
#16D91B (or 0x16D91B) is known color: Free Speech Green. HEX triplet: 16, D9 and 1B. RGB value is (22,217,27). Sum of RGB (Red+Green+Blue) = 22+217+27=266 (35% of max value = 765). Red value is 22 (8.98% from 255 or 8.27% from 266); Green value is 217 (85.16% from 255 or 81.58% from 266); Blue value is 27 (10.94% from 255 or 10.15% from 266); Max value from RGB is 217 - color contains mainly: green. Hex color #16D91B is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #16D91B is #E926E4. Grayscale: #898989. Windows color (decimal): -15279845 or 1825046. OLE color: 1825046.
HSL color Cylindrical-coordinate representation of color #16D91B: hue angle of 121.54º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #16D91B is Cyan = 0.90, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 22 | 217 | 27 | - |
| CMYK | 0.90 | 0 | 0.88 | 0.15 |
| HSL | 121.54º | 0.82% | 0.47% | - |
| HSV(B) | 121.54º | 0.9% | 0.85% | - |
| XYZ | 25.34 | 49.88 | 9.33 | - |
| YUV | 137.04 | 65.9 | 45.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 217 | 27 | 0.90 | 0 | 0.88 | 0.15 | 121.54 | 0.82 | 0.47 |
| Hex | 16 | D9 | 1B | 5A | 0 | 58 | F | 7A | 52 | 2F |
| Octal | 26 | 331 | 33 | 132 | 0 | 130 | 17 | 172 | 122 | 57 |
| Binary | 10110 | 11011001 | 11011 | 1011010 | 0 | 1011000 | 1111 | 1111010 | 1010010 | 101111 |
Color Harmonies of #16D91B
Complementary color
Monochromatic Colors of #16D91B
Black with #16D91B
Text Example
Text Example
White with #16D91B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16D91B; }
p { color: rgb(22,217,27); }
H1.HeaderClassName
{
color: #16D91B;
}
.AnyTagClassName
{
color: #16D91B;
}
</style>
background-color css
<style>
a { background-color: #16D91B; }
a { background-color: rgb(22,217,27); }
div.DivClassName
{
background-color: #16D91B;
}
.BgClassName
{
background-color: #16D91B;
}
</style>
border-color css
<style>
span { border-color: #16D91B; }
span { border-color: rgb(22,217,27); }
td.TdClassName
{
border-color: #16D91B;
}
.TagClassName
{
border-color: #16D91B;
}
</style>