Shades of Free Speech Green #12E40C
Tints of Free Speech Green #12E40C
RGB
CMYK
RGB Variations
Color information
#12E40C (or 0x12E40C) is known color: Free Speech Green. HEX triplet: 12, E4 and 0C. RGB value is (18,228,12). Sum of RGB (Red+Green+Blue) = 18+228+12=258 (34% of max value = 765). Red value is 18 (7.42% from 255 or 6.98% from 258); Green value is 228 (89.45% from 255 or 88.37% from 258); Blue value is 12 (5.08% from 255 or 4.65% from 258); Max value from RGB is 228 - color contains mainly: green. Hex color #12E40C is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #12E40C is #ED1BF3. Grayscale: #8D8D8D. Windows color (decimal): -15539188 or 844818. OLE color: 844818.
HSL color Cylindrical-coordinate representation of color #12E40C: hue angle of 118.33º degrees, saturation: 0.9, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #12E40C is Cyan = 0.92, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 18 | 228 | 12 | - |
| CMYK | 0.92 | 0 | 0.95 | 0.11 |
| HSL | 118.33º | 0.9% | 0.47% | - |
| HSV(B) | 118.33º | 0.95% | 0.89% | - |
| XYZ | 28.06 | 55.64 | 9.61 | - |
| YUV | 140.59 | 55.43 | 40.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 228 | 12 | 0.92 | 0 | 0.95 | 0.11 | 118.33 | 0.9 | 0.47 |
| Hex | 12 | E4 | C | 5C | 0 | 5F | B | 76 | 5A | 2F |
| Octal | 22 | 344 | 14 | 134 | 0 | 137 | 13 | 166 | 132 | 57 |
| Binary | 10010 | 11100100 | 1100 | 1011100 | 0 | 1011111 | 1011 | 1110110 | 1011010 | 101111 |
Color Harmonies of #12E40C
Complementary color
Monochromatic Colors of #12E40C
Black with #12E40C
Text Example
Text Example
White with #12E40C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12E40C; }
p { color: rgb(18,228,12); }
H1.HeaderClassName
{
color: #12E40C;
}
.AnyTagClassName
{
color: #12E40C;
}
</style>
background-color css
<style>
a { background-color: #12E40C; }
a { background-color: rgb(18,228,12); }
div.DivClassName
{
background-color: #12E40C;
}
.BgClassName
{
background-color: #12E40C;
}
</style>
border-color css
<style>
span { border-color: #12E40C; }
span { border-color: rgb(18,228,12); }
td.TdClassName
{
border-color: #12E40C;
}
.TagClassName
{
border-color: #12E40C;
}
</style>