Shades of Free Speech Green #12DB1E
Tints of Free Speech Green #12DB1E
RGB
CMYK
RGB Variations
Color information
#12DB1E (or 0x12DB1E) is known color: Free Speech Green. HEX triplet: 12, DB and 1E. RGB value is (18,219,30). Sum of RGB (Red+Green+Blue) = 18+219+30=267 (35% of max value = 765). Red value is 18 (7.42% from 255 or 6.74% from 267); Green value is 219 (85.94% from 255 or 82.02% from 267); Blue value is 30 (12.11% from 255 or 11.24% from 267); Max value from RGB is 219 - color contains mainly: green. Hex color #12DB1E is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #12DB1E is #ED24E1. Grayscale: #898989. Windows color (decimal): -15541474 or 2022162. OLE color: 2022162.
HSL color Cylindrical-coordinate representation of color #12DB1E: hue angle of 123.58º 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 #12DB1E is Cyan = 0.92, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 18 | 219 | 30 | - |
| CMYK | 0.92 | 0 | 0.86 | 0.14 |
| HSL | 123.58º | 0.85% | 0.46% | - |
| HSV(B) | 123.58º | 0.92% | 0.86% | - |
| XYZ | 25.82 | 50.89 | 9.69 | - |
| YUV | 137.36 | 67.41 | 42.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 219 | 30 | 0.92 | 0 | 0.86 | 0.14 | 123.58 | 0.85 | 0.46 |
| Hex | 12 | DB | 1E | 5C | 0 | 56 | E | 7C | 55 | 2E |
| Octal | 22 | 333 | 36 | 134 | 0 | 126 | 16 | 174 | 125 | 56 |
| Binary | 10010 | 11011011 | 11110 | 1011100 | 0 | 1010110 | 1110 | 1111100 | 1010101 | 101110 |
Color Harmonies of #12DB1E
Complementary color
Monochromatic Colors of #12DB1E
Black with #12DB1E
Text Example
Text Example
White with #12DB1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12DB1E; }
p { color: rgb(18,219,30); }
H1.HeaderClassName
{
color: #12DB1E;
}
.AnyTagClassName
{
color: #12DB1E;
}
</style>
background-color css
<style>
a { background-color: #12DB1E; }
a { background-color: rgb(18,219,30); }
div.DivClassName
{
background-color: #12DB1E;
}
.BgClassName
{
background-color: #12DB1E;
}
</style>
border-color css
<style>
span { border-color: #12DB1E; }
span { border-color: rgb(18,219,30); }
td.TdClassName
{
border-color: #12DB1E;
}
.TagClassName
{
border-color: #12DB1E;
}
</style>