Shades of Free Speech Green #12DF1C
Tints of Free Speech Green #12DF1C
RGB
CMYK
RGB Variations
Color information
#12DF1C (or 0x12DF1C) is known color: Free Speech Green. HEX triplet: 12, DF and 1C. RGB value is (18,223,28). Sum of RGB (Red+Green+Blue) = 18+223+28=269 (35% of max value = 765). Red value is 18 (7.42% from 255 or 6.69% from 269); Green value is 223 (87.5% from 255 or 82.90% from 269); Blue value is 28 (11.33% from 255 or 10.41% from 269); Max value from RGB is 223 - color contains mainly: green. Hex color #12DF1C is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #12DF1C is #ED20E3. Grayscale: #8C8C8C. Windows color (decimal): -15540452 or 1892114. OLE color: 1892114.
HSL color Cylindrical-coordinate representation of color #12DF1C: hue angle of 122.93º 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 #12DF1C is Cyan = 0.92, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 18 | 223 | 28 | - |
| CMYK | 0.92 | 0 | 0.87 | 0.13 |
| HSL | 122.93º | 0.85% | 0.47% | - |
| HSV(B) | 122.93º | 0.92% | 0.87% | - |
| XYZ | 26.85 | 52.99 | 9.91 | - |
| YUV | 139.48 | 65.08 | 41.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 223 | 28 | 0.92 | 0 | 0.87 | 0.13 | 122.93 | 0.85 | 0.47 |
| Hex | 12 | DF | 1C | 5C | 0 | 57 | D | 7B | 55 | 2F |
| Octal | 22 | 337 | 34 | 134 | 0 | 127 | 15 | 173 | 125 | 57 |
| Binary | 10010 | 11011111 | 11100 | 1011100 | 0 | 1010111 | 1101 | 1111011 | 1010101 | 101111 |
Color Harmonies of #12DF1C
Complementary color
Monochromatic Colors of #12DF1C
Black with #12DF1C
Text Example
Text Example
White with #12DF1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12DF1C; }
p { color: rgb(18,223,28); }
H1.HeaderClassName
{
color: #12DF1C;
}
.AnyTagClassName
{
color: #12DF1C;
}
</style>
background-color css
<style>
a { background-color: #12DF1C; }
a { background-color: rgb(18,223,28); }
div.DivClassName
{
background-color: #12DF1C;
}
.BgClassName
{
background-color: #12DF1C;
}
</style>
border-color css
<style>
span { border-color: #12DF1C; }
span { border-color: rgb(18,223,28); }
td.TdClassName
{
border-color: #12DF1C;
}
.TagClassName
{
border-color: #12DF1C;
}
</style>