Shades of Free Speech Green #12F118
Tints of Free Speech Green #12F118
RGB
CMYK
RGB Variations
Color information
#12F118 (or 0x12F118) is known color: Free Speech Green. HEX triplet: 12, F1 and 18. RGB value is (18,241,24). Sum of RGB (Red+Green+Blue) = 18+241+24=283 (37% of max value = 765). Red value is 18 (7.42% from 255 or 6.36% from 283); Green value is 241 (94.53% from 255 or 85.16% from 283); Blue value is 24 (9.77% from 255 or 8.48% from 283); Max value from RGB is 241 - color contains mainly: green. Hex color #12F118 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #12F118 is #ED0EE7. Grayscale: #969696. Windows color (decimal): -15535848 or 1634578. OLE color: 1634578.
HSL color Cylindrical-coordinate representation of color #12F118: hue angle of 121.61º degrees, saturation: 0.89, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #12F118 is Cyan = 0.93, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 18 | 241 | 24 | - |
| CMYK | 0.93 | 0 | 0.90 | 0.05 |
| HSL | 121.61º | 0.89% | 0.51% | - |
| HSV(B) | 121.61º | 0.93% | 0.95% | - |
| XYZ | 31.87 | 63.11 | 11.36 | - |
| YUV | 149.59 | 57.12 | 34.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 241 | 24 | 0.93 | 0 | 0.90 | 0.05 | 121.61 | 0.89 | 0.51 |
| Hex | 12 | F1 | 18 | 5D | 0 | 5A | 5 | 7A | 59 | 33 |
| Octal | 22 | 361 | 30 | 135 | 0 | 132 | 5 | 172 | 131 | 63 |
| Binary | 10010 | 11110001 | 11000 | 1011101 | 0 | 1011010 | 101 | 1111010 | 1011001 | 110011 |
Color Harmonies of #12F118
Complementary color
Monochromatic Colors of #12F118
Black with #12F118
Text Example
Text Example
White with #12F118
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12F118; }
p { color: rgb(18,241,24); }
H1.HeaderClassName
{
color: #12F118;
}
.AnyTagClassName
{
color: #12F118;
}
</style>
background-color css
<style>
a { background-color: #12F118; }
a { background-color: rgb(18,241,24); }
div.DivClassName
{
background-color: #12F118;
}
.BgClassName
{
background-color: #12F118;
}
</style>
border-color css
<style>
span { border-color: #12F118; }
span { border-color: rgb(18,241,24); }
td.TdClassName
{
border-color: #12F118;
}
.TagClassName
{
border-color: #12F118;
}
</style>