Shades of Free Speech Green #12F617
Tints of Free Speech Green #12F617
RGB
CMYK
RGB Variations
Color information
#12F617 (or 0x12F617) is known color: Free Speech Green. HEX triplet: 12, F6 and 17. RGB value is (18,246,23). Sum of RGB (Red+Green+Blue) = 18+246+23=287 (38% of max value = 765). Red value is 18 (7.42% from 255 or 6.27% from 287); Green value is 246 (96.48% from 255 or 85.71% from 287); Blue value is 23 (9.38% from 255 or 8.01% from 287); Max value from RGB is 246 - color contains mainly: green. Hex color #12F617 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #12F617 is #ED09E8. Grayscale: #999999. Windows color (decimal): -15534569 or 1570322. OLE color: 1570322.
HSL color Cylindrical-coordinate representation of color #12F617: hue angle of 121.32º 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 #12F617 is Cyan = 0.93, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 18 | 246 | 23 | - |
| CMYK | 0.93 | 0 | 0.91 | 0.04 |
| HSL | 121.32º | 0.93% | 0.52% | - |
| HSV(B) | 121.32º | 0.93% | 0.96% | - |
| XYZ | 33.36 | 66.1 | 11.81 | - |
| YUV | 152.41 | 54.96 | 32.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 246 | 23 | 0.93 | 0 | 0.91 | 0.04 | 121.32 | 0.93 | 0.52 |
| Hex | 12 | F6 | 17 | 5D | 0 | 5B | 4 | 79 | 5D | 34 |
| Octal | 22 | 366 | 27 | 135 | 0 | 133 | 4 | 171 | 135 | 64 |
| Binary | 10010 | 11110110 | 10111 | 1011101 | 0 | 1011011 | 100 | 1111001 | 1011101 | 110100 |
Color Harmonies of #12F617
Complementary color
Monochromatic Colors of #12F617
Black with #12F617
Text Example
Text Example
White with #12F617
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12F617; }
p { color: rgb(18,246,23); }
H1.HeaderClassName
{
color: #12F617;
}
.AnyTagClassName
{
color: #12F617;
}
</style>
background-color css
<style>
a { background-color: #12F617; }
a { background-color: rgb(18,246,23); }
div.DivClassName
{
background-color: #12F617;
}
.BgClassName
{
background-color: #12F617;
}
</style>
border-color css
<style>
span { border-color: #12F617; }
span { border-color: rgb(18,246,23); }
td.TdClassName
{
border-color: #12F617;
}
.TagClassName
{
border-color: #12F617;
}
</style>