Shades of Free Speech Green #16D508
Tints of Free Speech Green #16D508
RGB
CMYK
RGB Variations
Color information
#16D508 (or 0x16D508) is known color: Free Speech Green. HEX triplet: 16, D5 and 08. RGB value is (22,213,8). Sum of RGB (Red+Green+Blue) = 22+213+8=243 (32% of max value = 765). Red value is 22 (8.98% from 255 or 9.05% from 243); Green value is 213 (83.59% from 255 or 87.65% from 243); Blue value is 8 (3.52% from 255 or 3.29% from 243); Max value from RGB is 213 - color contains mainly: green. Hex color #16D508 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #16D508 is #E92AF7. Grayscale: #858585. Windows color (decimal): -15280888 or 578838. OLE color: 578838.
HSL color Cylindrical-coordinate representation of color #16D508: hue angle of 115.9º degrees, saturation: 0.93, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #16D508 is Cyan = 0.90, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 22 | 213 | 8 | - |
| CMYK | 0.90 | 0 | 0.96 | 0.16 |
| HSL | 115.9º | 0.93% | 0.43% | - |
| HSV(B) | 115.9º | 0.96% | 0.84% | - |
| XYZ | 24.17 | 47.78 | 8.18 | - |
| YUV | 132.52 | 57.72 | 49.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 213 | 8 | 0.90 | 0 | 0.96 | 0.16 | 115.9 | 0.93 | 0.43 |
| Hex | 16 | D5 | 8 | 5A | 0 | 60 | 10 | 74 | 5D | 2B |
| Octal | 26 | 325 | 10 | 132 | 0 | 140 | 20 | 164 | 135 | 53 |
| Binary | 10110 | 11010101 | 1000 | 1011010 | 0 | 1100000 | 10000 | 1110100 | 1011101 | 101011 |
Color Harmonies of #16D508
Complementary color
Monochromatic Colors of #16D508
Black with #16D508
Text Example
Text Example
White with #16D508
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16D508; }
p { color: rgb(22,213,8); }
H1.HeaderClassName
{
color: #16D508;
}
.AnyTagClassName
{
color: #16D508;
}
</style>
background-color css
<style>
a { background-color: #16D508; }
a { background-color: rgb(22,213,8); }
div.DivClassName
{
background-color: #16D508;
}
.BgClassName
{
background-color: #16D508;
}
</style>
border-color css
<style>
span { border-color: #16D508; }
span { border-color: rgb(22,213,8); }
td.TdClassName
{
border-color: #16D508;
}
.TagClassName
{
border-color: #16D508;
}
</style>