Shades of Free Speech Green #12F231
Tints of Free Speech Green #12F231
RGB
CMYK
RGB Variations
Color information
#12F231 (or 0x12F231) is known color: Free Speech Green. HEX triplet: 12, F2 and 31. RGB value is (18,242,49). Sum of RGB (Red+Green+Blue) = 18+242+49=309 (40% of max value = 765). Red value is 18 (7.42% from 255 or 5.83% from 309); Green value is 242 (94.92% from 255 or 78.32% from 309); Blue value is 49 (19.53% from 255 or 15.86% from 309); Max value from RGB is 242 - color contains mainly: green. Hex color #12F231 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #12F231 is #ED0DCE. Grayscale: #999999. Windows color (decimal): -15535567 or 3273234. OLE color: 3273234.
HSL color Cylindrical-coordinate representation of color #12F231: hue angle of 128.3º 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 #12F231 is Cyan = 0.93, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 18 | 242 | 49 | - |
| CMYK | 0.93 | 0 | 0.80 | 0.05 |
| HSL | 128.3º | 0.9% | 0.51% | - |
| HSV(B) | 128.3º | 0.93% | 0.95% | - |
| XYZ | 32.56 | 63.85 | 13.52 | - |
| YUV | 153.02 | 69.29 | 31.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 242 | 49 | 0.93 | 0 | 0.80 | 0.05 | 128.3 | 0.9 | 0.51 |
| Hex | 12 | F2 | 31 | 5D | 0 | 50 | 5 | 80 | 5A | 33 |
| Octal | 22 | 362 | 61 | 135 | 0 | 120 | 5 | 200 | 132 | 63 |
| Binary | 10010 | 11110010 | 110001 | 1011101 | 0 | 1010000 | 101 | 10000000 | 1011010 | 110011 |
Color Harmonies of #12F231
Complementary color
Monochromatic Colors of #12F231
Black with #12F231
Text Example
Text Example
White with #12F231
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12F231; }
p { color: rgb(18,242,49); }
H1.HeaderClassName
{
color: #12F231;
}
.AnyTagClassName
{
color: #12F231;
}
</style>
background-color css
<style>
a { background-color: #12F231; }
a { background-color: rgb(18,242,49); }
div.DivClassName
{
background-color: #12F231;
}
.BgClassName
{
background-color: #12F231;
}
</style>
border-color css
<style>
span { border-color: #12F231; }
span { border-color: rgb(18,242,49); }
td.TdClassName
{
border-color: #12F231;
}
.TagClassName
{
border-color: #12F231;
}
</style>