Shades of Free Speech Green #12D30C
Tints of Free Speech Green #12D30C
RGB
CMYK
RGB Variations
Color information
#12D30C (or 0x12D30C) is known color: Free Speech Green. HEX triplet: 12, D3 and 0C. RGB value is (18,211,12). Sum of RGB (Red+Green+Blue) = 18+211+12=241 (31% of max value = 765). Red value is 18 (7.42% from 255 or 7.47% from 241); Green value is 211 (82.81% from 255 or 87.55% from 241); Blue value is 12 (5.08% from 255 or 4.98% from 241); Max value from RGB is 211 - color contains mainly: green. Hex color #12D30C is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #12D30C is #ED2CF3. Grayscale: #838383. Windows color (decimal): -15543540 or 840466. OLE color: 840466.
HSL color Cylindrical-coordinate representation of color #12D30C: hue angle of 118.19º degrees, saturation: 0.89, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #12D30C is Cyan = 0.91, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 18 | 211 | 12 | - |
| CMYK | 0.91 | 0 | 0.94 | 0.17 |
| HSL | 118.19º | 0.89% | 0.44% | - |
| HSV(B) | 118.19º | 0.94% | 0.83% | - |
| XYZ | 23.61 | 46.74 | 8.13 | - |
| YUV | 130.61 | 61.06 | 47.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 211 | 12 | 0.91 | 0 | 0.94 | 0.17 | 118.19 | 0.89 | 0.44 |
| Hex | 12 | D3 | C | 5B | 0 | 5E | 11 | 76 | 59 | 2C |
| Octal | 22 | 323 | 14 | 133 | 0 | 136 | 21 | 166 | 131 | 54 |
| Binary | 10010 | 11010011 | 1100 | 1011011 | 0 | 1011110 | 10001 | 1110110 | 1011001 | 101100 |
Color Harmonies of #12D30C
Complementary color
Monochromatic Colors of #12D30C
Black with #12D30C
Text Example
Text Example
White with #12D30C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12D30C; }
p { color: rgb(18,211,12); }
H1.HeaderClassName
{
color: #12D30C;
}
.AnyTagClassName
{
color: #12D30C;
}
</style>
background-color css
<style>
a { background-color: #12D30C; }
a { background-color: rgb(18,211,12); }
div.DivClassName
{
background-color: #12D30C;
}
.BgClassName
{
background-color: #12D30C;
}
</style>
border-color css
<style>
span { border-color: #12D30C; }
span { border-color: rgb(18,211,12); }
td.TdClassName
{
border-color: #12D30C;
}
.TagClassName
{
border-color: #12D30C;
}
</style>