Shades of Free Speech Green #12DB1C
Tints of Free Speech Green #12DB1C
RGB
CMYK
RGB Variations
Color information
#12DB1C (or 0x12DB1C) is known color: Free Speech Green. HEX triplet: 12, DB and 1C. RGB value is (18,219,28). Sum of RGB (Red+Green+Blue) = 18+219+28=265 (35% of max value = 765). Red value is 18 (7.42% from 255 or 6.79% from 265); Green value is 219 (85.94% from 255 or 82.64% from 265); Blue value is 28 (11.33% from 255 or 10.57% from 265); Max value from RGB is 219 - color contains mainly: green. Hex color #12DB1C is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #12DB1C is #ED24E3. Grayscale: #898989. Windows color (decimal): -15541476 or 1891090. OLE color: 1891090.
HSL color Cylindrical-coordinate representation of color #12DB1C: hue angle of 122.99º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #12DB1C is Cyan = 0.92, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 18 | 219 | 28 | - |
| CMYK | 0.92 | 0 | 0.87 | 0.14 |
| HSL | 122.99º | 0.85% | 0.46% | - |
| HSV(B) | 122.99º | 0.92% | 0.86% | - |
| XYZ | 25.79 | 50.88 | 9.56 | - |
| YUV | 137.13 | 66.41 | 43.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 219 | 28 | 0.92 | 0 | 0.87 | 0.14 | 122.99 | 0.85 | 0.46 |
| Hex | 12 | DB | 1C | 5C | 0 | 57 | E | 7B | 55 | 2E |
| Octal | 22 | 333 | 34 | 134 | 0 | 127 | 16 | 173 | 125 | 56 |
| Binary | 10010 | 11011011 | 11100 | 1011100 | 0 | 1010111 | 1110 | 1111011 | 1010101 | 101110 |
Color Harmonies of #12DB1C
Complementary color
Monochromatic Colors of #12DB1C
Black with #12DB1C
Text Example
Text Example
White with #12DB1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12DB1C; }
p { color: rgb(18,219,28); }
H1.HeaderClassName
{
color: #12DB1C;
}
.AnyTagClassName
{
color: #12DB1C;
}
</style>
background-color css
<style>
a { background-color: #12DB1C; }
a { background-color: rgb(18,219,28); }
div.DivClassName
{
background-color: #12DB1C;
}
.BgClassName
{
background-color: #12DB1C;
}
</style>
border-color css
<style>
span { border-color: #12DB1C; }
span { border-color: rgb(18,219,28); }
td.TdClassName
{
border-color: #12DB1C;
}
.TagClassName
{
border-color: #12DB1C;
}
</style>