Shades of Free Speech Green #12F81C
Tints of Free Speech Green #12F81C
RGB
CMYK
RGB Variations
Color information
#12F81C (or 0x12F81C) is known color: Free Speech Green. HEX triplet: 12, F8 and 1C. RGB value is (18,248,28). Sum of RGB (Red+Green+Blue) = 18+248+28=294 (38% of max value = 765). Red value is 18 (7.42% from 255 or 6.12% from 294); Green value is 248 (97.27% from 255 or 84.35% from 294); Blue value is 28 (11.33% from 255 or 9.52% from 294); Max value from RGB is 248 - color contains mainly: green. Hex color #12F81C is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #12F81C is #ED07E3. Grayscale: #9A9A9A. Windows color (decimal): -15534052 or 1898514. OLE color: 1898514.
HSL color Cylindrical-coordinate representation of color #12F81C: hue angle of 122.61º degrees, saturation: 0.94, 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 #12F81C is Cyan = 0.93, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 18 | 248 | 28 | - |
| CMYK | 0.93 | 0 | 0.89 | 0.03 |
| HSL | 122.61º | 0.94% | 0.52% | - |
| HSV(B) | 122.61º | 0.93% | 0.97% | - |
| XYZ | 34.03 | 67.35 | 12.3 | - |
| YUV | 154.15 | 56.8 | 30.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 248 | 28 | 0.93 | 0 | 0.89 | 0.03 | 122.61 | 0.94 | 0.52 |
| Hex | 12 | F8 | 1C | 5D | 0 | 59 | 3 | 7B | 5E | 34 |
| Octal | 22 | 370 | 34 | 135 | 0 | 131 | 3 | 173 | 136 | 64 |
| Binary | 10010 | 11111000 | 11100 | 1011101 | 0 | 1011001 | 11 | 1111011 | 1011110 | 110100 |
Color Harmonies of #12F81C
Complementary color
Monochromatic Colors of #12F81C
Black with #12F81C
Text Example
Text Example
White with #12F81C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12F81C; }
p { color: rgb(18,248,28); }
H1.HeaderClassName
{
color: #12F81C;
}
.AnyTagClassName
{
color: #12F81C;
}
</style>
background-color css
<style>
a { background-color: #12F81C; }
a { background-color: rgb(18,248,28); }
div.DivClassName
{
background-color: #12F81C;
}
.BgClassName
{
background-color: #12F81C;
}
</style>
border-color css
<style>
span { border-color: #12F81C; }
span { border-color: rgb(18,248,28); }
td.TdClassName
{
border-color: #12F81C;
}
.TagClassName
{
border-color: #12F81C;
}
</style>