Shades of Free Speech Green #12D307
Tints of Free Speech Green #12D307
RGB
CMYK
RGB Variations
Color information
#12D307 (or 0x12D307) is known color: Free Speech Green. HEX triplet: 12, D3 and 07. RGB value is (18,211,7). Sum of RGB (Red+Green+Blue) = 18+211+7=236 (31% of max value = 765). Red value is 18 (7.42% from 255 or 7.63% from 236); Green value is 211 (82.81% from 255 or 89.41% from 236); Blue value is 7 (3.12% from 255 or 2.97% from 236); Max value from RGB is 211 - color contains mainly: green. Hex color #12D307 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #12D307 is #ED2CF8. Grayscale: #828282. Windows color (decimal): -15543545 or 512786. OLE color: 512786.
HSL color Cylindrical-coordinate representation of color #12D307: hue angle of 116.76º degrees, saturation: 0.94, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #12D307 is Cyan = 0.91, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 18 | 211 | 7 | - |
| CMYK | 0.91 | 0 | 0.97 | 0.17 |
| HSL | 116.76º | 0.94% | 0.43% | - |
| HSV(B) | 116.76º | 0.97% | 0.83% | - |
| XYZ | 23.58 | 46.73 | 7.98 | - |
| YUV | 130.04 | 58.56 | 48.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 211 | 7 | 0.91 | 0 | 0.97 | 0.17 | 116.76 | 0.94 | 0.43 |
| Hex | 12 | D3 | 7 | 5B | 0 | 61 | 11 | 75 | 5E | 2B |
| Octal | 22 | 323 | 7 | 133 | 0 | 141 | 21 | 165 | 136 | 53 |
| Binary | 10010 | 11010011 | 111 | 1011011 | 0 | 1100001 | 10001 | 1110101 | 1011110 | 101011 |
Color Harmonies of #12D307
Complementary color
Monochromatic Colors of #12D307
Black with #12D307
Text Example
Text Example
White with #12D307
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12D307; }
p { color: rgb(18,211,7); }
H1.HeaderClassName
{
color: #12D307;
}
.AnyTagClassName
{
color: #12D307;
}
</style>
background-color css
<style>
a { background-color: #12D307; }
a { background-color: rgb(18,211,7); }
div.DivClassName
{
background-color: #12D307;
}
.BgClassName
{
background-color: #12D307;
}
</style>
border-color css
<style>
span { border-color: #12D307; }
span { border-color: rgb(18,211,7); }
td.TdClassName
{
border-color: #12D307;
}
.TagClassName
{
border-color: #12D307;
}
</style>