Shades of Free Speech Green #12F40F
Tints of Free Speech Green #12F40F
RGB
CMYK
RGB Variations
Color information
#12F40F (or 0x12F40F) is known color: Free Speech Green. HEX triplet: 12, F4 and 0F. RGB value is (18,244,15). Sum of RGB (Red+Green+Blue) = 18+244+15=277 (36% of max value = 765). Red value is 18 (7.42% from 255 or 6.50% from 277); Green value is 244 (95.70% from 255 or 88.09% from 277); Blue value is 15 (6.25% from 255 or 5.42% from 277); Max value from RGB is 244 - color contains mainly: green. Hex color #12F40F is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #12F40F is #ED0BF0. Grayscale: #979797. Windows color (decimal): -15535089 or 1045522. OLE color: 1045522.
HSL color Cylindrical-coordinate representation of color #12F40F: hue angle of 119.21º degrees, saturation: 0.91, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #12F40F is Cyan = 0.93, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 18 | 244 | 15 | - |
| CMYK | 0.93 | 0 | 0.94 | 0.04 |
| HSL | 119.21º | 0.91% | 0.51% | - |
| HSV(B) | 119.21º | 0.94% | 0.96% | - |
| XYZ | 32.69 | 64.86 | 11.25 | - |
| YUV | 150.32 | 51.63 | 33.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 244 | 15 | 0.93 | 0 | 0.94 | 0.04 | 119.21 | 0.91 | 0.51 |
| Hex | 12 | F4 | F | 5D | 0 | 5E | 4 | 77 | 5B | 33 |
| Octal | 22 | 364 | 17 | 135 | 0 | 136 | 4 | 167 | 133 | 63 |
| Binary | 10010 | 11110100 | 1111 | 1011101 | 0 | 1011110 | 100 | 1110111 | 1011011 | 110011 |
Color Harmonies of #12F40F
Complementary color
Monochromatic Colors of #12F40F
Black with #12F40F
Text Example
Text Example
White with #12F40F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12F40F; }
p { color: rgb(18,244,15); }
H1.HeaderClassName
{
color: #12F40F;
}
.AnyTagClassName
{
color: #12F40F;
}
</style>
background-color css
<style>
a { background-color: #12F40F; }
a { background-color: rgb(18,244,15); }
div.DivClassName
{
background-color: #12F40F;
}
.BgClassName
{
background-color: #12F40F;
}
</style>
border-color css
<style>
span { border-color: #12F40F; }
span { border-color: rgb(18,244,15); }
td.TdClassName
{
border-color: #12F40F;
}
.TagClassName
{
border-color: #12F40F;
}
</style>