Shades of Free Speech Green #12F61D
Tints of Free Speech Green #12F61D
RGB
CMYK
RGB Variations
Color information
#12F61D (or 0x12F61D) is known color: Free Speech Green. HEX triplet: 12, F6 and 1D. RGB value is (18,246,29). Sum of RGB (Red+Green+Blue) = 18+246+29=293 (38% of max value = 765). Red value is 18 (7.42% from 255 or 6.14% from 293); Green value is 246 (96.48% from 255 or 83.96% from 293); Blue value is 29 (11.72% from 255 or 9.90% from 293); Max value from RGB is 246 - color contains mainly: green. Hex color #12F61D is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #12F61D is #ED09E2. Grayscale: #999999. Windows color (decimal): -15534563 or 1963538. OLE color: 1963538.
HSL color Cylindrical-coordinate representation of color #12F61D: hue angle of 122.89º 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 #12F61D is Cyan = 0.93, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 18 | 246 | 29 | - |
| CMYK | 0.93 | 0 | 0.88 | 0.04 |
| HSL | 122.89º | 0.93% | 0.52% | - |
| HSV(B) | 122.89º | 0.93% | 0.96% | - |
| XYZ | 33.43 | 66.13 | 12.16 | - |
| YUV | 153.09 | 57.96 | 31.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 246 | 29 | 0.93 | 0 | 0.88 | 0.04 | 122.89 | 0.93 | 0.52 |
| Hex | 12 | F6 | 1D | 5D | 0 | 58 | 4 | 7B | 5D | 34 |
| Octal | 22 | 366 | 35 | 135 | 0 | 130 | 4 | 173 | 135 | 64 |
| Binary | 10010 | 11110110 | 11101 | 1011101 | 0 | 1011000 | 100 | 1111011 | 1011101 | 110100 |
Color Harmonies of #12F61D
Complementary color
Monochromatic Colors of #12F61D
Black with #12F61D
Text Example
Text Example
White with #12F61D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12F61D; }
p { color: rgb(18,246,29); }
H1.HeaderClassName
{
color: #12F61D;
}
.AnyTagClassName
{
color: #12F61D;
}
</style>
background-color css
<style>
a { background-color: #12F61D; }
a { background-color: rgb(18,246,29); }
div.DivClassName
{
background-color: #12F61D;
}
.BgClassName
{
background-color: #12F61D;
}
</style>
border-color css
<style>
span { border-color: #12F61D; }
span { border-color: rgb(18,246,29); }
td.TdClassName
{
border-color: #12F61D;
}
.TagClassName
{
border-color: #12F61D;
}
</style>