Shades of Free Speech Green #12F228
Tints of Free Speech Green #12F228
RGB
CMYK
RGB Variations
Color information
#12F228 (or 0x12F228) is known color: Free Speech Green. HEX triplet: 12, F2 and 28. RGB value is (18,242,40). Sum of RGB (Red+Green+Blue) = 18+242+40=300 (39% of max value = 765). Red value is 18 (7.42% from 255 or 6% from 300); Green value is 242 (94.92% from 255 or 80.67% from 300); Blue value is 40 (16.02% from 255 or 13.33% from 300); Max value from RGB is 242 - color contains mainly: green. Hex color #12F228 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #12F228 is #ED0DD7. Grayscale: #989898. Windows color (decimal): -15535576 or 2683410. OLE color: 2683410.
HSL color Cylindrical-coordinate representation of color #12F228: hue angle of 125.89º 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 #12F228 is Cyan = 0.93, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 18 | 242 | 40 | - |
| CMYK | 0.93 | 0 | 0.83 | 0.05 |
| HSL | 125.89º | 0.9% | 0.51% | - |
| HSV(B) | 125.89º | 0.93% | 0.95% | - |
| XYZ | 32.38 | 63.79 | 12.61 | - |
| YUV | 152 | 64.79 | 32.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 242 | 40 | 0.93 | 0 | 0.83 | 0.05 | 125.89 | 0.9 | 0.51 |
| Hex | 12 | F2 | 28 | 5D | 0 | 53 | 5 | 7E | 5A | 33 |
| Octal | 22 | 362 | 50 | 135 | 0 | 123 | 5 | 176 | 132 | 63 |
| Binary | 10010 | 11110010 | 101000 | 1011101 | 0 | 1010011 | 101 | 1111110 | 1011010 | 110011 |
Color Harmonies of #12F228
Complementary color
Monochromatic Colors of #12F228
Black with #12F228
Text Example
Text Example
White with #12F228
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12F228; }
p { color: rgb(18,242,40); }
H1.HeaderClassName
{
color: #12F228;
}
.AnyTagClassName
{
color: #12F228;
}
</style>
background-color css
<style>
a { background-color: #12F228; }
a { background-color: rgb(18,242,40); }
div.DivClassName
{
background-color: #12F228;
}
.BgClassName
{
background-color: #12F228;
}
</style>
border-color css
<style>
span { border-color: #12F228; }
span { border-color: rgb(18,242,40); }
td.TdClassName
{
border-color: #12F228;
}
.TagClassName
{
border-color: #12F228;
}
</style>