Shades of Free Speech Green #16D501
Tints of Free Speech Green #16D501
RGB
CMYK
RGB Variations
Color information
#16D501 (or 0x16D501) is known color: Free Speech Green. HEX triplet: 16, D5 and 01. RGB value is (22,213,1). Sum of RGB (Red+Green+Blue) = 22+213+1=236 (31% of max value = 765). Red value is 22 (8.98% from 255 or 9.32% from 236); Green value is 213 (83.59% from 255 or 90.25% from 236); Blue value is 1 (0.78% from 255 or 0.42% from 236); Max value from RGB is 213 - color contains mainly: green. Hex color #16D501 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #16D501 is #E92AFE. Grayscale: #848484. Windows color (decimal): -15280895 or 120086. OLE color: 120086.
HSL color Cylindrical-coordinate representation of color #16D501: hue angle of 114.06º degrees, saturation: 0.99, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #16D501 is Cyan = 0.90, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 22 | 213 | 1 | - |
| CMYK | 0.90 | 0 | 1.00 | 0.16 |
| HSL | 114.06º | 0.99% | 0.42% | - |
| HSV(B) | 114.06º | 1% | 0.84% | - |
| XYZ | 24.13 | 47.76 | 7.98 | - |
| YUV | 131.72 | 54.22 | 49.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 213 | 1 | 0.90 | 0 | 1.00 | 0.16 | 114.06 | 0.99 | 0.42 |
| Hex | 16 | D5 | 1 | 5A | 0 | 64 | 10 | 72 | 63 | 2A |
| Octal | 26 | 325 | 1 | 132 | 0 | 144 | 20 | 162 | 143 | 52 |
| Binary | 10110 | 11010101 | 1 | 1011010 | 0 | 1100100 | 10000 | 1110010 | 1100011 | 101010 |
Color Harmonies of #16D501
Complementary color
Monochromatic Colors of #16D501
Black with #16D501
Text Example
Text Example
White with #16D501
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16D501; }
p { color: rgb(22,213,1); }
H1.HeaderClassName
{
color: #16D501;
}
.AnyTagClassName
{
color: #16D501;
}
</style>
background-color css
<style>
a { background-color: #16D501; }
a { background-color: rgb(22,213,1); }
div.DivClassName
{
background-color: #16D501;
}
.BgClassName
{
background-color: #16D501;
}
</style>
border-color css
<style>
span { border-color: #16D501; }
span { border-color: rgb(22,213,1); }
td.TdClassName
{
border-color: #16D501;
}
.TagClassName
{
border-color: #16D501;
}
</style>