Shades of Free Speech Green #12DA17
Tints of Free Speech Green #12DA17
RGB
CMYK
RGB Variations
Color information
#12DA17 (or 0x12DA17) is known color: Free Speech Green. HEX triplet: 12, DA and 17. RGB value is (18,218,23). Sum of RGB (Red+Green+Blue) = 18+218+23=259 (34% of max value = 765). Red value is 18 (7.42% from 255 or 6.95% from 259); Green value is 218 (85.55% from 255 or 84.17% from 259); Blue value is 23 (9.38% from 255 or 8.88% from 259); Max value from RGB is 218 - color contains mainly: green. Hex color #12DA17 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #12DA17 is #ED25E8. Grayscale: #888888. Windows color (decimal): -15541737 or 1563154. OLE color: 1563154.
HSL color Cylindrical-coordinate representation of color #12DA17: hue angle of 121.5º 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 #12DA17 is Cyan = 0.92, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 18 | 218 | 23 | - |
| CMYK | 0.92 | 0 | 0.89 | 0.15 |
| HSL | 121.5º | 0.85% | 0.46% | - |
| HSV(B) | 121.5º | 0.92% | 0.85% | - |
| XYZ | 25.48 | 50.33 | 9.18 | - |
| YUV | 135.97 | 64.24 | 43.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 218 | 23 | 0.92 | 0 | 0.89 | 0.15 | 121.5 | 0.85 | 0.46 |
| Hex | 12 | DA | 17 | 5C | 0 | 59 | F | 7A | 55 | 2E |
| Octal | 22 | 332 | 27 | 134 | 0 | 131 | 17 | 172 | 125 | 56 |
| Binary | 10010 | 11011010 | 10111 | 1011100 | 0 | 1011001 | 1111 | 1111010 | 1010101 | 101110 |
Color Harmonies of #12DA17
Complementary color
Monochromatic Colors of #12DA17
Black with #12DA17
Text Example
Text Example
White with #12DA17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12DA17; }
p { color: rgb(18,218,23); }
H1.HeaderClassName
{
color: #12DA17;
}
.AnyTagClassName
{
color: #12DA17;
}
</style>
background-color css
<style>
a { background-color: #12DA17; }
a { background-color: rgb(18,218,23); }
div.DivClassName
{
background-color: #12DA17;
}
.BgClassName
{
background-color: #12DA17;
}
</style>
border-color css
<style>
span { border-color: #12DA17; }
span { border-color: rgb(18,218,23); }
td.TdClassName
{
border-color: #12DA17;
}
.TagClassName
{
border-color: #12DA17;
}
</style>