Shades of Free Speech Green #16D609
Tints of Free Speech Green #16D609
RGB
CMYK
RGB Variations
Color information
#16D609 (or 0x16D609) is known color: Free Speech Green. HEX triplet: 16, D6 and 09. RGB value is (22,214,9). Sum of RGB (Red+Green+Blue) = 22+214+9=245 (32% of max value = 765). Red value is 22 (8.98% from 255 or 8.98% from 245); Green value is 214 (83.98% from 255 or 87.35% from 245); Blue value is 9 (3.91% from 255 or 3.67% from 245); Max value from RGB is 214 - color contains mainly: green. Hex color #16D609 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #16D609 is #E929F6. Grayscale: #858585. Windows color (decimal): -15280631 or 644630. OLE color: 644630.
HSL color Cylindrical-coordinate representation of color #16D609: hue angle of 116.2º degrees, saturation: 0.92, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #16D609 is Cyan = 0.90, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 22 | 214 | 9 | - |
| CMYK | 0.90 | 0 | 0.96 | 0.16 |
| HSL | 116.2º | 0.92% | 0.44% | - |
| HSV(B) | 116.2º | 0.96% | 0.84% | - |
| XYZ | 24.43 | 48.28 | 8.29 | - |
| YUV | 133.22 | 57.89 | 48.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 214 | 9 | 0.90 | 0 | 0.96 | 0.16 | 116.2 | 0.92 | 0.44 |
| Hex | 16 | D6 | 9 | 5A | 0 | 60 | 10 | 74 | 5C | 2C |
| Octal | 26 | 326 | 11 | 132 | 0 | 140 | 20 | 164 | 134 | 54 |
| Binary | 10110 | 11010110 | 1001 | 1011010 | 0 | 1100000 | 10000 | 1110100 | 1011100 | 101100 |
Color Harmonies of #16D609
Complementary color
Monochromatic Colors of #16D609
Black with #16D609
Text Example
Text Example
White with #16D609
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16D609; }
p { color: rgb(22,214,9); }
H1.HeaderClassName
{
color: #16D609;
}
.AnyTagClassName
{
color: #16D609;
}
</style>
background-color css
<style>
a { background-color: #16D609; }
a { background-color: rgb(22,214,9); }
div.DivClassName
{
background-color: #16D609;
}
.BgClassName
{
background-color: #16D609;
}
</style>
border-color css
<style>
span { border-color: #16D609; }
span { border-color: rgb(22,214,9); }
td.TdClassName
{
border-color: #16D609;
}
.TagClassName
{
border-color: #16D609;
}
</style>