Shades of Free Speech Green #12F411
Tints of Free Speech Green #12F411
RGB
CMYK
RGB Variations
Color information
#12F411 (or 0x12F411) is known color: Free Speech Green. HEX triplet: 12, F4 and 11. RGB value is (18,244,17). Sum of RGB (Red+Green+Blue) = 18+244+17=279 (36% of max value = 765). Red value is 18 (7.42% from 255 or 6.45% from 279); Green value is 244 (95.70% from 255 or 87.46% from 279); Blue value is 17 (7.03% from 255 or 6.09% from 279); Max value from RGB is 244 - color contains mainly: green. Hex color #12F411 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #12F411 is #ED0BEE. Grayscale: #979797. Windows color (decimal): -15535087 or 1176594. OLE color: 1176594.
HSL color Cylindrical-coordinate representation of color #12F411: hue angle of 119.74º degrees, saturation: 0.91, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #12F411 is Cyan = 0.93, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 18 | 244 | 17 | - |
| CMYK | 0.93 | 0 | 0.93 | 0.04 |
| HSL | 119.74º | 0.91% | 0.51% | - |
| HSV(B) | 119.74º | 0.93% | 0.96% | - |
| XYZ | 32.7 | 64.87 | 11.33 | - |
| YUV | 150.55 | 52.63 | 33.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 244 | 17 | 0.93 | 0 | 0.93 | 0.04 | 119.74 | 0.91 | 0.51 |
| Hex | 12 | F4 | 11 | 5D | 0 | 5D | 4 | 78 | 5B | 33 |
| Octal | 22 | 364 | 21 | 135 | 0 | 135 | 4 | 170 | 133 | 63 |
| Binary | 10010 | 11110100 | 10001 | 1011101 | 0 | 1011101 | 100 | 1111000 | 1011011 | 110011 |
Color Harmonies of #12F411
Complementary color
Monochromatic Colors of #12F411
Black with #12F411
Text Example
Text Example
White with #12F411
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12F411; }
p { color: rgb(18,244,17); }
H1.HeaderClassName
{
color: #12F411;
}
.AnyTagClassName
{
color: #12F411;
}
</style>
background-color css
<style>
a { background-color: #12F411; }
a { background-color: rgb(18,244,17); }
div.DivClassName
{
background-color: #12F411;
}
.BgClassName
{
background-color: #12F411;
}
</style>
border-color css
<style>
span { border-color: #12F411; }
span { border-color: rgb(18,244,17); }
td.TdClassName
{
border-color: #12F411;
}
.TagClassName
{
border-color: #12F411;
}
</style>