Shades of Free Speech Green #12DF1D
Tints of Free Speech Green #12DF1D
RGB
CMYK
RGB Variations
Color information
#12DF1D (or 0x12DF1D) is known color: Free Speech Green. HEX triplet: 12, DF and 1D. RGB value is (18,223,29). Sum of RGB (Red+Green+Blue) = 18+223+29=270 (35% of max value = 765). Red value is 18 (7.42% from 255 or 6.67% from 270); Green value is 223 (87.5% from 255 or 82.59% from 270); Blue value is 29 (11.72% from 255 or 10.74% from 270); Max value from RGB is 223 - color contains mainly: green. Hex color #12DF1D is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #12DF1D is #ED20E2. Grayscale: #8C8C8C. Windows color (decimal): -15540451 or 1957650. OLE color: 1957650.
HSL color Cylindrical-coordinate representation of color #12DF1D: hue angle of 123.22º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #12DF1D is Cyan = 0.92, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 18 | 223 | 29 | - |
| CMYK | 0.92 | 0 | 0.87 | 0.13 |
| HSL | 123.22º | 0.85% | 0.47% | - |
| HSV(B) | 123.22º | 0.92% | 0.87% | - |
| XYZ | 26.86 | 52.99 | 9.98 | - |
| YUV | 139.59 | 65.58 | 41.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 223 | 29 | 0.92 | 0 | 0.87 | 0.13 | 123.22 | 0.85 | 0.47 |
| Hex | 12 | DF | 1D | 5C | 0 | 57 | D | 7B | 55 | 2F |
| Octal | 22 | 337 | 35 | 134 | 0 | 127 | 15 | 173 | 125 | 57 |
| Binary | 10010 | 11011111 | 11101 | 1011100 | 0 | 1010111 | 1101 | 1111011 | 1010101 | 101111 |
Color Harmonies of #12DF1D
Complementary color
Monochromatic Colors of #12DF1D
Black with #12DF1D
Text Example
Text Example
White with #12DF1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12DF1D; }
p { color: rgb(18,223,29); }
H1.HeaderClassName
{
color: #12DF1D;
}
.AnyTagClassName
{
color: #12DF1D;
}
</style>
background-color css
<style>
a { background-color: #12DF1D; }
a { background-color: rgb(18,223,29); }
div.DivClassName
{
background-color: #12DF1D;
}
.BgClassName
{
background-color: #12DF1D;
}
</style>
border-color css
<style>
span { border-color: #12DF1D; }
span { border-color: rgb(18,223,29); }
td.TdClassName
{
border-color: #12DF1D;
}
.TagClassName
{
border-color: #12DF1D;
}
</style>