Shades of Free Speech Green #12DB17
Tints of Free Speech Green #12DB17
RGB
CMYK
RGB Variations
Color information
#12DB17 (or 0x12DB17) is known color: Free Speech Green. HEX triplet: 12, DB and 17. RGB value is (18,219,23). Sum of RGB (Red+Green+Blue) = 18+219+23=260 (34% of max value = 765). Red value is 18 (7.42% from 255 or 6.92% from 260); Green value is 219 (85.94% from 255 or 84.23% from 260); Blue value is 23 (9.38% from 255 or 8.85% from 260); Max value from RGB is 219 - color contains mainly: green. Hex color #12DB17 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #12DB17 is #ED24E8. Grayscale: #898989. Windows color (decimal): -15541481 or 1563410. OLE color: 1563410.
HSL color Cylindrical-coordinate representation of color #12DB17: hue angle of 121.49º 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 #12DB17 is Cyan = 0.92, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 18 | 219 | 23 | - |
| CMYK | 0.92 | 0 | 0.89 | 0.14 |
| HSL | 121.49º | 0.85% | 0.46% | - |
| HSV(B) | 121.49º | 0.92% | 0.86% | - |
| XYZ | 25.74 | 50.85 | 9.27 | - |
| YUV | 136.56 | 63.91 | 43.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 219 | 23 | 0.92 | 0 | 0.89 | 0.14 | 121.49 | 0.85 | 0.46 |
| Hex | 12 | DB | 17 | 5C | 0 | 59 | E | 79 | 55 | 2E |
| Octal | 22 | 333 | 27 | 134 | 0 | 131 | 16 | 171 | 125 | 56 |
| Binary | 10010 | 11011011 | 10111 | 1011100 | 0 | 1011001 | 1110 | 1111001 | 1010101 | 101110 |
Color Harmonies of #12DB17
Complementary color
Monochromatic Colors of #12DB17
Black with #12DB17
Text Example
Text Example
White with #12DB17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12DB17; }
p { color: rgb(18,219,23); }
H1.HeaderClassName
{
color: #12DB17;
}
.AnyTagClassName
{
color: #12DB17;
}
</style>
background-color css
<style>
a { background-color: #12DB17; }
a { background-color: rgb(18,219,23); }
div.DivClassName
{
background-color: #12DB17;
}
.BgClassName
{
background-color: #12DB17;
}
</style>
border-color css
<style>
span { border-color: #12DB17; }
span { border-color: rgb(18,219,23); }
td.TdClassName
{
border-color: #12DB17;
}
.TagClassName
{
border-color: #12DB17;
}
</style>