Shades of Free Speech Green #12DC16
Tints of Free Speech Green #12DC16
RGB
CMYK
RGB Variations
Color information
#12DC16 (or 0x12DC16) is known color: Free Speech Green. HEX triplet: 12, DC and 16. RGB value is (18,220,22). Sum of RGB (Red+Green+Blue) = 18+220+22=260 (34% of max value = 765). Red value is 18 (7.42% from 255 or 6.92% from 260); Green value is 220 (86.33% from 255 or 84.62% from 260); Blue value is 22 (8.98% from 255 or 8.46% from 260); Max value from RGB is 220 - color contains mainly: green. Hex color #12DC16 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #12DC16 is #ED23E9. Grayscale: #898989. Windows color (decimal): -15541226 or 1498130. OLE color: 1498130.
HSL color Cylindrical-coordinate representation of color #12DC16: hue angle of 121.19º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #12DC16 is Cyan = 0.92, Magento = 0, Yellow = 0.9 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 18 | 220 | 22 | - |
| CMYK | 0.92 | 0 | 0.9 | 0.14 |
| HSL | 121.19º | 0.85% | 0.47% | - |
| HSV(B) | 121.19º | 0.92% | 0.86% | - |
| XYZ | 25.99 | 51.37 | 9.31 | - |
| YUV | 137.03 | 63.08 | 43.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 220 | 22 | 0.92 | 0 | 0.9 | 0.14 | 121.19 | 0.85 | 0.47 |
| Hex | 12 | DC | 16 | 5C | 0 | 5A | E | 79 | 55 | 2F |
| Octal | 22 | 334 | 26 | 134 | 0 | 132 | 16 | 171 | 125 | 57 |
| Binary | 10010 | 11011100 | 10110 | 1011100 | 0 | 1011010 | 1110 | 1111001 | 1010101 | 101111 |
Color Harmonies of #12DC16
Complementary color
Monochromatic Colors of #12DC16
Black with #12DC16
Text Example
Text Example
White with #12DC16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12DC16; }
p { color: rgb(18,220,22); }
H1.HeaderClassName
{
color: #12DC16;
}
.AnyTagClassName
{
color: #12DC16;
}
</style>
background-color css
<style>
a { background-color: #12DC16; }
a { background-color: rgb(18,220,22); }
div.DivClassName
{
background-color: #12DC16;
}
.BgClassName
{
background-color: #12DC16;
}
</style>
border-color css
<style>
span { border-color: #12DC16; }
span { border-color: rgb(18,220,22); }
td.TdClassName
{
border-color: #12DC16;
}
.TagClassName
{
border-color: #12DC16;
}
</style>