Shades of Free Speech Green #12DB1F
Tints of Free Speech Green #12DB1F
RGB
CMYK
RGB Variations
Color information
#12DB1F (or 0x12DB1F) is known color: Free Speech Green. HEX triplet: 12, DB and 1F. RGB value is (18,219,31). Sum of RGB (Red+Green+Blue) = 18+219+31=268 (35% of max value = 765). Red value is 18 (7.42% from 255 or 6.72% from 268); Green value is 219 (85.94% from 255 or 81.72% from 268); Blue value is 31 (12.5% from 255 or 11.57% from 268); Max value from RGB is 219 - color contains mainly: green. Hex color #12DB1F is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #12DB1F is #ED24E0. Grayscale: #8A8A8A. Windows color (decimal): -15541473 or 2087698. OLE color: 2087698.
HSL color Cylindrical-coordinate representation of color #12DB1F: hue angle of 123.88º 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 #12DB1F is Cyan = 0.92, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 18 | 219 | 31 | - |
| CMYK | 0.92 | 0 | 0.86 | 0.14 |
| HSL | 123.88º | 0.85% | 0.46% | - |
| HSV(B) | 123.88º | 0.92% | 0.86% | - |
| XYZ | 25.83 | 50.89 | 9.76 | - |
| YUV | 137.47 | 67.91 | 42.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 219 | 31 | 0.92 | 0 | 0.86 | 0.14 | 123.88 | 0.85 | 0.46 |
| Hex | 12 | DB | 1F | 5C | 0 | 56 | E | 7C | 55 | 2E |
| Octal | 22 | 333 | 37 | 134 | 0 | 126 | 16 | 174 | 125 | 56 |
| Binary | 10010 | 11011011 | 11111 | 1011100 | 0 | 1010110 | 1110 | 1111100 | 1010101 | 101110 |
Color Harmonies of #12DB1F
Complementary color
Monochromatic Colors of #12DB1F
Black with #12DB1F
Text Example
Text Example
White with #12DB1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12DB1F; }
p { color: rgb(18,219,31); }
H1.HeaderClassName
{
color: #12DB1F;
}
.AnyTagClassName
{
color: #12DB1F;
}
</style>
background-color css
<style>
a { background-color: #12DB1F; }
a { background-color: rgb(18,219,31); }
div.DivClassName
{
background-color: #12DB1F;
}
.BgClassName
{
background-color: #12DB1F;
}
</style>
border-color css
<style>
span { border-color: #12DB1F; }
span { border-color: rgb(18,219,31); }
td.TdClassName
{
border-color: #12DB1F;
}
.TagClassName
{
border-color: #12DB1F;
}
</style>