Shades of Free Speech Green #12DB13
Tints of Free Speech Green #12DB13
RGB
CMYK
RGB Variations
Color information
#12DB13 (or 0x12DB13) is known color: Free Speech Green. HEX triplet: 12, DB and 13. RGB value is (18,219,19). Sum of RGB (Red+Green+Blue) = 18+219+19=256 (33% of max value = 765). Red value is 18 (7.42% from 255 or 7.03% from 256); Green value is 219 (85.94% from 255 or 85.55% from 256); Blue value is 19 (7.81% from 255 or 7.42% from 256); Max value from RGB is 219 - color contains mainly: green. Hex color #12DB13 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #12DB13 is #ED24EC. Grayscale: #888888. Windows color (decimal): -15541485 or 1301266. OLE color: 1301266.
HSL color Cylindrical-coordinate representation of color #12DB13: hue angle of 120.3º 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 #12DB13 is Cyan = 0.92, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 18 | 219 | 19 | - |
| CMYK | 0.92 | 0 | 0.91 | 0.14 |
| HSL | 120.3º | 0.85% | 0.46% | - |
| HSV(B) | 120.3º | 0.92% | 0.86% | - |
| XYZ | 25.7 | 50.84 | 9.07 | - |
| YUV | 136.1 | 61.91 | 43.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 219 | 19 | 0.92 | 0 | 0.91 | 0.14 | 120.3 | 0.85 | 0.46 |
| Hex | 12 | DB | 13 | 5C | 0 | 5B | E | 78 | 55 | 2E |
| Octal | 22 | 333 | 23 | 134 | 0 | 133 | 16 | 170 | 125 | 56 |
| Binary | 10010 | 11011011 | 10011 | 1011100 | 0 | 1011011 | 1110 | 1111000 | 1010101 | 101110 |
Color Harmonies of #12DB13
Complementary color
Monochromatic Colors of #12DB13
Black with #12DB13
Text Example
Text Example
White with #12DB13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12DB13; }
p { color: rgb(18,219,19); }
H1.HeaderClassName
{
color: #12DB13;
}
.AnyTagClassName
{
color: #12DB13;
}
</style>
background-color css
<style>
a { background-color: #12DB13; }
a { background-color: rgb(18,219,19); }
div.DivClassName
{
background-color: #12DB13;
}
.BgClassName
{
background-color: #12DB13;
}
</style>
border-color css
<style>
span { border-color: #12DB13; }
span { border-color: rgb(18,219,19); }
td.TdClassName
{
border-color: #12DB13;
}
.TagClassName
{
border-color: #12DB13;
}
</style>