Shades of Free Speech Green #12F320
Tints of Free Speech Green #12F320
RGB
CMYK
RGB Variations
Color information
#12F320 (or 0x12F320) is known color: Free Speech Green. HEX triplet: 12, F3 and 20. RGB value is (18,243,32). Sum of RGB (Red+Green+Blue) = 18+243+32=293 (38% of max value = 765). Red value is 18 (7.42% from 255 or 6.14% from 293); Green value is 243 (95.31% from 255 or 82.94% from 293); Blue value is 32 (12.89% from 255 or 10.92% from 293); Max value from RGB is 243 - color contains mainly: green. Hex color #12F320 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #12F320 is #ED0CDF. Grayscale: #989898. Windows color (decimal): -15535328 or 2159378. OLE color: 2159378.
HSL color Cylindrical-coordinate representation of color #12F320: hue angle of 123.73º degrees, saturation: 0.9, 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 #12F320 is Cyan = 0.93, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 18 | 243 | 32 | - |
| CMYK | 0.93 | 0 | 0.87 | 0.05 |
| HSL | 123.73º | 0.9% | 0.51% | - |
| HSV(B) | 123.73º | 0.93% | 0.95% | - |
| XYZ | 32.56 | 64.33 | 12.07 | - |
| YUV | 151.67 | 60.46 | 32.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 243 | 32 | 0.93 | 0 | 0.87 | 0.05 | 123.73 | 0.9 | 0.51 |
| Hex | 12 | F3 | 20 | 5D | 0 | 57 | 5 | 7C | 5A | 33 |
| Octal | 22 | 363 | 40 | 135 | 0 | 127 | 5 | 174 | 132 | 63 |
| Binary | 10010 | 11110011 | 100000 | 1011101 | 0 | 1010111 | 101 | 1111100 | 1011010 | 110011 |
Color Harmonies of #12F320
Complementary color
Monochromatic Colors of #12F320
Black with #12F320
Text Example
Text Example
White with #12F320
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12F320; }
p { color: rgb(18,243,32); }
H1.HeaderClassName
{
color: #12F320;
}
.AnyTagClassName
{
color: #12F320;
}
</style>
background-color css
<style>
a { background-color: #12F320; }
a { background-color: rgb(18,243,32); }
div.DivClassName
{
background-color: #12F320;
}
.BgClassName
{
background-color: #12F320;
}
</style>
border-color css
<style>
span { border-color: #12F320; }
span { border-color: rgb(18,243,32); }
td.TdClassName
{
border-color: #12F320;
}
.TagClassName
{
border-color: #12F320;
}
</style>