Shades of Free Speech Green #12E82D
Tints of Free Speech Green #12E82D
RGB
CMYK
RGB Variations
Color information
#12E82D (or 0x12E82D) is known color: Free Speech Green. HEX triplet: 12, E8 and 2D. RGB value is (18,232,45). Sum of RGB (Red+Green+Blue) = 18+232+45=295 (39% of max value = 765). Red value is 18 (7.42% from 255 or 6.10% from 295); Green value is 232 (91.02% from 255 or 78.64% from 295); Blue value is 45 (17.97% from 255 or 15.25% from 295); Max value from RGB is 232 - color contains mainly: green. Hex color #12E82D is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #12E82D is #ED17D2. Grayscale: #939393. Windows color (decimal): -15538131 or 3008530. OLE color: 3008530.
HSL color Cylindrical-coordinate representation of color #12E82D: hue angle of 127.57º degrees, saturation: 0.86, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #12E82D is Cyan = 0.92, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 18 | 232 | 45 | - |
| CMYK | 0.92 | 0 | 0.81 | 0.09 |
| HSL | 127.57º | 0.86% | 0.49% | - |
| HSV(B) | 127.57º | 0.92% | 0.91% | - |
| XYZ | 29.58 | 58.03 | 12.12 | - |
| YUV | 146.7 | 70.6 | 36.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 232 | 45 | 0.92 | 0 | 0.81 | 0.09 | 127.57 | 0.86 | 0.49 |
| Hex | 12 | E8 | 2D | 5C | 0 | 51 | 9 | 80 | 56 | 31 |
| Octal | 22 | 350 | 55 | 134 | 0 | 121 | 11 | 200 | 126 | 61 |
| Binary | 10010 | 11101000 | 101101 | 1011100 | 0 | 1010001 | 1001 | 10000000 | 1010110 | 110001 |
Color Harmonies of #12E82D
Complementary color
Monochromatic Colors of #12E82D
Black with #12E82D
Text Example
Text Example
White with #12E82D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12E82D; }
p { color: rgb(18,232,45); }
H1.HeaderClassName
{
color: #12E82D;
}
.AnyTagClassName
{
color: #12E82D;
}
</style>
background-color css
<style>
a { background-color: #12E82D; }
a { background-color: rgb(18,232,45); }
div.DivClassName
{
background-color: #12E82D;
}
.BgClassName
{
background-color: #12E82D;
}
</style>
border-color css
<style>
span { border-color: #12E82D; }
span { border-color: rgb(18,232,45); }
td.TdClassName
{
border-color: #12E82D;
}
.TagClassName
{
border-color: #12E82D;
}
</style>