Shades of Free Speech Green #12FF1D
Tints of Free Speech Green #12FF1D
RGB
CMYK
RGB Variations
Color information
#12FF1D (or 0x12FF1D) is known color: Free Speech Green. HEX triplet: 12, FF and 1D. RGB value is (18,255,29). Sum of RGB (Red+Green+Blue) = 18+255+29=302 (40% of max value = 765). Red value is 18 (7.42% from 255 or 5.96% from 302); Green value is 255 (100% from 255 or 84.44% from 302); Blue value is 29 (11.72% from 255 or 9.60% from 302); Max value from RGB is 255 - color contains mainly: green. Hex color #12FF1D is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #12FF1D is #ED00E2. Grayscale: #9F9F9F. Windows color (decimal): -15532259 or 1965842. OLE color: 1965842.
HSL color Cylindrical-coordinate representation of color #12FF1D: hue angle of 122.78º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #12FF1D is Cyan = 0.93, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.
Color convert
| RGB | 18 | 255 | 29 | - |
| CMYK | 0.93 | 0 | 0.89 | 0 |
| HSL | 122.78º | 1% | 0.54% | - |
| HSV(B) | 122.78º | 0.93% | 1% | - |
| XYZ | 36.23 | 71.74 | 13.1 | - |
| YUV | 158.37 | 54.98 | 27.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 255 | 29 | 0.93 | 0 | 0.89 | 0 | 122.78 | 1 | 0.54 |
| Hex | 12 | FF | 1D | 5D | 0 | 59 | 0 | 7B | 64 | 36 |
| Octal | 22 | 377 | 35 | 135 | 0 | 131 | 0 | 173 | 144 | 66 |
| Binary | 10010 | 11111111 | 11101 | 1011101 | 0 | 1011001 | 0 | 1111011 | 1100100 | 110110 |
Color Harmonies of #12FF1D
Complementary color
Monochromatic Colors of #12FF1D
Black with #12FF1D
Text Example
Text Example
White with #12FF1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12FF1D; }
p { color: rgb(18,255,29); }
H1.HeaderClassName
{
color: #12FF1D;
}
.AnyTagClassName
{
color: #12FF1D;
}
</style>
background-color css
<style>
a { background-color: #12FF1D; }
a { background-color: rgb(18,255,29); }
div.DivClassName
{
background-color: #12FF1D;
}
.BgClassName
{
background-color: #12FF1D;
}
</style>
border-color css
<style>
span { border-color: #12FF1D; }
span { border-color: rgb(18,255,29); }
td.TdClassName
{
border-color: #12FF1D;
}
.TagClassName
{
border-color: #12FF1D;
}
</style>