Shades of Free Speech Green #12E40A
Tints of Free Speech Green #12E40A
RGB
CMYK
RGB Variations
Color information
#12E40A (or 0x12E40A) is known color: Free Speech Green. HEX triplet: 12, E4 and 0A. RGB value is (18,228,10). Sum of RGB (Red+Green+Blue) = 18+228+10=256 (33% of max value = 765). Red value is 18 (7.42% from 255 or 7.03% from 256); Green value is 228 (89.45% from 255 or 89.06% from 256); Blue value is 10 (4.30% from 255 or 3.91% from 256); Max value from RGB is 228 - color contains mainly: green. Hex color #12E40A is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #12E40A is #ED1BF5. Grayscale: #8D8D8D. Windows color (decimal): -15539190 or 713746. OLE color: 713746.
HSL color Cylindrical-coordinate representation of color #12E40A: hue angle of 117.8º degrees, saturation: 0.92, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #12E40A is Cyan = 0.92, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 18 | 228 | 10 | - |
| CMYK | 0.92 | 0 | 0.96 | 0.11 |
| HSL | 117.8º | 0.92% | 0.47% | - |
| HSV(B) | 117.8º | 0.96% | 0.89% | - |
| XYZ | 28.05 | 55.64 | 9.55 | - |
| YUV | 140.36 | 54.43 | 40.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 228 | 10 | 0.92 | 0 | 0.96 | 0.11 | 117.8 | 0.92 | 0.47 |
| Hex | 12 | E4 | A | 5C | 0 | 60 | B | 76 | 5C | 2F |
| Octal | 22 | 344 | 12 | 134 | 0 | 140 | 13 | 166 | 134 | 57 |
| Binary | 10010 | 11100100 | 1010 | 1011100 | 0 | 1100000 | 1011 | 1110110 | 1011100 | 101111 |
Color Harmonies of #12E40A
Complementary color
Monochromatic Colors of #12E40A
Black with #12E40A
Text Example
Text Example
White with #12E40A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12E40A; }
p { color: rgb(18,228,10); }
H1.HeaderClassName
{
color: #12E40A;
}
.AnyTagClassName
{
color: #12E40A;
}
</style>
background-color css
<style>
a { background-color: #12E40A; }
a { background-color: rgb(18,228,10); }
div.DivClassName
{
background-color: #12E40A;
}
.BgClassName
{
background-color: #12E40A;
}
</style>
border-color css
<style>
span { border-color: #12E40A; }
span { border-color: rgb(18,228,10); }
td.TdClassName
{
border-color: #12E40A;
}
.TagClassName
{
border-color: #12E40A;
}
</style>