Shades of Free Speech Green #12EA2D
Tints of Free Speech Green #12EA2D
RGB
CMYK
RGB Variations
Color information
#12EA2D (or 0x12EA2D) is known color: Free Speech Green. HEX triplet: 12, EA and 2D. RGB value is (18,234,45). Sum of RGB (Red+Green+Blue) = 18+234+45=297 (39% of max value = 765). Red value is 18 (7.42% from 255 or 6.06% from 297); Green value is 234 (91.80% from 255 or 78.79% from 297); Blue value is 45 (17.97% from 255 or 15.15% from 297); Max value from RGB is 234 - color contains mainly: green. Hex color #12EA2D is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #12EA2D is #ED15D2. Grayscale: #949494. Windows color (decimal): -15537619 or 3009042. OLE color: 3009042.
HSL color Cylindrical-coordinate representation of color #12EA2D: hue angle of 127.5º degrees, saturation: 0.86, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #12EA2D is Cyan = 0.92, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 18 | 234 | 45 | - |
| CMYK | 0.92 | 0 | 0.81 | 0.08 |
| HSL | 127.5º | 0.86% | 0.49% | - |
| HSV(B) | 127.5º | 0.92% | 0.92% | - |
| XYZ | 30.15 | 59.16 | 12.31 | - |
| YUV | 147.87 | 69.94 | 35.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 234 | 45 | 0.92 | 0 | 0.81 | 0.08 | 127.5 | 0.86 | 0.49 |
| Hex | 12 | EA | 2D | 5C | 0 | 51 | 8 | 80 | 56 | 31 |
| Octal | 22 | 352 | 55 | 134 | 0 | 121 | 10 | 200 | 126 | 61 |
| Binary | 10010 | 11101010 | 101101 | 1011100 | 0 | 1010001 | 1000 | 10000000 | 1010110 | 110001 |
Color Harmonies of #12EA2D
Complementary color
Monochromatic Colors of #12EA2D
Black with #12EA2D
Text Example
Text Example
White with #12EA2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12EA2D; }
p { color: rgb(18,234,45); }
H1.HeaderClassName
{
color: #12EA2D;
}
.AnyTagClassName
{
color: #12EA2D;
}
</style>
background-color css
<style>
a { background-color: #12EA2D; }
a { background-color: rgb(18,234,45); }
div.DivClassName
{
background-color: #12EA2D;
}
.BgClassName
{
background-color: #12EA2D;
}
</style>
border-color css
<style>
span { border-color: #12EA2D; }
span { border-color: rgb(18,234,45); }
td.TdClassName
{
border-color: #12EA2D;
}
.TagClassName
{
border-color: #12EA2D;
}
</style>