Shades of Free Speech Green #12DC03
Tints of Free Speech Green #12DC03
RGB
CMYK
RGB Variations
Color information
#12DC03 (or 0x12DC03) is known color: Free Speech Green. HEX triplet: 12, DC and 03. RGB value is (18,220,3). Sum of RGB (Red+Green+Blue) = 18+220+3=241 (31% of max value = 765). Red value is 18 (7.42% from 255 or 7.47% from 241); Green value is 220 (86.33% from 255 or 91.29% from 241); Blue value is 3 (1.56% from 255 or 1.24% from 241); Max value from RGB is 220 - color contains mainly: green. Hex color #12DC03 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #12DC03 is #ED23FC. Grayscale: #878787. Windows color (decimal): -15541245 or 252946. OLE color: 252946.
HSL color Cylindrical-coordinate representation of color #12DC03: hue angle of 115.85º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #12DC03 is Cyan = 0.92, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 18 | 220 | 3 | - |
| CMYK | 0.92 | 0 | 0.99 | 0.14 |
| HSL | 115.85º | 0.97% | 0.44% | - |
| HSV(B) | 115.85º | 0.99% | 0.86% | - |
| XYZ | 25.86 | 51.32 | 8.63 | - |
| YUV | 134.86 | 53.58 | 44.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 220 | 3 | 0.92 | 0 | 0.99 | 0.14 | 115.85 | 0.97 | 0.44 |
| Hex | 12 | DC | 3 | 5C | 0 | 63 | E | 74 | 61 | 2C |
| Octal | 22 | 334 | 3 | 134 | 0 | 143 | 16 | 164 | 141 | 54 |
| Binary | 10010 | 11011100 | 11 | 1011100 | 0 | 1100011 | 1110 | 1110100 | 1100001 | 101100 |
Color Harmonies of #12DC03
Complementary color
Monochromatic Colors of #12DC03
Black with #12DC03
Text Example
Text Example
White with #12DC03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12DC03; }
p { color: rgb(18,220,3); }
H1.HeaderClassName
{
color: #12DC03;
}
.AnyTagClassName
{
color: #12DC03;
}
</style>
background-color css
<style>
a { background-color: #12DC03; }
a { background-color: rgb(18,220,3); }
div.DivClassName
{
background-color: #12DC03;
}
.BgClassName
{
background-color: #12DC03;
}
</style>
border-color css
<style>
span { border-color: #12DC03; }
span { border-color: rgb(18,220,3); }
td.TdClassName
{
border-color: #12DC03;
}
.TagClassName
{
border-color: #12DC03;
}
</style>