Shades of Free Speech Green #12DA1D
Tints of Free Speech Green #12DA1D
RGB
CMYK
RGB Variations
Color information
#12DA1D (or 0x12DA1D) is known color: Free Speech Green. HEX triplet: 12, DA and 1D. RGB value is (18,218,29). Sum of RGB (Red+Green+Blue) = 18+218+29=265 (35% of max value = 765). Red value is 18 (7.42% from 255 or 6.79% from 265); Green value is 218 (85.55% from 255 or 82.26% from 265); Blue value is 29 (11.72% from 255 or 10.94% from 265); Max value from RGB is 218 - color contains mainly: green. Hex color #12DA1D is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #12DA1D is #ED25E2. Grayscale: #898989. Windows color (decimal): -15541731 or 1956370. OLE color: 1956370.
HSL color Cylindrical-coordinate representation of color #12DA1D: hue angle of 123.3º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #12DA1D is Cyan = 0.92, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 18 | 218 | 29 | - |
| CMYK | 0.92 | 0 | 0.87 | 0.15 |
| HSL | 123.3º | 0.85% | 0.46% | - |
| HSV(B) | 123.3º | 0.92% | 0.85% | - |
| XYZ | 25.54 | 50.36 | 9.54 | - |
| YUV | 136.65 | 67.24 | 43.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 218 | 29 | 0.92 | 0 | 0.87 | 0.15 | 123.3 | 0.85 | 0.46 |
| Hex | 12 | DA | 1D | 5C | 0 | 57 | F | 7B | 55 | 2E |
| Octal | 22 | 332 | 35 | 134 | 0 | 127 | 17 | 173 | 125 | 56 |
| Binary | 10010 | 11011010 | 11101 | 1011100 | 0 | 1010111 | 1111 | 1111011 | 1010101 | 101110 |
Color Harmonies of #12DA1D
Complementary color
Monochromatic Colors of #12DA1D
Black with #12DA1D
Text Example
Text Example
White with #12DA1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12DA1D; }
p { color: rgb(18,218,29); }
H1.HeaderClassName
{
color: #12DA1D;
}
.AnyTagClassName
{
color: #12DA1D;
}
</style>
background-color css
<style>
a { background-color: #12DA1D; }
a { background-color: rgb(18,218,29); }
div.DivClassName
{
background-color: #12DA1D;
}
.BgClassName
{
background-color: #12DA1D;
}
</style>
border-color css
<style>
span { border-color: #12DA1D; }
span { border-color: rgb(18,218,29); }
td.TdClassName
{
border-color: #12DA1D;
}
.TagClassName
{
border-color: #12DA1D;
}
</style>