Shades of Free Speech Green #12F737
Tints of Free Speech Green #12F737
RGB
CMYK
RGB Variations
Color information
#12F737 (or 0x12F737) is known color: Free Speech Green. HEX triplet: 12, F7 and 37. RGB value is (18,247,55). Sum of RGB (Red+Green+Blue) = 18+247+55=320 (42% of max value = 765). Red value is 18 (7.42% from 255 or 5.62% from 320); Green value is 247 (96.88% from 255 or 77.19% from 320); Blue value is 55 (21.88% from 255 or 17.19% from 320); Max value from RGB is 247 - color contains mainly: green. Hex color #12F737 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #12F737 is #ED08C8. Grayscale: #9D9D9D. Windows color (decimal): -15534281 or 3667730. OLE color: 3667730.
HSL color Cylindrical-coordinate representation of color #12F737: hue angle of 129.69º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #12F737 is Cyan = 0.93, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 18 | 247 | 55 | - |
| CMYK | 0.93 | 0 | 0.78 | 0.03 |
| HSL | 129.69º | 0.93% | 0.52% | - |
| HSV(B) | 129.69º | 0.93% | 0.97% | - |
| XYZ | 34.2 | 66.93 | 14.73 | - |
| YUV | 156.64 | 70.63 | 29.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 247 | 55 | 0.93 | 0 | 0.78 | 0.03 | 129.69 | 0.93 | 0.52 |
| Hex | 12 | F7 | 37 | 5D | 0 | 4E | 3 | 82 | 5D | 34 |
| Octal | 22 | 367 | 67 | 135 | 0 | 116 | 3 | 202 | 135 | 64 |
| Binary | 10010 | 11110111 | 110111 | 1011101 | 0 | 1001110 | 11 | 10000010 | 1011101 | 110100 |
Color Harmonies of #12F737
Complementary color
Monochromatic Colors of #12F737
Black with #12F737
Text Example
Text Example
White with #12F737
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12F737; }
p { color: rgb(18,247,55); }
H1.HeaderClassName
{
color: #12F737;
}
.AnyTagClassName
{
color: #12F737;
}
</style>
background-color css
<style>
a { background-color: #12F737; }
a { background-color: rgb(18,247,55); }
div.DivClassName
{
background-color: #12F737;
}
.BgClassName
{
background-color: #12F737;
}
</style>
border-color css
<style>
span { border-color: #12F737; }
span { border-color: rgb(18,247,55); }
td.TdClassName
{
border-color: #12F737;
}
.TagClassName
{
border-color: #12F737;
}
</style>