Shades of Free Speech Green #12F61E
Tints of Free Speech Green #12F61E
RGB
CMYK
RGB Variations
Color information
#12F61E (or 0x12F61E) is known color: Free Speech Green. HEX triplet: 12, F6 and 1E. RGB value is (18,246,30). Sum of RGB (Red+Green+Blue) = 18+246+30=294 (38% of max value = 765). Red value is 18 (7.42% from 255 or 6.12% from 294); Green value is 246 (96.48% from 255 or 83.67% from 294); Blue value is 30 (12.11% from 255 or 10.20% from 294); Max value from RGB is 246 - color contains mainly: green. Hex color #12F61E is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #12F61E is #ED09E1. Grayscale: #999999. Windows color (decimal): -15534562 or 2029074. OLE color: 2029074.
HSL color Cylindrical-coordinate representation of color #12F61E: hue angle of 123.16º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #12F61E is Cyan = 0.93, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 18 | 246 | 30 | - |
| CMYK | 0.93 | 0 | 0.88 | 0.04 |
| HSL | 123.16º | 0.93% | 0.52% | - |
| HSV(B) | 123.16º | 0.93% | 0.96% | - |
| XYZ | 33.44 | 66.13 | 12.23 | - |
| YUV | 153.2 | 58.46 | 31.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 246 | 30 | 0.93 | 0 | 0.88 | 0.04 | 123.16 | 0.93 | 0.52 |
| Hex | 12 | F6 | 1E | 5D | 0 | 58 | 4 | 7B | 5D | 34 |
| Octal | 22 | 366 | 36 | 135 | 0 | 130 | 4 | 173 | 135 | 64 |
| Binary | 10010 | 11110110 | 11110 | 1011101 | 0 | 1011000 | 100 | 1111011 | 1011101 | 110100 |
Color Harmonies of #12F61E
Complementary color
Monochromatic Colors of #12F61E
Black with #12F61E
Text Example
Text Example
White with #12F61E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12F61E; }
p { color: rgb(18,246,30); }
H1.HeaderClassName
{
color: #12F61E;
}
.AnyTagClassName
{
color: #12F61E;
}
</style>
background-color css
<style>
a { background-color: #12F61E; }
a { background-color: rgb(18,246,30); }
div.DivClassName
{
background-color: #12F61E;
}
.BgClassName
{
background-color: #12F61E;
}
</style>
border-color css
<style>
span { border-color: #12F61E; }
span { border-color: rgb(18,246,30); }
td.TdClassName
{
border-color: #12F61E;
}
.TagClassName
{
border-color: #12F61E;
}
</style>