Shades of Free Speech Green #12E313
Tints of Free Speech Green #12E313
RGB
CMYK
RGB Variations
Color information
#12E313 (or 0x12E313) is known color: Free Speech Green. HEX triplet: 12, E3 and 13. RGB value is (18,227,19). Sum of RGB (Red+Green+Blue) = 18+227+19=264 (34% of max value = 765). Red value is 18 (7.42% from 255 or 6.82% from 264); Green value is 227 (89.06% from 255 or 85.98% from 264); Blue value is 19 (7.81% from 255 or 7.20% from 264); Max value from RGB is 227 - color contains mainly: green. Hex color #12E313 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #12E313 is #ED1CEC. Grayscale: #8D8D8D. Windows color (decimal): -15539437 or 1303314. OLE color: 1303314.
HSL color Cylindrical-coordinate representation of color #12E313: hue angle of 120.29º degrees, saturation: 0.85, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #12E313 is Cyan = 0.92, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 18 | 227 | 19 | - |
| CMYK | 0.92 | 0 | 0.92 | 0.11 |
| HSL | 120.29º | 0.85% | 0.48% | - |
| HSV(B) | 120.29º | 0.92% | 0.89% | - |
| XYZ | 27.84 | 55.11 | 9.79 | - |
| YUV | 140.8 | 59.26 | 40.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 227 | 19 | 0.92 | 0 | 0.92 | 0.11 | 120.29 | 0.85 | 0.48 |
| Hex | 12 | E3 | 13 | 5C | 0 | 5C | B | 78 | 55 | 30 |
| Octal | 22 | 343 | 23 | 134 | 0 | 134 | 13 | 170 | 125 | 60 |
| Binary | 10010 | 11100011 | 10011 | 1011100 | 0 | 1011100 | 1011 | 1111000 | 1010101 | 110000 |
Color Harmonies of #12E313
Complementary color
Monochromatic Colors of #12E313
Black with #12E313
Text Example
Text Example
White with #12E313
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12E313; }
p { color: rgb(18,227,19); }
H1.HeaderClassName
{
color: #12E313;
}
.AnyTagClassName
{
color: #12E313;
}
</style>
background-color css
<style>
a { background-color: #12E313; }
a { background-color: rgb(18,227,19); }
div.DivClassName
{
background-color: #12E313;
}
.BgClassName
{
background-color: #12E313;
}
</style>
border-color css
<style>
span { border-color: #12E313; }
span { border-color: rgb(18,227,19); }
td.TdClassName
{
border-color: #12E313;
}
.TagClassName
{
border-color: #12E313;
}
</style>