Shades of Free Speech Green #16D614
Tints of Free Speech Green #16D614
RGB
CMYK
RGB Variations
Color information
#16D614 (or 0x16D614) is known color: Free Speech Green. HEX triplet: 16, D6 and 14. RGB value is (22,214,20). Sum of RGB (Red+Green+Blue) = 22+214+20=256 (33% of max value = 765). Red value is 22 (8.98% from 255 or 8.59% from 256); Green value is 214 (83.98% from 255 or 83.59% from 256); Blue value is 20 (8.20% from 255 or 7.81% from 256); Max value from RGB is 214 - color contains mainly: green. Hex color #16D614 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #16D614 is #E929EB. Grayscale: #878787. Windows color (decimal): -15280620 or 1365526. OLE color: 1365526.
HSL color Cylindrical-coordinate representation of color #16D614: hue angle of 119.38º degrees, saturation: 0.83, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #16D614 is Cyan = 0.90, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 22 | 214 | 20 | - |
| CMYK | 0.90 | 0 | 0.91 | 0.16 |
| HSL | 119.38º | 0.83% | 0.46% | - |
| HSV(B) | 119.38º | 0.91% | 0.84% | - |
| XYZ | 24.5 | 48.31 | 8.7 | - |
| YUV | 134.48 | 63.39 | 47.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 214 | 20 | 0.90 | 0 | 0.91 | 0.16 | 119.38 | 0.83 | 0.46 |
| Hex | 16 | D6 | 14 | 5A | 0 | 5B | 10 | 77 | 53 | 2E |
| Octal | 26 | 326 | 24 | 132 | 0 | 133 | 20 | 167 | 123 | 56 |
| Binary | 10110 | 11010110 | 10100 | 1011010 | 0 | 1011011 | 10000 | 1110111 | 1010011 | 101110 |
Color Harmonies of #16D614
Complementary color
Monochromatic Colors of #16D614
Black with #16D614
Text Example
Text Example
White with #16D614
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16D614; }
p { color: rgb(22,214,20); }
H1.HeaderClassName
{
color: #16D614;
}
.AnyTagClassName
{
color: #16D614;
}
</style>
background-color css
<style>
a { background-color: #16D614; }
a { background-color: rgb(22,214,20); }
div.DivClassName
{
background-color: #16D614;
}
.BgClassName
{
background-color: #16D614;
}
</style>
border-color css
<style>
span { border-color: #16D614; }
span { border-color: rgb(22,214,20); }
td.TdClassName
{
border-color: #16D614;
}
.TagClassName
{
border-color: #16D614;
}
</style>